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