Class AnalyzerConfig
Inherited Members
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public sealed class AnalyzerConfig
Methods
Parse(SourceText, string?)
Declaration
public static AnalyzerConfig Parse(SourceText text, string? pathToFile)
Parameters
| Type | Name | Description |
|---|---|---|
| SourceText | text | |
| string | pathToFile |
Returns
| Type | Description |
|---|---|
| AnalyzerConfig |
Parse(string, string?)
Declaration
public static AnalyzerConfig Parse(string text, string? pathToFile)
Parameters
| Type | Name | Description |
|---|---|---|
| string | text | |
| string | pathToFile |
Returns
| Type | Description |
|---|---|
| AnalyzerConfig |