3 references to ReevaluateIfNecessary
Microsoft.Build (1)
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
244/// Facilitate remoting the <see cref="Project.ReevaluateIfNecessary(EvaluationContext)"/>.
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
94public void ReevaluateIfNecessary(EvaluationContext evaluationContext) => this.Source.ReevaluateIfNecessary(evaluationContext);
Microsoft.Build.Engine.UnitTests (1)
Definition\ProjectEvaluationContext_Tests.cs (1)
1011project.ReevaluateIfNecessary(context);