2 references to GlobalAnalyzerConfig
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
516
return new
GlobalAnalyzerConfig
(new Section(GlobalSectionName, AnalyzerOptions.Empty), ImmutableArray<Section>.Empty);
547
GlobalAnalyzerConfig globalConfig = new
GlobalAnalyzerConfig
(globalSection, namedSectionBuilder.ToImmutableAndFree());