3 references to GrantedCores
Microsoft.Build (2)
TaskHostCoresResponse.cs (2)
8/// For RequestCores: <see cref="GrantedCores"/> is the number of cores granted. 9/// For ReleaseCores: <see cref="GrantedCores"/> is 0 (acknowledgment only).
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskHostCallbackPacket_Tests.cs (1)
84deserialized.GrantedCores.ShouldBe(grantedCores);