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); 978ITypeHandle parentHandle = GetTypeHandle(parentMT); 1096TypeHandles[i] = rts.GetTypeHandle(target.ReadPointer(dictionaryPointer + (ulong)target.PointerSize * (ulong)i)); 1268return GetTypeHandle(methodTable.PerInstInfo); 1280return GetTypeHandle(paramTypeDesc.TypeArg); 1381potentialMatch = GetTypeHandle(ptr); 1484return GetTypeHandle(typeHandlePtr); 1590TypeHandles[i] = rts.GetTypeHandle(target.ReadPointer(retAndArgs + (ulong)target.PointerSize * (ulong)i)); 1911_ = GetTypeHandle(methodDesc.MethodTable); 2002ITypeHandle mt = GetTypeHandle(mtAddr); 2090ITypeHandle methodTable = GetTypeHandle(methodDesc.MethodTable); 2091ITypeHandle canonicalMethodTable = GetTypeHandle(GetCanonicalMethodTable(methodTable)); 2112ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2127ITypeHandle canonMT = GetTypeHandle(GetCanonicalMethodTable(typeHandle)); 2154ITypeHandle canonMT = GetTypeHandle(cannonMTPTr); 2167ITypeHandle lookupMT = GetTypeHandle(lookupMTPtr); 2178lookupMTPtr = GetCanonicalMethodTable(GetTypeHandle(lookupMTPtr)); 2265ITypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2375ITypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2383ITypeHandle typeHandle = GetTypeHandle(methodTablePointer); 2446ITypeHandle enclosingType = GetTypeHandle(enclosingMT); 2474(TargetPointer listStart, uint fieldDescSize, int totalFields) = GetFieldDescListLayout(GetTypeHandle(enclosingMT)); 2547ITypeHandle ctx = GetTypeHandle(enclosingMT);