3 types derived from NodeProviderOutOfProcBase
Microsoft.Build (2)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
22
internal class NodeProviderOutOfProc :
NodeProviderOutOfProcBase
, INodeProvider
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
26
internal class NodeProviderOutOfProcTaskHost :
NodeProviderOutOfProcBase
, INodeProvider, INodePacketFactory, INodePacketHandler
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodeProviderOutOfProc_Tests.cs (1)
23
private sealed class TestableNodeProviderOutOfProcBase :
NodeProviderOutOfProcBase
3 references to NodeProviderOutOfProcBase
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
609
if (
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)
329
int serverNodeCount =
NodeProviderOutOfProcBase
.CountActiveNodesWithMode(NodeMode.OutOfProcServerNode);