1 write to _evaluationContext
Microsoft.Build (1)
Graph\ProjectGraph.cs (1)
430
_evaluationContext
= EvaluationContext.Create(EvaluationContext.SharingPolicy.Shared);
2 references to _evaluationContext
Microsoft.Build (2)
Graph\ProjectGraph.cs (2)
840
Debug.Assert(
_evaluationContext
is not null);
846
_evaluationContext
);