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