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)
491_componentHost.BuildParameters.NodeId = configuration.NodeId; 507_loggingContext = new NodeLoggingContext(loggingService, configuration.NodeId, true /* inProcNode */);
BackEnd\Node\OutOfProcNode.cs (4)
767_buildParameters.NodeId = configuration.NodeId; 776LoggingServiceFactory loggingServiceFactory = new LoggingServiceFactory(LoggerMode.Asynchronous, configuration.NodeId); 817_loggingService.InitializeNodeLoggers(configuration.LoggerDescriptions, sink, configuration.NodeId); 850_loggingContext = new NodeLoggingContext(_loggingService, configuration.NodeId, false /* inProcNode */);