1 write to _lmrType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (1)
Debugger\Engine\DkmClrType.cs (1)
49
_lmrType
= lmrType;
9 references to _lmrType
Microsoft.CodeAnalysis.ExpressionEvaluator.ResultProvider.Utilities (9)
Debugger\Engine\DkmClrType.cs (9)
73
var elementType =
_lmrType
.GetElementType();
80
get { return ((TypeImpl)
_lmrType
).Type; }
88
_lmrType
.MakeGenericType(genericArguments.Select(t => t.
_lmrType
).ToArray()),
99
_lmrType
.MakeArrayType());
115
DkmClrValue.GetHostObjectValue(
_lmrType
, value),
131
var typeArgs =
_lmrType
.GetGenericArguments();
143
return
_lmrType
;
163
var result =
_lmrType
.ToString();