7 references to DacDbiArrayInfo
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\18\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
94
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacDbiArrayInfo
*, int> GetArrayData_87;
3401
int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetArrayData(ulong objectAddress, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pIsValidArray, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacDbiArrayInfo
* pArrayInfo)
3404
var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacDbiArrayInfo
*, int> )__vtable[87]);
3418
internal static int ABI_GetArrayData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong objectAddress, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL* pIsValidArray, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacDbiArrayInfo
* pArrayInfo)
Dbi\DacDbiImpl.cs (2)
3549
public int GetArrayData(ulong objectAddress, Interop.BOOL* pIsValidArray,
DacDbiArrayInfo
* pArrayInfo)
3590
DacDbiArrayInfo
arrayInfoLocal;
Dbi\IDacDbiInterface.cs (1)
682
int GetArrayData(ulong objectAddress, Interop.BOOL* pIsValidArray,
DacDbiArrayInfo
* pArrayInfo);