Implemented interface member:
method
GetTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetTypeHandle(Microsoft.Diagnostics.DataContractReader.TargetPointer)
22 references to GetTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (22)
Contracts\RuntimeTypeSystem_1.cs (22)
363Instantiation[i] = rts.GetTypeHandle(target.ReadPointer(perInstInfo + (ulong)target.PointerSize * (ulong)i)); 568TypeHandle canonMTHandle = GetTypeHandle(canonMTPtr); 924TypeHandle parentHandle = GetTypeHandle(parentMT); 1042TypeHandles[i] = rts.GetTypeHandle(target.ReadPointer(dictionaryPointer + (ulong)target.PointerSize * (ulong)i)); 1214return GetTypeHandle(methodTable.PerInstInfo); 1226return GetTypeHandle(paramTypeDesc.TypeArg); 1322potentialMatch = GetTypeHandle(ptr); 1424return GetTypeHandle(typeHandlePtr); 1528TypeHandles[i] = rts.GetTypeHandle(target.ReadPointer(retAndArgs + (ulong)target.PointerSize * (ulong)i)); 1849_ = GetTypeHandle(methodDesc.MethodTable); 1941TypeHandle mt = GetTypeHandle(mtAddr); 2031TypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2046TypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2073TypeHandle canonMT = GetTypeHandle(cannonMTPTr); 2086TypeHandle lookupMT = GetTypeHandle(lookupMTPtr); 2097lookupMTPtr = GetCanonicalMethodTable(GetTypeHandle(lookupMTPtr)); 2184TypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2278TypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2286TypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2349TypeHandle enclosingType = GetTypeHandle(enclosingMT); 2377(TargetPointer listStart, uint fieldDescSize, int totalFields) = GetFieldDescListLayout(GetTypeHandle(enclosingMT)); 2447TypeHandle ctx = GetTypeHandle(enclosingMT);