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