1 write to GlobalSection
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
63GlobalSection = globalSection;
16 references to GlobalSection
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
57internal bool IsRoot => GlobalSection.Properties.TryGetValue("root", out string? val) && val?.ToLower() == "true";
Microsoft.Build.BuildCheck.UnitTests (15)
EditorConfig_Tests.cs (15)
779Assert.Equal("", config.GlobalSection.Name); 780var properties = config.GlobalSection.Properties; 859var properties = config.GlobalSection.Properties; 875var properties = config.GlobalSection.Properties; 886var properties = config.GlobalSection.Properties; 912var properties = config.GlobalSection.Properties; 924var properties = config.GlobalSection.Properties; 936var properties = config.GlobalSection.Properties; 951var properties = config.GlobalSection.Properties; 966var properties = config.GlobalSection.Properties; 979var properties = config.GlobalSection.Properties; 992var properties = config.GlobalSection.Properties; 1004var properties = config.GlobalSection.Properties; 1018var properties = config.GlobalSection.Properties; 1035var properties = config.GlobalSection.Properties;