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