8 references to NodeVisitationState
Microsoft.Build (8)
Graph\GraphBuilder.cs (8)
453
var nodeStates = new Dictionary<ProjectGraphNode,
NodeVisitationState
>();
457
if (!nodeStates.TryGetValue(entryPointNode, out
NodeVisitationState
state))
464
state ==
NodeVisitationState
.Processed,
473
IDictionary<ProjectGraphNode,
NodeVisitationState
> nodeState)
475
nodeState[node] =
NodeVisitationState
.InProcess;
479
if (nodeState.TryGetValue(referenceNode, out
var
projectReferenceNodeState))
483
if (projectReferenceNodeState ==
NodeVisitationState
.InProcess)
529
nodeState[node] =
NodeVisitationState
.Processed;