1 write to _lmrType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrType.cs (1)
46_lmrType = lmrType;
9 references to _lmrType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
Debugger\Engine\DkmClrType.cs (9)
67var elementType = _lmrType.GetElementType(); 74get { return ((TypeImpl)_lmrType).Type; } 82_lmrType.MakeGenericType(genericArguments.Select(t => t._lmrType).ToArray()), 93_lmrType.MakeArrayType()); 109DkmClrValue.GetHostObjectValue(_lmrType, value), 125var typeArgs = _lmrType.GetGenericArguments(); 137return _lmrType; 154var result = _lmrType.ToString();