7 references to COR_TYPE_LAYOUT
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
117public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> GetTypeLayout_110; 4263int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetTypeLayout(ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT* pLayout) 4266var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_TYPE_LAYOUT*, int> )__vtable[110]); 4280internal 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)
5481public int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout) 5520COR_TYPE_LAYOUT resultLocal;
Dbi\IDacDbiInterface.cs (1)
880int GetTypeLayout(ulong id, COR_TYPE_LAYOUT* pLayout);