1 override of GetNodeReuseThreshold
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodeProviderOutOfProc_Tests.cs (1)
34protected override int GetNodeReuseThreshold()
2 references to GetNodeReuseThreshold
Microsoft.Build (1)
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
550int maxNodesToKeep = GetNodeReuseThreshold();
Microsoft.Build.Engine.UnitTests (1)
BackEnd\NodeProviderOutOfProc_Tests.cs (1)
37return _thresholdOverride ?? base.GetNodeReuseThreshold();