2 writes to IsExplicitlyLoaded
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
177IsExplicitlyLoaded = isExplicitlyLoaded; 1902IsExplicitlyLoaded = true;
9 references to IsExplicitlyLoaded
Microsoft.Build (5)
Construction\ProjectRootElement.cs (1)
1897/// Sets the <see cref="IsExplicitlyLoaded"/> property to <c>true</c> to indicate that this PRE
Evaluation\Evaluator.cs (2)
1980_projectRootElement.IsExplicitlyLoaded, 2164bool explicitlyLoaded = importElement.ContainingProject.IsExplicitlyLoaded;
Evaluation\ProjectRootElementCache.cs (2)
488if (kvp.Value.IsExplicitlyLoaded) 495if (kvp.Value.IsExplicitlyLoaded)
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Tests.cs (4)
2118Assert.True(preRoot.IsExplicitlyLoaded); 2119Assert.True(preImported.IsExplicitlyLoaded); 2133Assert.True(preRoot.IsExplicitlyLoaded); 2134Assert.True(preImported.IsExplicitlyLoaded);