9 references to ExceptionUtilities
Microsoft.CodeAnalysis.Collections.Package (9)
Extensions\ImmutableArrayExtensions.cs (2)
721throw ExceptionUtilities.Unreachable(); 731throw ExceptionUtilities.Unreachable();
src\Dependencies\Contracts\ErrorReporting\FailFast.cs (2)
45throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn] 55throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn]
src\Dependencies\Contracts\ErrorReporting\FatalError.cs (2)
145if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException) 221if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
TemporaryArray`1.cs (3)
316_ => throw ExceptionUtilities.Unreachable(), 378throw ExceptionUtilities.Unreachable(); 431throw ExceptionUtilities.Unreachable();