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