8 references to GlobalLevel
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfigSet.cs (2)
491MergeSection(config.PathToFile, config.GlobalSection, config.GlobalLevel, isGlobalSection: true); 499MergeSection(config.PathToFile, unescapedSection, config.GlobalLevel, isGlobalSection: false);
Microsoft.CodeAnalysis.UnitTests (6)
Analyzers\AnalyzerConfigTests.cs (6)
2336Assert.Equal(5, config.GlobalLevel); 2345Assert.Equal(100, config.GlobalLevel); 2354Assert.Equal(5, config.GlobalLevel); 2363Assert.Equal(0, config.GlobalLevel); 2563Assert.Equal(100, userGlobalConfig.GlobalLevel); 2564Assert.Equal(0, nonUserGlobalConfig.GlobalLevel);