2 references to Assert
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (2)
src\Compilers\Core\Portable\InternalUtilities\Debug.cs (1)
37
Assert
(value is object, "Unexpected null reference");
src\ExpressionEvaluator\Core\Source\ResultProvider\Formatter.TypeNames.cs (1)
159
RoslynDebug.
Assert
(!isDynamic, $"Dynamic should have been handled by {nameof(AppendSpecialTypeName)}");