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