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