2 references to IsProxyBuildRequest
Microsoft.Build (2)
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
468
public bool IsProxyBuildRequest() => BuildRequest.
IsProxyBuildRequest
();
BackEnd\Components\Scheduler\Scheduler.cs (1)
2181
if (_schedulingData.CanScheduleConfigurationToNode(request.ConfigurationId, InProcNodeId) && request.
IsProxyBuildRequest
())