1 write to Node
Microsoft.Build (1)
Graph\ProjectGraph.cs (1)
1001Node = node ?? throw new ArgumentNullException(nameof(node));
4 references to Node
Microsoft.Build (4)
Graph\ProjectGraph.cs (4)
740var node = buildRequest.Node; 1011if (Node != other.Node 1039int hashCode = Node.GetHashCode() * salt;