3 references to IsEmptyXmlFile
Microsoft.Build (1)
Evaluation\Evaluator.cs (1)
2263
if (((_loadSettings & ProjectLoadSettings.IgnoreEmptyImports) != 0 || Traits.Instance.EscapeHatches.IgnoreEmptyImports) && ProjectRootElement.
IsEmptyXmlFile
(importFileUnescaped))
Microsoft.Build.Engine.UnitTests (2)
Construction\ProjectRootElement_Tests.cs (2)
35
Assert.True(ProjectRootElement.
IsEmptyXmlFile
(path));
55
Assert.False(ProjectRootElement.
IsEmptyXmlFile
(path));