7 references to COR_TYPE_LAYOUT
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\19\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
116public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> GetTypeLayout_109; 4222int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeLayout(ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT* pLayout) 4225var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> )__vtable[109]); 4239internal 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)
4858public int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout) 4897COR_TYPE_LAYOUT resultLocal;
Dbi\IDacDbiInterface.cs (1)
837int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout);