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