2 instantiations of AggregateCategorizedAnalyzerConfigOptions
Test.Utilities (2)
AggregateCategorizedAnalyzerConfigOptions.cs (2)
29
public static readonly AggregateCategorizedAnalyzerConfigOptions Empty =
new
(
73
return new
AggregateCategorizedAnalyzerConfigOptions
(globalOptions, perTreeOptionsBuilder.ToImmutableDictionaryAndFree());
3 references to AggregateCategorizedAnalyzerConfigOptions
Test.Utilities (3)
AggregateCategorizedAnalyzerConfigOptions.cs (2)
29
public static readonly
AggregateCategorizedAnalyzerConfigOptions
Empty = new(
51
public static
AggregateCategorizedAnalyzerConfigOptions
Create(AnalyzerConfigOptionsProvider analyzerConfigOptionsProvider, Compilation compilation)
AnalyzerOptionsExtensions.cs (1)
637
options =>
AggregateCategorizedAnalyzerConfigOptions
.Create(options.AnalyzerConfigOptionsProvider, compilation));