4 references to Request
Microsoft.Build (4)
BackEnd\Components\Scheduler\Scheduler.cs (4)
2331
int workId = useConfigurations ? buildEvent.
Request
.BuildRequest.ConfigurationId : buildEvent.
Request
.BuildRequest.GlobalRequestId;
2360
if (buildEvent.
Request
.AssignedNode != InvalidNodeId)
2362
int nodeForEvent = availableNodeIdsToIndex[buildEvent.
Request
.AssignedNode];