4 references to OutOfProc
Microsoft.Build (3)
BackEnd\Components\Communications\NodeProviderOutOfProc.cs (1)
45{ return NodeProviderType.OutOfProc; }
BackEnd\Components\Communications\NodeProviderOutOfProcTaskHost.cs (1)
126{ return NodeProviderType.OutOfProc; }
BackEnd\Components\Scheduler\Scheduler.cs (1)
500case NodeProviderType.OutOfProc:
Microsoft.Build.Engine.UnitTests (1)
BackEnd\Scheduler_Tests.cs (1)
869nodeType = NodeProviderType.OutOfProc;