Class AnalyzerConfigSet
Inheritance
AnalyzerConfigSet
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class AnalyzerConfigSet
Properties
GlobalConfigOptions
Declaration
public AnalyzerConfigOptionsResult GlobalConfigOptions { get; }
Property Value
Methods
Create<TList>(TList)
Declaration
public static AnalyzerConfigSet Create<TList>(TList analyzerConfigs) where TList : IReadOnlyCollection<AnalyzerConfig>
Parameters
| Type |
Name |
Description |
| TList |
analyzerConfigs |
|
Returns
Type Parameters
Create<TList>(TList, out ImmutableArray<Diagnostic>)
Declaration
public static AnalyzerConfigSet Create<TList>(TList analyzerConfigs, out ImmutableArray<Diagnostic> diagnostics) where TList : IReadOnlyCollection<AnalyzerConfig>
Parameters
Returns
Type Parameters
GetOptionsForSourcePath(string)
Declaration
public AnalyzerConfigOptionsResult GetOptionsForSourcePath(string sourcePath)
Parameters
| Type |
Name |
Description |
| string |
sourcePath |
|
Returns