8 references to executionContexts
Microsoft.Build.Engine (8)
Engine\EngineCallback.cs (8)
467return (ExecutionContext)executionContexts[handleId]; 478return (TaskExecutionContext)executionContexts[handleId]; 488return (RequestRoutingContext)executionContexts[handleId]; 511executionContexts.Add(handleId, executionContext); 538executionContexts.Add(handleId, executionContext); 550ErrorUtilities.VerifyThrow(executionContexts.ContainsKey(handleId), "The table must contain this entry"); 551executionContexts.Remove(handleId); 561executionContexts.Remove(executionContext.HandleId);