3 references to new
Test.Utilities (3)
SyntaxTreeCategorizedAnalyzerConfigOptions.cs (3)
21
public static readonly SyntaxTreeCategorizedAnalyzerConfigOptions Empty =
new
(analyzerConfigOptions: null);
38
return new
SyntaxTreeCategorizedAnalyzerConfigOptions
(analyzerConfigOptions);
46
return s_perTreeOptionsCache.GetValue(optionsMap, _ => new
SyntaxTreeCategorizedAnalyzerConfigOptions
(analyzerConfigOptions));