2 instantiations of SchedulerCircularDependencyException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
37new(typeof(SchedulerCircularDependencyException), (msg, inner) => new SchedulerCircularDependencyException(msg, inner)),
BackEnd\Components\Scheduler\SchedulableRequest.cs (1)
633throw new SchedulerCircularDependencyException(requestCausingFailure.BuildRequest, ancestors);
3 references to SchedulerCircularDependencyException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
37new(typeof(SchedulerCircularDependencyException), (msg, inner) => new SchedulerCircularDependencyException(msg, inner)),
BackEnd\Components\Scheduler\Scheduler.cs (2)
347catch (SchedulerCircularDependencyException ex) 360catch (SchedulerCircularDependencyException ex)