7 references to NodeId
Microsoft.Build (7)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (3)
110.Select(nc => new NodeInfo(nc.NodeId, ProviderType)) 118NodeInfo nodeInfo = new NodeInfo(context.NodeId, ProviderType); 120_nodeContexts[context.NodeId] = context;
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (4)
655Stack<INodePacketHandler> handlerStack = _nodeIdToPacketHandlerStack.GetOrAdd(context.NodeId, _ => new Stack<INodePacketHandler>()); 690int nodeId = context.NodeId; 869_nodeIdToNodeKey[context.NodeId] = nodeKey; 873_activeNodes.Add(context.NodeId);