Implemented interface member:
method
GetTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetTypeHandle(Microsoft.Diagnostics.DataContractReader.TargetPointer)
19 references to GetTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (19)
Contracts\RuntimeTypeSystem_1.cs (19)
374
Instantiation[i] = rts.
GetTypeHandle
(target.ReadPointer(perInstInfo + (ulong)target.PointerSize * (ulong)i));
545
TypeHandle canonMTHandle =
GetTypeHandle
(canonMTPtr);
786
TypeHandles[i] = rts.
GetTypeHandle
(target.ReadPointer(dictionaryPointer + (ulong)target.PointerSize * (ulong)i));
953
return
GetTypeHandle
(methodTable.PerInstInfo);
965
return
GetTypeHandle
(paramTypeDesc.TypeArg);
1038
potentialMatch =
GetTypeHandle
(ptr);
1061
return
GetTypeHandle
(typeHandlePtr);
1272
TypeHandles[i] = rts.
GetTypeHandle
(target.ReadPointer(retAndArgs + (ulong)target.PointerSize * (ulong)i));
1551
_ =
GetTypeHandle
(methodDesc.MethodTable);
1643
TypeHandle mt =
GetTypeHandle
(mtAddr);
1733
TypeHandle canonMT =
GetTypeHandle
(GetCanonicalMethodTable(typeHandle));
1748
TypeHandle canonMT =
GetTypeHandle
(GetCanonicalMethodTable(typeHandle));
1775
TypeHandle canonMT =
GetTypeHandle
(cannonMTPTr);
1788
TypeHandle lookupMT =
GetTypeHandle
(lookupMTPtr);
1799
lookupMTPtr = GetCanonicalMethodTable(
GetTypeHandle
(lookupMTPtr));
1886
TypeHandle typeHandle =
GetTypeHandle
(methodTablePointer);
1974
TypeHandle typeHandle =
GetTypeHandle
(methodTablePointer);
1982
TypeHandle typeHandle =
GetTypeHandle
(methodTablePointer);
2090
TypeHandle ctx =
GetTypeHandle
(enclosingMT);