7 references to NodeId
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (3)
111.Select(nc => new NodeInfo(nc.NodeId, ProviderType)) 119NodeInfo nodeInfo = new NodeInfo(context.NodeId, ProviderType); 121_nodeContexts[context.NodeId] = context;
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
651Stack<INodePacketHandler> handlerStack = _nodeIdToPacketHandlerStack.GetOrAdd(context.NodeId, _ => new Stack<INodePacketHandler>()); 676int nodeId = context.NodeId; 840_nodeIdToNodeKey[context.NodeId] = nodeKey; 844_activeNodes.Add(context.NodeId);