17 references to DacpGCInterestingInfoData
Microsoft.Diagnostics.DataContractReader.Legacy (17)
_generated\32\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.cs (8)
10public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData*, int> GetGCInterestingInfoData_3; 11public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData*, int> GetGCInterestingInfoStaticData_4; 41int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.GetGCInterestingInfoData(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress interestingInfoAddr, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData* data) 44var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData*, int> )__vtable[3]); 61internal static int ABI_GetGCInterestingInfoData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __interestingInfoAddr_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData* data) 83int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface3.GetGCInterestingInfoStaticData(global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData* data) 86var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData*, int> )__vtable[4]); 100internal static int ABI_GetGCInterestingInfoStaticData(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGCInterestingInfoData* data)
ISOSDacInterface.cs (2)
957int GetGCInterestingInfoData(ClrDataAddress interestingInfoAddr, DacpGCInterestingInfoData* data); 959int GetGCInterestingInfoStaticData(DacpGCInterestingInfoData* data);
SOSDacImpl.cs (7)
5044int ISOSDacInterface3.GetGCInterestingInfoData(ClrDataAddress interestingInfoAddr, DacpGCInterestingInfoData* data) 5073DacpGCInterestingInfoData dataLocal = default; 5086int ISOSDacInterface3.GetGCInterestingInfoStaticData(DacpGCInterestingInfoData* data) 5115DacpGCInterestingInfoData dataLocal = default; 5128private static void PopulateGCInterestingInfoData(GCHeapData heapData, DacpGCInterestingInfoData* data) 5154private static void VerifyGCInterestingInfoData(DacpGCInterestingInfoData* cdacData, DacpGCInterestingInfoData* legacyData)