8 references to UnexpectedValue
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ResultProvider (1)
GeneratedNameParser.cs (1)
240
static byte @throw(char c) => throw ExceptionUtilities.
UnexpectedValue
(c);
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider (7)
Formatter.Values.cs (1)
394
throw ExceptionUtilities.
UnexpectedValue
(typeCode);
MemberAndDeclarationInfo.cs (3)
154
throw ExceptionUtilities.
UnexpectedValue
(member.MemberType);
194
throw ExceptionUtilities.
UnexpectedValue
(member.MemberType);
209
throw ExceptionUtilities.
UnexpectedValue
(_member.MemberType);
ResultProvider.cs (1)
428
throw ExceptionUtilities.
UnexpectedValue
(result.Kind);
TypeHelpers.cs (2)
210
throw ExceptionUtilities.
UnexpectedValue
(member.MemberType);
853
throw ExceptionUtilities.
UnexpectedValue
(memberType);