5 references to InProc
Microsoft.Build (5)
BackEnd\Components\Communications\NodeInfo.cs (2)
90NodeAffinity.InProc => _providerType == NodeProviderType.InProc, 91NodeAffinity.OutOfProc => _providerType != NodeProviderType.InProc,
BackEnd\Components\Communications\NodeProviderInProc.cs (1)
100get { return NodeProviderType.InProc; }
BackEnd\Components\Scheduler\Scheduler.cs (2)
555case NodeProviderType.InProc: 1813existingRequestAffinity = (_availableNodes[assignedNodeId].ProviderType == NodeProviderType.InProc) ? NodeAffinity.InProc : NodeAffinity.OutOfProc;