10 references to Unreachable
Microsoft.CodeAnalysis.Threading.Package (10)
AsyncBatchingWorkQueue`2.cs (2)
275
throw ExceptionUtilities.
Unreachable
();
288
throw ExceptionUtilities.
Unreachable
();
ProducerConsumer.cs (1)
388
throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
1077
throw ExceptionUtilities.
Unreachable
();
1087
throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Collections\TemporaryArray`1.cs (3)
317
_ => throw ExceptionUtilities.
Unreachable
(),
379
throw ExceptionUtilities.
Unreachable
();
432
throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Contracts\ErrorReporting\FailFast.cs (2)
45
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
55
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]