2 implementations of GetGCHeapList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2277
int global::Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.
GetGCHeapList
(uint count, global::Microsoft.Diagnostics.DataContractReader.Legacy.ClrDataAddress[] heaps, uint* pNeeded)
SOSDacImpl.cs (1)
1297
int ISOSDacInterface.
GetGCHeapList
(uint count, [In, MarshalUsing(CountElementName = "count"), Out] ClrDataAddress[] heaps, uint* pNeeded)
2 references to GetGCHeapList
Microsoft.Diagnostics.DataContractReader.Legacy (2)
_generated\30\Microsoft.Diagnostics.DataContractReader.Legacy.ISOSDacInterface.cs (1)
2366
__retVal = @this.
GetGCHeapList
(count, heaps, pNeeded);
SOSDacImpl.cs (1)
1343
int hrLocal = _legacyImpl.
GetGCHeapList
(count, heapsLocal, &neededLocal);