7 references to COR_TYPE_LAYOUT
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
119public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> GetTypeLayout_112; 4328int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeLayout(ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT* pLayout) 4331var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> )__vtable[112]); 4345internal 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)
3758public int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout) 3794COR_TYPE_LAYOUT resultLocal;
Dbi\IDacDbiInterface.cs (1)
690int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout);