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