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