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