1 write to nodeId
Microsoft.Build.Engine (1)
Engine\Engine.cs (1)
380this.nodeId = parentNodeId;
9 references to nodeId
Microsoft.Build.Engine (9)
Engine\Engine.cs (9)
397this.scheduler = new Scheduler(this.nodeId, this); 511get { return nodeId; } 1141localForwardingLogger.NodeId = nodeId; 1724Scheduler.NotifyOfSchedulingDecision(currentRequest, this.nodeId); 2052Console.WriteLine(" Done All projects and my queue is empty, EngineNodeID: " + this.nodeId); 2315this.nodeId, 2507Scheduler.NotifyOfSchedulingDecision(buildRequest, this.nodeId); 2662buildRequest.ProjectFileName + " result is " + buildRequest.BuildSucceeded + " EngineNodeID: " + this.nodeId); 2666BuildEventContext currentContext = new BuildEventContext(this.nodeId, BuildEventContext.InvalidTargetId, GetNextProjectId(), BuildEventContext.InvalidTaskId);