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