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\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (8)
114public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeID_107; 115public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> GetTypeIDForType_108; 4152int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeID(ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4155var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[107]); 4169internal static int ABI_GetTypeID(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong obj, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pType) 4189int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeIDForType(ulong vmTypeHandle, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID* pId) 4192var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPEID*, int> )__vtable[108]); 4206internal 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)
5266public int GetTypeID(ulong obj, COR_TYPEID* pType) 5284COR_TYPEID resultLocal; 5298public int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId) 5315COR_TYPEID resultLocal;
Dbi\IDacDbiInterface.cs (6)
250public COR_TYPEID type; 275public COR_TYPEID parentID; 285public COR_TYPEID componentID; 300public COR_TYPEID id; 871int GetTypeID(ulong obj, COR_TYPEID* pType); 874int GetTypeIDForType(ulong vmTypeHandle, COR_TYPEID* pId);