5 references to NodeId
Microsoft.Build (5)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (3)
107
.Select(nc => new NodeInfo(nc.
NodeId
, ProviderType))
115
NodeInfo nodeInfo = new NodeInfo(context.
NodeId
, ProviderType);
117
_nodeContexts[context.
NodeId
] = context;
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (2)
583
_nodeContexts[(HandshakeOptions)context.
NodeId
] = context;
590
_activeNodes.Add(context.
NodeId
);