8 references to Unreachable
Microsoft.CodeAnalysis.InteractiveHost (8)
Interactive\Core\InteractiveHost.cs (2)
264
throw ExceptionUtilities.
Unreachable
();
351
throw ExceptionUtilities.
Unreachable
();
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
131
throw ExceptionUtilities.
Unreachable
();
Interactive\Core\InteractiveHost.RemoteService.cs (1)
104
throw ExceptionUtilities.
Unreachable
();
src\Compilers\Core\Portable\InternalUtilities\FailFast.cs (2)
43
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
53
throw ExceptionUtilities.
Unreachable
(); // to satisfy [DoesNotReturn]
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\AsyncLazy`1.cs (2)
445
throw ExceptionUtilities.
Unreachable
();
449
throw ExceptionUtilities.
Unreachable
();