1 write to Properties
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
157Properties = properties;
2 references to Properties
Microsoft.Build (2)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
45internal bool IsRoot => GlobalSection.Properties.TryGetValue("root", out string? val) && val?.ToLower() == "true";
BuildCheck\Infrastructure\EditorConfig\EditorConfigParser.cs (1)
92foreach (var property in section.Properties)