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)
69
var elementType =
_lmrType
.GetElementType();
76
get { return ((TypeImpl)
_lmrType
).Type; }
84
_lmrType
.MakeGenericType(genericArguments.Select(t => t.
_lmrType
).ToArray()),
95
_lmrType
.MakeArrayType());
111
DkmClrValue.GetHostObjectValue(
_lmrType
, value),
127
var typeArgs =
_lmrType
.GetGenericArguments();
139
return
_lmrType
;
156
var result =
_lmrType
.ToString();