2 instantiations of NodeEndpointInProc
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
249NodeEndpointInProc node = new NodeEndpointInProc(mode, host, nodeId); 250NodeEndpointInProc manager = new NodeEndpointInProc(mode, host, nodeId);
10 references to NodeEndpointInProc
Microsoft.Build (10)
BackEnd\Components\Communications\NodeEndpointInProc.cs (7)
46private NodeEndpointInProc _peerEndpoint; 249NodeEndpointInProc node = new NodeEndpointInProc(mode, host, nodeId); 250NodeEndpointInProc manager = new NodeEndpointInProc(mode, host, nodeId); 482internal readonly NodeEndpointInProc NodeEndpoint; 487internal readonly NodeEndpointInProc ManagerEndpoint; 494internal EndpointPair(NodeEndpointInProc node, NodeEndpointInProc manager)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
350NodeEndpointInProc.EndpointPair endpoints = NodeEndpointInProc.CreateInProcEndpoints(NodeEndpointInProc.EndpointMode.Synchronous, _componentHost, nodeId);