12 references to Unreachable
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (12)
src\Compilers\Core\Portable\InternalUtilities\EmptyComparer.cs (1)
23
=> throw ExceptionUtilities.
Unreachable
();
src\Compilers\Core\Portable\InternalUtilities\ReadOnlyMemoryOfCharComparer.cs (1)
51
=> throw ExceptionUtilities.
Unreachable
();
src\Compilers\Core\Portable\InternalUtilities\RoslynParallel.cs (2)
35
throw ExceptionUtilities.
Unreachable
();
42
throw ExceptionUtilities.
Unreachable
();
src\Compilers\Core\Portable\InternalUtilities\SingleInitNullable.cs (1)
77
return ReadIfInitialized() ?? throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Collections\Extensions\ImmutableArrayExtensions.cs (2)
721
throw ExceptionUtilities.
Unreachable
();
731
throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Collections\TemporaryArray`1.cs (3)
316
_ => throw ExceptionUtilities.
Unreachable
(),
378
throw ExceptionUtilities.
Unreachable
();
431
throw ExceptionUtilities.
Unreachable
();
src\Dependencies\Contracts\ErrorReporting\FailFast.cs (2)
45
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
55
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]