7 references to DacDbiArrayInfo
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\22\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
93
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_86;
3364
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)
3367
var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.Interop.BOOL*, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacDbiArrayInfo
*, int> )__vtable[86]);
3381
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)
4382
public int GetArrayData(ulong objectAddress, Interop.BOOL* pIsValidArray,
DacDbiArrayInfo
* pArrayInfo)
4423
DacDbiArrayInfo
arrayInfoLocal;
Dbi\IDacDbiInterface.cs (1)
808
int GetArrayData(ulong objectAddress, Interop.BOOL* pIsValidArray,
DacDbiArrayInfo
* pArrayInfo);