1 instantiation of COR_TYPEID
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\HeapWalk.cs (1)
100type = new COR_TYPEID { token1 = mt.Value, token2 = 0 },
18 references to COR_TYPEID
Microsoft.Diagnostics.DataContractReader.Legacy (18)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (8)
113public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeID_106; 114public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeIDForType_107; 4111int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeID(ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4114var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[106]); 4128internal static int ABI_GetTypeID(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4148int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeIDForType(ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pId) 4151var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[107]); 4165internal static int ABI_GetTypeIDForType(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pId)
Dbi\DacDbiImpl.cs (4)
4643public int GetTypeID(ulong obj, COR_TYPEID* pType) 4661COR_TYPEID resultLocal; 4675public int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId) 4692COR_TYPEID resultLocal;
Dbi\IDacDbiInterface.cs (6)
226public COR_TYPEID type; 251public COR_TYPEID parentID; 261public COR_TYPEID componentID; 276public COR_TYPEID id; 828int GetTypeID(ulong obj, COR_TYPEID* pType); 831int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId);