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