10 references to UnexpectedValue
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider.UnitTests (1)
GeneratedNameParser.cs (1)
240static byte @throw(char c) => throw ExceptionUtilities.UnexpectedValue(c);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
Debugger\Engine\DkmClrType.cs (1)
260throw ExceptionUtilities.UnexpectedValue(state);
Debugger\Engine\DkmClrValue.cs (1)
519throw ExceptionUtilities.UnexpectedValue((MemberTypes)MemberType);
Formatter.Values.cs (1)
394throw ExceptionUtilities.UnexpectedValue(typeCode);
MemberAndDeclarationInfo.cs (3)
154throw ExceptionUtilities.UnexpectedValue(member.MemberType); 194throw ExceptionUtilities.UnexpectedValue(member.MemberType); 209throw ExceptionUtilities.UnexpectedValue(_member.MemberType);
ResultProvider.cs (1)
428throw ExceptionUtilities.UnexpectedValue(result.Kind);
TypeHelpers.cs (2)
210throw ExceptionUtilities.UnexpectedValue(member.MemberType); 853throw ExceptionUtilities.UnexpectedValue(memberType);