7 references to DacpCCWData
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (4)
83public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpCCWData*, int> GetCCWData_76; 3624int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetCCWData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress ccw, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpCCWData* data) 3627var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpCCWData*, int> )__vtable[76]); 3644internal 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)
849int GetCCWData(ClrDataAddress ccw, DacpCCWData* data);
SOSDacImpl.cs (2)
586int ISOSDacInterface.GetCCWData(ClrDataAddress ccw, DacpCCWData* data) 632DacpCCWData dataLocal = default;