2 writes to IsExplicitlyLoaded
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
169
IsExplicitlyLoaded
= isExplicitlyLoaded;
1867
IsExplicitlyLoaded
= 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
,
2142
bool explicitlyLoaded = importElement.ContainingProject.
IsExplicitlyLoaded
;
Evaluation\ProjectRootElementCache.cs (2)
489
if (kvp.Value.
IsExplicitlyLoaded
)
496
if (kvp.Value.
IsExplicitlyLoaded
)
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Tests.cs (4)
2119
Assert.True(preRoot.
IsExplicitlyLoaded
);
2120
Assert.True(preImported.
IsExplicitlyLoaded
);
2134
Assert.True(preRoot.
IsExplicitlyLoaded
);
2135
Assert.True(preImported.
IsExplicitlyLoaded
);