1 write to GlobalSection
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
51
GlobalSection
= globalSection;
1 reference to GlobalSection
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
45
internal bool IsRoot =>
GlobalSection
.Properties.TryGetValue("root", out string? val) && val?.ToLower() == "true";