5 references to Unreachable
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (5)
FailFast.cs (2)
43throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn] 53throw ExceptionUtilities.Unreachable(); // to satisfy [DoesNotReturn]
ResultProvider.cs (2)
105throw ExceptionUtilities.Unreachable(); 208throw ExceptionUtilities.Unreachable();
TypeHelpers.cs (1)
857throw ExceptionUtilities.Unreachable();