1 write to GlobalSection
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
661GlobalSection = globalSection;
11 references to GlobalSection
Microsoft.CodeAnalysis (1)
CommandLine\AnalyzerConfigSet.cs (1)
386ParseSectionOptions(_globalConfig.GlobalSection,
Microsoft.CodeAnalysis.UnitTests (10)
Analyzers\AnalyzerConfigTests.cs (10)
1561Assert.Empty(globalConfig.GlobalSection.Properties); 1581Assert.Equal("value1", globalConfig.GlobalSection.Properties["option1"]); 1603Assert.Equal("value1", globalConfig.GlobalSection.Properties["option1"]); 1604Assert.Equal("value2", globalConfig.GlobalSection.Properties["option2"]); 1637Assert.Equal("value1", globalConfig.GlobalSection.Properties["option1"]); 1638Assert.Equal("value2", globalConfig.GlobalSection.Properties["option2"]); 2341Assert.Single(globalConfig.GlobalSection.Properties.Keys, "option1"); 2344Assert.Single(globalConfig.GlobalSection.Properties.Values, expectedValue); 2411Assert.Single(globalConfig.GlobalSection.Properties.Keys, "option1"); 2412Assert.Single(globalConfig.GlobalSection.Properties.Values, expectedValue);