1 instantiation of COR_TYPEID
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\HeapWalk.cs (1)
98type = new COR_TYPEID { token1 = mt.Value, token2 = 0 },
18 references to COR_TYPEID
Microsoft.Diagnostics.DataContractReader.Legacy (18)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (8)
116public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeID_109; 117public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeIDForType_110; 4217int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeID(ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4220var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[109]); 4234internal static int ABI_GetTypeID(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4254int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeIDForType(ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pId) 4257var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[110]); 4271internal 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)
3543public int GetTypeID(ulong obj, COR_TYPEID* pType) 3561COR_TYPEID resultLocal; 3575public int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId) 3592COR_TYPEID resultLocal;
Dbi\IDacDbiInterface.cs (6)
130public COR_TYPEID type; 145public COR_TYPEID parentID; 155public COR_TYPEID componentID; 170public COR_TYPEID id; 681int GetTypeID(ulong obj, COR_TYPEID* pType); 684int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId);