6 references to IsRoot
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigParser.cs (1)
59if (editorConfig.IsRoot)
Microsoft.Build.BuildCheck.UnitTests (5)
EditorConfig_Tests.cs (2)
793Assert.True(config.IsRoot); 1047Assert.True(config.IsRoot);
EditorConfigParser_Tests.cs (3)
87listOfEditorConfigFile[0].IsRoot.ShouldBeTrue(); 116listOfEditorConfigFile[0].IsRoot.ShouldBeFalse(); 132result.IsRoot.ShouldBeTrue("Root property should be true");