4 references to ExceptionUtilities
Microsoft.CodeAnalysis.Threading.Package (4)
AsyncBatchingWorkQueue`2.cs (2)
277throw ExceptionUtilities.Unreachable(); 290throw 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)