3 references to IsTypeVariables
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\Engine\DkmClrValue.cs (1)
42
Debug.Assert((type == null) || !type.GetLmrType().
IsTypeVariables
() || (valueFlags == DkmClrValueFlags.Synthetic));
src\ExpressionEvaluator\Core\Source\ResultProvider\ResultProvider.cs (2)
655
if (type.
IsTypeVariables
())
942
Debug.Assert(!declaredType.
IsTypeVariables
());