7 references to Unreachable
Microsoft.CodeAnalysis.Extensions.Package (7)
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
1096throw ExceptionUtilities.Unreachable(); 1106throw 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]