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