14 references to DacpGcHeapDetails
Microsoft.Diagnostics.DataContractReader.Legacy (14)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (8)
55public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails*, int> GetGCHeapDetails_48; 56public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails*, int> GetGCHeapStaticData_49; 2389int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetGCHeapDetails(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress heap, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails* details) 2392var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails*, int> )__vtable[48]); 2409internal static int ABI_GetGCHeapDetails(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __heap_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails* details) 2431int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.GetGCHeapStaticData(global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails* details) 2434var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails*, int> )__vtable[49]); 2448internal static int ABI_GetGCHeapStaticData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGcHeapDetails* details)
ISOSDacInterface.cs (2)
775int GetGCHeapDetails(ClrDataAddress heap, DacpGcHeapDetails* details); 777int GetGCHeapStaticData(DacpGcHeapDetails* details);
SOSDacImpl.cs (4)
1359int ISOSDacInterface.GetGCHeapDetails(ClrDataAddress heap, DacpGcHeapDetails* details) 1450DacpGcHeapDetails detailsLocal = default; 1492int ISOSDacInterface.GetGCHeapStaticData(DacpGcHeapDetails* details) 1583DacpGcHeapDetails detailsLocal = default;