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