7 references to COR_HEAPINFO
Microsoft.Diagnostics.DataContractReader.Legacy (7)
_generated\16\Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.cs (4)
124public delegate* unmanaged[MemberFunction]<global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch*, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_HEAPINFO*, int> GetGCHeapInformation_117; 4521int global::Microsoft.Diagnostics.DataContractReader.Legacy.IDacDbiInterface.GetGCHeapInformation(global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_HEAPINFO* pHeapInfo) 4524var __target = ((delegate* unmanaged[MemberFunction]<void*, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_HEAPINFO*, int> )__vtable[117]); 4538internal static int ABI_GetGCHeapInformation(global::System.Runtime.InteropServices.ComWrappers.ComInterfaceDispatch* __this_native, global::Microsoft.Diagnostics.DataContractReader.Legacy.COR_HEAPINFO* pHeapInfo)
Dbi\DacDbiImpl.cs (2)
2127public int GetGCHeapInformation(COR_HEAPINFO* pHeapInfo) 2151COR_HEAPINFO resultLocal;
Dbi\IDacDbiInterface.cs (1)
543int GetGCHeapInformation(COR_HEAPINFO* pHeapInfo);