3 references to new
GenerateDocumentationAndConfigFiles (3)
src\RoslynAnalyzers\Utilities\Compiler\Options\SyntaxTreeCategorizedAnalyzerConfigOptions.cs (3)
24
public static readonly SyntaxTreeCategorizedAnalyzerConfigOptions Empty =
new
(analyzerConfigOptions: null);
41
return new
SyntaxTreeCategorizedAnalyzerConfigOptions
(analyzerConfigOptions);
49
return s_perTreeOptionsCache.GetValue(optionsMap, _ => new
SyntaxTreeCategorizedAnalyzerConfigOptions
(analyzerConfigOptions));