8 references to NodeVisitationState
Microsoft.Build (8)
Graph\GraphBuilder.cs (8)
445
var nodeStates = new Dictionary<ProjectGraphNode,
NodeVisitationState
>();
449
if (!nodeStates.TryGetValue(entryPointNode, out
NodeVisitationState
state))
456
state ==
NodeVisitationState
.Processed,
465
IDictionary<ProjectGraphNode,
NodeVisitationState
> nodeState)
467
nodeState[node] =
NodeVisitationState
.InProcess;
471
if (nodeState.TryGetValue(referenceNode, out
var
projectReferenceNodeState))
475
if (projectReferenceNodeState ==
NodeVisitationState
.InProcess)
521
nodeState[node] =
NodeVisitationState
.Processed;