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