1 write to NodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeManager.cs (1)
355config.NodeId = nodeInfo.NodeId;
6 references to NodeId
Microsoft.Build (6)
BackEnd\Node\InProcNode.cs (2)
490_componentHost.BuildParameters.NodeId = configuration.NodeId; 506_loggingContext = new NodeLoggingContext(loggingService, configuration.NodeId, true /* inProcNode */);
BackEnd\Node\OutOfProcNode.cs (4)
766_buildParameters.NodeId = configuration.NodeId; 775LoggingServiceFactory loggingServiceFactory = new LoggingServiceFactory(LoggerMode.Asynchronous, configuration.NodeId); 816_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 849_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);