8 references to GlobalLevel
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
502MergeSection(config.PathToFile, config.GlobalSection, config.GlobalLevel, isGlobalSection: true); 510MergeSection(config.PathToFile, unescapedSection, config.GlobalLevel, isGlobalSection: false);
Microsoft.CodeAnalysis.UnitTests (6)
Analyzers\AnalyzerConfigTests.cs (6)
2253Assert.Equal(5, config.GlobalLevel); 2262Assert.Equal(100, config.GlobalLevel); 2271Assert.Equal(5, config.GlobalLevel); 2280Assert.Equal(0, config.GlobalLevel); 2480Assert.Equal(100, userGlobalConfig.GlobalLevel); 2481Assert.Equal(0, nonUserGlobalConfig.GlobalLevel);