1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTypeInstance.cs (1)
21
_typeHandle
= typeHandle;
9 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (9)
ClrDataTypeInstance.cs (9)
73
string name =
_typeHandle
.GetName(_target);
139
if (rts.IsArray(
_typeHandle
, out _) || rts.IsFunctionPointer(
_typeHandle
, out _, out _))
141
definitionType =
_typeHandle
;
145
else if (rts.IsTypeDesc(
_typeHandle
) && rts.HasTypeParam(
_typeHandle
))
147
definitionType = rts.GetTypeParam(
_typeHandle
);
153
module = rts.GetModule(
_typeHandle
);
154
token = rts.GetTypeDefToken(
_typeHandle
);