2 writes to IsExplicitlyLoaded
Microsoft.Build (2)
Construction\ProjectRootElement.cs (2)
177
IsExplicitlyLoaded
= isExplicitlyLoaded;
1902
IsExplicitlyLoaded
= 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
,
2164
bool explicitlyLoaded = importElement.ContainingProject.
IsExplicitlyLoaded
;
Evaluation\ProjectRootElementCache.cs (2)
488
if (kvp.Value.
IsExplicitlyLoaded
)
495
if (kvp.Value.
IsExplicitlyLoaded
)
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Tests.cs (4)
2118
Assert.True(preRoot.
IsExplicitlyLoaded
);
2119
Assert.True(preImported.
IsExplicitlyLoaded
);
2133
Assert.True(preRoot.
IsExplicitlyLoaded
);
2134
Assert.True(preImported.
IsExplicitlyLoaded
);