1 implementation of GetGCHeaps
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
150
IEnumerable<TargetPointer> IGC.
GetGCHeaps
()
5 references to GetGCHeaps
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
521
foreach (TargetPointer heapAddress in gc.
GetGCHeaps
())
Microsoft.Diagnostics.DataContractReader.Legacy (4)
Dbi\DacDbiImpl.cs (1)
3466
foreach (TargetPointer heapAddress in gc.
GetGCHeaps
())
Dbi\Helpers\HeapWalk.cs (1)
161
foreach (TargetPointer heapAddress in gc.
GetGCHeaps
())
SOSDacImpl.cs (2)
1320
List<TargetPointer> gcHeaps = gc.
GetGCHeaps
().ToList();
5712
? gc.GetHeapData(gc.
GetGCHeaps
().First())