4 references to GetExecutionContextFromHandleId
Microsoft.Build.Engine (4)
Engine\EngineCallback.cs (1)
85ExecutionContext executionContext = GetExecutionContextFromHandleId(buildRequest.HandleId);
Introspector\TargetCycleDetector.cs (2)
209ExecutionContext executionContext = engineCallback.GetExecutionContextFromHandleId(buildRequest.HandleId); 213ExecutionContext nextExecutionContext = engineCallback.GetExecutionContextFromHandleId(routingContext.ParentHandleId);
Introspector\TargetInProgressState.cs (1)
228engineCallback.GetExecutionContextFromHandleId(triggeringBuildRequest.HandleId);