12 references to ExceptionUtilities
Microsoft.CodeAnalysis.Threading.Package (12)
AsyncBatchingWorkQueue`2.cs (2)
275throw ExceptionUtilities.Unreachable(); 288throw ExceptionUtilities.Unreachable();
ProducerConsumer.cs (1)
388throw ExceptionUtilities.Unreachable();
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
1077throw ExceptionUtilities.Unreachable(); 1087throw ExceptionUtilities.Unreachable();
src\Dependencies\Collections\TemporaryArray`1.cs (3)
317_ => throw ExceptionUtilities.Unreachable(), 379throw ExceptionUtilities.Unreachable(); 432throw 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)