3 references to IsTypeVariables
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (3)
Debugger\Engine\DkmClrValue.cs (1)
44
Debug.Assert((type == null) || !type.GetLmrType().
IsTypeVariables
() || (valueFlags == DkmClrValueFlags.Synthetic));
ResultProvider.cs (2)
648
if (type.
IsTypeVariables
())
935
Debug.Assert(!declaredType.
IsTypeVariables
());