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\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (8)
115public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeID_108; 116public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeIDForType_109; 4189int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeID(ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4192var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[108]); 4206internal static int ABI_GetTypeID(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4226int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeIDForType(ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pId) 4229var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[109]); 4243internal 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)
4415public int GetTypeID(ulong obj, COR_TYPEID* pType) 4433COR_TYPEID resultLocal; 4447public int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId) 4464COR_TYPEID resultLocal;
Dbi\IDacDbiInterface.cs (6)
135public COR_TYPEID type; 160public COR_TYPEID parentID; 170public COR_TYPEID componentID; 185public COR_TYPEID id; 745int GetTypeID(ulong obj, COR_TYPEID* pType); 748int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId);