4 references to RequestedCores
Microsoft.Build (4)
Instance\TaskFactories\TaskHostTask.cs (2)
770engine9.ReleaseCores(request.RequestedCores); 777grantedCores = engine9.RequestCores(request.RequestedCores);
parent\Shared\TaskHostCoresRequest.cs (2)
8/// When <see cref="IsRelease"/> is false, this is a RequestCores call with <see cref="RequestedCores"/> cores requested. 9/// When <see cref="IsRelease"/> is true, this is a ReleaseCores call with <see cref="RequestedCores"/> cores to release.