7 references to COR_TYPE_LAYOUT
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
118public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> GetTypeLayout_111; 4300int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeLayout(ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT* pLayout) 4303var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> )__vtable[111]); 4317internal 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)
4630public int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout) 4669COR_TYPE_LAYOUT resultLocal;
Dbi\IDacDbiInterface.cs (1)
754int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout);