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)
39internal class NodeProviderOutOfProcTaskHost : NodeProviderOutOfProcBase, INodeProvider, INodePacketFactory, INodePacketHandler
3 references to NodeProviderOutOfProcBase
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
682connected = NodeProviderOutOfProcBase.TryConnectToPipeStream(
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
46/// Not used - base class <see cref="NodeProviderOutOfProcBase"/> implementation is reused instead.
BackEnd\Node\OutOfProcServerNode.cs (1)
336int serverNodeCount = NodeProviderOutOfProcBase.CountActiveNodesWithMode(NodeMode.OutOfProcServerNode);