8 references to NodeVisitationState
Microsoft.Build (8)
Graph\GraphBuilder.cs (8)
444
var nodeStates = new Dictionary<ProjectGraphNode,
NodeVisitationState
>();
448
if (!nodeStates.TryGetValue(entryPointNode, out
NodeVisitationState
state))
455
state ==
NodeVisitationState
.Processed,
464
IDictionary<ProjectGraphNode,
NodeVisitationState
> nodeState)
466
nodeState[node] =
NodeVisitationState
.InProcess;
470
if (nodeState.TryGetValue(referenceNode, out
var
projectReferenceNodeState))
474
if (projectReferenceNodeState ==
NodeVisitationState
.InProcess)
520
nodeState[node] =
NodeVisitationState
.Processed;