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