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