4 instantiations of CircularDependencyException
Microsoft.Build (4)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
29new(typeof(CircularDependencyException), (msg, inner) => new CircularDependencyException(msg, inner)),
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1050throw new CircularDependencyException();
Graph\GraphBuilder.cs (2)
491throw new CircularDependencyException( 516throw new CircularDependencyException(
9 references to CircularDependencyException
Microsoft.Build (8)
BackEnd\BuildManager\BuildManager.cs (1)
1984if (ex is CircularDependencyException)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
29new(typeof(CircularDependencyException), (msg, inner) => new CircularDependencyException(msg, inner)),
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
913else if (type == typeof(CircularDependencyException))
Graph\GraphBuildResult.cs (1)
45public override bool CircularDependency => Exception is CircularDependencyException;
Graph\ProjectGraph.cs (4)
329/// <exception cref="CircularDependencyException"> 369/// <exception cref="CircularDependencyException"> 413/// <exception cref="CircularDependencyException"> 440/// <exception cref="CircularDependencyException">If the evaluation is successful but the project graph contains a circular dependency.</exception>
MSBuild (1)
XMake.cs (1)
1849&& exception is not CircularDependencyException)