Implemented interface member:
method
GetTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts.IRuntimeTypeSystem.GetTypeHandle(Microsoft.Diagnostics.DataContractReader.TargetPointer)
24 references to GetTypeHandle
Microsoft.Diagnostics.DataContractReader.Contracts (24)
Contracts\RuntimeTypeSystem_1.cs (24)
381Instantiation[i] = rts.GetTypeHandle(target.ReadPointer(perInstInfo + (ulong)target.PointerSize * (ulong)i)); 586ITypeHandle canonMTHandle = GetTypeHandle(canonMTPtr); 943ITypeHandle parentHandle = GetTypeHandle(parentMT); 1061TypeHandles[i] = rts.GetTypeHandle(target.ReadPointer(dictionaryPointer + (ulong)target.PointerSize * (ulong)i)); 1233return GetTypeHandle(methodTable.PerInstInfo); 1245return GetTypeHandle(paramTypeDesc.TypeArg); 1346potentialMatch = GetTypeHandle(ptr); 1449return GetTypeHandle(typeHandlePtr); 1555TypeHandles[i] = rts.GetTypeHandle(target.ReadPointer(retAndArgs + (ulong)target.PointerSize * (ulong)i)); 1876_ = GetTypeHandle(methodDesc.MethodTable); 1967ITypeHandle mt = GetTypeHandle(mtAddr); 2055ITypeHandle methodTable = GetTypeHandle(methodDesc.MethodTable); 2056ITypeHandle canonicalMethodTable = GetTypeHandle(GetCanonicalMethodTable(methodTable)); 2077ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2092ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2119ITypeHandle canonMT = GetTypeHandle(cannonMTPTr); 2132ITypeHandle lookupMT = GetTypeHandle(lookupMTPtr); 2143lookupMTPtr = GetCanonicalMethodTable(GetTypeHandle(lookupMTPtr)); 2230ITypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2340ITypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2348ITypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2411ITypeHandle enclosingType = GetTypeHandle(enclosingMT); 2439(TargetPointer listStart, uint fieldDescSize, int totalFields) = GetFieldDescListLayout(GetTypeHandle(enclosingMT)); 2512ITypeHandle ctx = GetTypeHandle(enclosingMT);