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)
772_taskHost.RequestCores(0); 777_taskHost.RequestCores(-1); 786_taskHost.RequestCores(3).ShouldBe(1); 796_taskHost.RequestCores(3).ShouldBe(2); 802_taskHost.RequestCores(3).ShouldBe(1); 825_taskHost.RequestCores(3).ShouldBe(2); 832_taskHost.RequestCores(1); 840_taskHost.RequestCores(3).ShouldBe(2); 847_taskHost.RequestCores(1);