18 references to ExceptionUtilities
Microsoft.CodeAnalysis.InteractiveHost (18)
Interactive\Core\InteractiveHost.cs (2)
264throw ExceptionUtilities.Unreachable(); 351throw ExceptionUtilities.Unreachable();
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
131throw ExceptionUtilities.Unreachable();
Interactive\Core\InteractiveHost.RemoteService.cs (1)
104throw ExceptionUtilities.Unreachable();
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (1)
186throw ExceptionUtilities.UnexpectedValue(kind);
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (2)
43throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn] 53throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn]
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)
719throw ExceptionUtilities.Unreachable(); 729throw ExceptionUtilities.Unreachable();
src\Dependencies\Collections\TemporaryArray`1.cs (3)
314_ => throw ExceptionUtilities.Unreachable(), 376throw ExceptionUtilities.Unreachable(); 429throw ExceptionUtilities.Unreachable();
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (2)
277throw ExceptionUtilities.Unreachable(); 290throw ExceptionUtilities.Unreachable();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (2)
446throw ExceptionUtilities.Unreachable(); 450throw ExceptionUtilities.Unreachable();