1 instantiation of EndpointPair
Microsoft.Build (1)
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
257return new EndpointPair(node, manager);
2 references to EndpointPair
Microsoft.Build (2)
BackEnd\Components\Communications\NodeEndpointInProc.cs (1)
247internal static EndpointPair CreateInProcEndpoints(EndpointMode mode, IBuildComponentHost host, int nodeId)
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
350NodeEndpointInProc.EndpointPair endpoints = NodeEndpointInProc.CreateInProcEndpoints(NodeEndpointInProc.EndpointMode.Synchronous, _componentHost, nodeId);