6 references to DacpCCWData
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Generated\361d1da7f942c932\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (4)
83
public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacpCCWData
*, int> GetCCWData_76;
3624
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetCCWData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress ccw, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacpCCWData
* data)
3627
var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacpCCWData
*, int> )__vtable[76]);
3644
internal static int ABI_GetCCWData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __ccw_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.
DacpCCWData
* data)
ISOSDacInterface.cs (1)
850
int GetCCWData(ClrDataAddress ccw,
DacpCCWData
* data);
SOSDacImpl.cs (1)
600
int ISOSDacInterface.GetCCWData(ClrDataAddress ccw,
DacpCCWData
* data)