5 references to IsRelease
Microsoft.Build (4)
Instance\TaskFactories\TaskHostTask.cs (2)
696
int grantedCores = request.
IsRelease
? 0 : 1;
698
if (request.
IsRelease
)
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.
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHostCallbackPacket_Tests.cs (1)
66
deserialized.
IsRelease
.ShouldBe(isRelease);