3 types derived from NodeProviderOutOfProcBase
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
22internal class NodeProviderOutOfProc : NodeProviderOutOfProcBase, INodeProvider
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
26internal class NodeProviderOutOfProcTaskHost : NodeProviderOutOfProcBase, INodeProvider, INodePacketFactory, INodePacketHandler
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodeProviderOutOfProc_Tests.cs (1)
23private sealed class TestableNodeProviderOutOfProcBase : NodeProviderOutOfProcBase
3 references to NodeProviderOutOfProcBase
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
609if (NodeProviderOutOfProcBase.TryConnectToPipeStream(
BackEnd\Components\Communications\TaskHostNodeManager.cs (1)
47/// Not used - base class <see cref="NodeProviderOutOfProcBase"/> implementation is reused instead.
BackEnd\Node\OutOfProcServerNode.cs (1)
329int serverNodeCount = NodeProviderOutOfProcBase.CountActiveNodesWithMode(NodeMode.OutOfProcServerNode);