2 types derived from NodeProviderOutOfProcBase
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
22internal class NodeProviderOutOfProc : NodeProviderOutOfProcBase, INodeProvider
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
21internal class NodeProviderOutOfProcTaskHost : NodeProviderOutOfProcBase, INodeProvider, INodePacketFactory, INodePacketHandler
2 references to NodeProviderOutOfProcBase
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (1)
623NodeProviderOutOfProcBase.ConnectToPipeStream(_nodeStream, _pipeName, _handshake, Math.Max(1, timeoutMilliseconds - (int)sw.ElapsedMilliseconds));
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
47/// Not used - base class <see cref="NodeProviderOutOfProcBase"/> implementation is reused instead.