4 references to MarkAsExplicitlyLoaded
Microsoft.Build (4)
Construction\ProjectRootElement.cs (1)
686/// Internal code that wants to set this to true should call <see cref="MarkAsExplicitlyLoaded"/>.
Definition\Project.cs (1)
3778Xml.MarkAsExplicitlyLoaded();
Evaluation\ProjectRootElementCache.cs (2)
305projectRootElement.MarkAsExplicitlyLoaded(); 350projectRootElement.MarkAsExplicitlyLoaded();