9 references to Unreachable
Microsoft.CodeAnalysis.InteractiveHost (9)
AsyncLazy`1.cs (2)
432throw ExceptionUtilities.Unreachable(); 436throw ExceptionUtilities.Unreachable();
FailFast.cs (2)
43throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn] 53throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn]
Interactive\Core\InteractiveHost.cs (2)
265throw ExceptionUtilities.Unreachable(); 352throw ExceptionUtilities.Unreachable();
Interactive\Core\InteractiveHost.LazyRemoteService.cs (1)
133throw ExceptionUtilities.Unreachable();
Interactive\Core\InteractiveHost.RemoteService.cs (1)
105throw ExceptionUtilities.Unreachable();
TaskExtensions.cs (1)
165throw ExceptionUtilities.Unreachable();