9 references to ExceptionUtilities
Microsoft.CodeAnalysis.Threading.Package (9)
AsyncBatchingWorkQueue`2.cs (2)
284throw ExceptionUtilities.Unreachable(); 297throw ExceptionUtilities.Unreachable();
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (2)
140if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException) 216if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
721throw ExceptionUtilities.Unreachable(); 731throw ExceptionUtilities.Unreachable();
src\Dependencies\Collections\TemporaryArray`1.cs (3)
316_ => throw ExceptionUtilities.Unreachable(), 378throw ExceptionUtilities.Unreachable(); 431throw ExceptionUtilities.Unreachable();