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