1 write to ParentNode
Microsoft.Build.Engine (1)
Engine\Node.cs (1)
493localEngine.Router.ParentNode = this;
7 references to ParentNode
Microsoft.Build.Engine (7)
Engine\Engine.cs (1)
1828Router.ParentNode.PostStatus(new NodeStatus(true /* use breadth first traversal */), false /* don't block waiting on the send */);
Engine\EngineCallback.cs (2)
286Exception exception = parentEngine.Router.ParentNode.PostCacheEntriesToHost(entries, cacheScope, scopeProperties, cacheVersion, cacheContentType); 353result = parentEngine.Router.ParentNode.GetCachedEntriesFromHost(names, cacheScope, scopeProperties, cacheVersion, cacheContentType);
Engine\EngineCommand.cs (3)
40ErrorUtilities.VerifyThrow(parentEngine.Router.ParentNode != null, 42parentEngine.Router.ParentNode.PostStatus(nodeStatus, false /* don't block waiting on the send */); 128parentEngine.Router.ParentNode.PostStatus(new NodeStatus(breadthFirstTraversal), false /* don't block waiting on the send */);
Engine\Router.cs (1)
158ParentNode.PostBuildRequestToHost(currentRequest);