2 writes to IsExplicitlyLoaded
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
169IsExplicitlyLoaded = isExplicitlyLoaded; 1867IsExplicitlyLoaded = true;
9 references to IsExplicitlyLoaded
Microsoft.Build (5)
Construction\ProjectRootElement.cs (1)
1862/// Sets the <see cref="IsExplicitlyLoaded"/> property to <c>true</c> to indicate that this PRE
Evaluation\Evaluator.cs (2)
1958_projectRootElement.IsExplicitlyLoaded, 2142bool explicitlyLoaded = importElement.ContainingProject.IsExplicitlyLoaded;
Evaluation\ProjectRootElementCache.cs (2)
489if (kvp.Value.IsExplicitlyLoaded) 496if (kvp.Value.IsExplicitlyLoaded)
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Tests.cs (4)
2119Assert.True(preRoot.IsExplicitlyLoaded); 2120Assert.True(preImported.IsExplicitlyLoaded); 2134Assert.True(preRoot.IsExplicitlyLoaded); 2135Assert.True(preImported.IsExplicitlyLoaded);