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)
795/// 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)
767_taskHost.RequestCores(0); 772_taskHost.RequestCores(-1); 781_taskHost.RequestCores(3).ShouldBe(1); 791_taskHost.RequestCores(3).ShouldBe(2); 797_taskHost.RequestCores(3).ShouldBe(1); 820_taskHost.RequestCores(3).ShouldBe(2); 827_taskHost.RequestCores(1); 835_taskHost.RequestCores(3).ShouldBe(2); 842_taskHost.RequestCores(1);