8 references to DacpMethodTableData
Microsoft.Diagnostics.DataContractReader.Legacy (8)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (4)
44public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpMethodTableData*, int> GetMethodTableData_37; 1862int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetMethodTableData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress mt, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpMethodTableData* data) 1865var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpMethodTableData*, int> )__vtable[37]); 1882internal static int ABI_GetMethodTableData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __mt_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpMethodTableData* data)
ISOSDacInterface.cs (1)
743int GetMethodTableData(ClrDataAddress mt, DacpMethodTableData* data);
SOSDacImpl.cs (3)
2805int ISOSDacInterface.GetMethodTableData(ClrDataAddress mt, DacpMethodTableData* data) 2815DacpMethodTableData result = default; 2854DacpMethodTableData dataLocal;