4 references to ExceptionUtilities
Microsoft.CodeAnalysis.Threading.Package (4)
AsyncBatchingWorkQueue`2.cs (2)
278throw ExceptionUtilities.Unreachable(); 291throw ExceptionUtilities.Unreachable();
src\Compilers\Core\Portable\InternalUtilities\FatalError.cs (2)
142if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException) 218if (ExceptionUtilities.IsCurrentOperationBeingCancelled(exception, contextCancellationToken) || exception is OperationCanceledIgnoringCallerTokenException)