1 write to GlobalSection
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
650GlobalSection = globalSection;
11 references to GlobalSection
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
375ParseSectionOptions(_globalConfig.GlobalSection,
Microsoft.CodeAnalysis.UnitTests (10)
Analyzers\AnalyzerConfigTests.cs (10)
1644Assert.Empty(globalConfig.GlobalSection.Properties); 1664Assert.Equal("value1", globalConfig.GlobalSection.Properties["option1"]); 1686Assert.Equal("value1", globalConfig.GlobalSection.Properties["option1"]); 1687Assert.Equal("value2", globalConfig.GlobalSection.Properties["option2"]); 1720Assert.Equal("value1", globalConfig.GlobalSection.Properties["option1"]); 1721Assert.Equal("value2", globalConfig.GlobalSection.Properties["option2"]); 2424Assert.Single(globalConfig.GlobalSection.Properties.Keys, "option1"); 2427Assert.Single(globalConfig.GlobalSection.Properties.Values, expectedValue); 2494Assert.Single(globalConfig.GlobalSection.Properties.Keys, "option1"); 2495Assert.Single(globalConfig.GlobalSection.Properties.Values, expectedValue);