7 references to COR_ARRAY_LAYOUT
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
123
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.
COR_ARRAY_LAYOUT
*, int> GetArrayLayout_116;
4484
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetArrayLayout(ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.
COR_ARRAY_LAYOUT
* pLayout)
4487
var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.
COR_ARRAY_LAYOUT
*, int> )__vtable[116]);
4501
internal static int ABI_GetArrayLayout(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong id, global::Microsoft.Diagnostics.DataContractReader.Legacy.
COR_ARRAY_LAYOUT
* pLayout)
Dbi\DacDbiImpl.cs (2)
2051
public int GetArrayLayout(ulong id,
COR_ARRAY_LAYOUT
* pLayout)
2106
COR_ARRAY_LAYOUT
resultLocal;
Dbi\IDacDbiInterface.cs (1)
540
int GetArrayLayout(ulong id,
COR_ARRAY_LAYOUT
* pLayout);