Implemented interface member:
method
RequestCores
Microsoft.Build.Framework.IBuildEngine9.RequestCores(System.Int32)
10 references to RequestCores
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
797/// True if the one implicit core has been allocated by <see cref="RequestCores"/>, false otherwise.
Microsoft.Build.Engine.UnitTests (9)
BackEnd\TaskHost_Tests.cs (9)
766_taskHost.RequestCores(0); 771_taskHost.RequestCores(-1); 780_taskHost.RequestCores(3).ShouldBe(1); 790_taskHost.RequestCores(3).ShouldBe(2); 796_taskHost.RequestCores(3).ShouldBe(1); 819_taskHost.RequestCores(3).ShouldBe(2); 826_taskHost.RequestCores(1); 834_taskHost.RequestCores(3).ShouldBe(2); 841_taskHost.RequestCores(1);