7 references to TestableNodeProviderOutOfProcBase
Microsoft.Build.Engine.UnitTests (7)
BackEnd\NodeProviderOutOfProc_Tests.cs (7)
59
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 10, thresholdOverride: 4);
70
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 10, thresholdOverride: 0);
82
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 3, thresholdOverride: 4);
94
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 4, thresholdOverride: 4);
108
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 10, thresholdOverride: 4);
124
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 6, thresholdOverride: 4);
142
var provider = new
TestableNodeProviderOutOfProcBase
(systemWideNodeCount: 5, thresholdOverride: 4);