5 references to UnexpectedValue
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (5)
MetadataResolver.cs (2)
423throw ExceptionUtilities.UnexpectedValue(typeA.Kind); 448throw ExceptionUtilities.UnexpectedValue(name.Kind);
src\Compilers\Core\Portable\MetadataReader\MetadataTypeCodeExtensions.cs (2)
73throw ExceptionUtilities.UnexpectedValue(typeCode); 135throw ExceptionUtilities.UnexpectedValue(specialType);
src\Compilers\CSharp\Portable\Symbols\Synthesized\GeneratedNameParser.cs (1)
248static byte @throw(char c) => throw ExceptionUtilities.UnexpectedValue(c);