7 references to Unreachable
Microsoft.CodeAnalysis.Collections.Package (7)
Extensions\ImmutableArrayExtensions.cs (2)
1170
throw ExceptionUtilities.
Unreachable
();
1180
throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Contracts\ErrorReporting\FailFast.cs (2)
45
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
55
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
TemporaryArray`1.cs (3)
317
_ => throw ExceptionUtilities.
Unreachable
(),
379
throw ExceptionUtilities.
Unreachable
();
432
throw ExceptionUtilities.
Unreachable
();