1 write to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (1)
ClrDataTypeInstance.cs (1)
27
_typeHandle
= typeHandle;
10 references to _typeHandle
Microsoft.Diagnostics.DataContractReader.Legacy (10)
ClrDataTypeInstance.cs (10)
20
internal ITypeHandle TypeHandle =>
_typeHandle
;
132
string name =
_typeHandle
.GetName(_target);
203
if (rts.IsArray(
_typeHandle
, out _) || rts.IsFunctionPointer(
_typeHandle
, out _, out _))
205
definitionType =
_typeHandle
;
209
else if (rts.IsTypeDesc(
_typeHandle
) && rts.HasTypeParam(
_typeHandle
))
211
definitionType = rts.GetTypeParam(
_typeHandle
);
217
module = rts.GetModule(
_typeHandle
);
218
token = rts.GetTypeDefToken(
_typeHandle
);