19 references to DacpGenerationData
Microsoft.Diagnostics.DataContractReader.Legacy (19)
_generated\39\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface8.cs (8)
11public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, uint, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData*, uint*, int> GetGenerationTable_4; 13public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, ulong, uint, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData*, uint*, int> GetGenerationTableSvr_6; 84int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface8.GetGenerationTable(uint cGenerations, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData* pGenerationData, uint* pNeeded) 87var __target = ((delegate* unmanaged[MemberFunction]<void*, uint, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData*, uint*, int> )__vtable[4]); 101internal static int ABI_GetGenerationTable(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, uint cGenerations, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData* pGenerationData, uint* pNeeded) 158int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface8.GetGenerationTableSvr(global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress heapAddr, uint cGenerations, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData* pGenerationData, uint* pNeeded) 161var __target = ((delegate* unmanaged[MemberFunction]<void*, ulong, uint, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData*, uint*, int> )__vtable[6]); 178internal static int ABI_GetGenerationTableSvr(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, ulong __heapAddr_native, uint cGenerations, global::Microsoft.Diagnostics.DataContractReader.Legacy.DacpGenerationData* pGenerationData, uint* pNeeded)
ISOSDacInterface.cs (3)
337private DacpGenerationData _; 1073int GetGenerationTable(uint cGenerations, DacpGenerationData* pGenerationData, uint* pNeeded); 1079int GetGenerationTableSvr(ClrDataAddress heapAddr, uint cGenerations, DacpGenerationData* pGenerationData, uint* pNeeded);
SOSDacImpl.cs (8)
5718int ISOSDacInterface8.GetGenerationTable(uint cGenerations, DacpGenerationData* pGenerationData, uint* pNeeded) 5762DacpGenerationData[]? genDataLocal = cGenerations > 0 ? new DacpGenerationData[cGenerations] : null; 5763fixed (DacpGenerationData* pGenDataLocal = genDataLocal) 5849int ISOSDacInterface8.GetGenerationTableSvr(ClrDataAddress heapAddr, uint cGenerations, DacpGenerationData* pGenerationData, uint* pNeeded) 5893DacpGenerationData[]? genDataLocal = cGenerations > 0 ? new DacpGenerationData[cGenerations] : null; 5894fixed (DacpGenerationData* pGenDataLocal = genDataLocal)