1 write to NodeId
Microsoft.Build (1)
BackEnd\Components\Communications\NodeManager.cs (1)
345config.NodeId = nodeInfo.NodeId;
6 references to NodeId
Microsoft.Build (6)
BackEnd\Node\InProcNode.cs (2)
471_componentHost.BuildParameters.NodeId = configuration.NodeId; 487_loggingContext = new NodeLoggingContext(loggingService, configuration.NodeId, true /* inProcNode */);
BackEnd\Node\OutOfProcNode.cs (4)
749_buildParameters.NodeId = configuration.NodeId; 758LoggingServiceFactory loggingServiceFactory = new LoggingServiceFactory(LoggerMode.Asynchronous, configuration.NodeId); 795_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 828_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);