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