2 instantiations of NodeEndpointInProc
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
250NodeEndpointInProc node = new NodeEndpointInProc(mode, host, nodeId); 251NodeEndpointInProc manager = new NodeEndpointInProc(mode, host, nodeId);
10 references to NodeEndpointInProc
Microsoft.Build (10)
BackEnd\Components\Communications\NodeEndpointInProc.cs (7)
47private NodeEndpointInProc _peerEndpoint; 250NodeEndpointInProc node = new NodeEndpointInProc(mode, host, nodeId); 251NodeEndpointInProc manager = new NodeEndpointInProc(mode, host, nodeId); 483internal readonly NodeEndpointInProc NodeEndpoint; 488internal readonly NodeEndpointInProc ManagerEndpoint; 495internal EndpointPair(NodeEndpointInProc node, NodeEndpointInProc manager)
BackEnd\Components\Communications\NodeProviderInProc.cs (3)
364NodeEndpointInProc.EndpointPair endpoints = NodeEndpointInProc.CreateInProcEndpoints(NodeEndpointInProc.EndpointMode.Synchronous, _componentHost, nodeId);