7 references to UnexpectedValue
Microsoft.CodeAnalysis.Extensions.Package (7)
Diagnostics\DiagnosticSeverityExtensions.cs (1)
28_ => throw ExceptionUtilities.UnexpectedValue(diagnosticSeverity),
Diagnostics\ReportDiagnosticExtensions.cs (1)
44throw ExceptionUtilities.UnexpectedValue(reportDiagnostic);
src\Compilers\Core\Portable\SpecialTypeExtensions.cs (2)
271throw ExceptionUtilities.UnexpectedValue(specialType); 387_ => throw ExceptionUtilities.UnexpectedValue(enumUnderlyingType),
Symbols\ISymbolExtensions_Accessibility.cs (3)
171throw ExceptionUtilities.UnexpectedValue(symbol.Kind); 241throw ExceptionUtilities.UnexpectedValue(declaredAccessibility); 327throw ExceptionUtilities.UnexpectedValue(declaredAccessibility);