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