2 writes to ParentRequestId
Microsoft.Build.Engine (2)
Engine\EngineCallback.cs (2)
99buildRequest.ParentRequestId = taskExecutionContext.TriggeringBuildRequest.RequestId; 166buildRequest.ParentRequestId = requestRoutingContext.ParentRequestId;
1 reference to ParentRequestId
Microsoft.Build.Engine (1)
Engine\Scheduler.cs (1)
210ScheduleRecordKey parentKey = new ScheduleRecordKey(currentRequest.ParentHandleId, currentRequest.ParentRequestId);