2 instantiations of CriticalTaskException
Microsoft.Build (2)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
41
new(typeof(CriticalTaskException), (msg, inner) => new
CriticalTaskException
(msg, inner)));
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
818
throw new
CriticalTaskException
(ex);
7 references to CriticalTaskException
Microsoft.Build (3)
BackEnd\Components\Communications\SerializationContractInitializer.cs (1)
41
new(typeof(
CriticalTaskException
), (msg, inner) => new CriticalTaskException(msg, inner)));
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
836
else if (ex is not
CriticalTaskException
)
ExceptionHandling.cs (1)
108
|| e is
CriticalTaskException
Microsoft.Build.Engine.OM.UnitTests (1)
ExceptionHandling.cs (1)
108
|| e is
CriticalTaskException
Microsoft.Build.Tasks.Core (1)
ExceptionHandling.cs (1)
108
|| e is
CriticalTaskException
Microsoft.Build.Utilities.Core (1)
ExceptionHandling.cs (1)
108
|| e is
CriticalTaskException
MSBuild (1)
ExceptionHandling.cs (1)
108
|| e is
CriticalTaskException