6 references to freedContexts
Microsoft.Build.Engine (6)
Engine\EngineCallback.cs (6)
237lock (freedContexts) 239freedContexts.Add(routingContext); 555if (freedContexts.Count > freeListThreshold) 557lock (freedContexts) 559foreach (ExecutionContext executionContext in freedContexts) 563freedContexts.Clear();