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)
94
public void ReevaluateIfNecessary(EvaluationContext evaluationContext) => this.Source.
ReevaluateIfNecessary
(evaluationContext);
Microsoft.Build.Engine.UnitTests (1)
Definition\ProjectEvaluationContext_Tests.cs (1)
1012
project.
ReevaluateIfNecessary
(context);