7 references to COR_TYPE_LAYOUT
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
122public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> GetTypeLayout_115; 4447int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeLayout(ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT* pLayout) 4450var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> )__vtable[115]); 4464internal static int ABI_GetTypeLayout(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT* pLayout)
Dbi\DacDbiImpl.cs (2)
1997public int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout) 2033COR_TYPE_LAYOUT resultLocal;
Dbi\IDacDbiInterface.cs (1)
537int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout);