2 instantiations of SchedulerCircularDependencyException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
41new(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)
41new(typeof(SchedulerCircularDependencyException), (msg, inner) => new SchedulerCircularDependencyException(msg, inner)),
BackEnd\Components\Scheduler\Scheduler.cs (2)
378catch (SchedulerCircularDependencyException ex) 391catch (SchedulerCircularDependencyException ex)