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.Abstractions (1)
Contracts\Extensions\IGCExtensions.cs (1)
32foreach (TargetPointer heapAddress in gc.GetGCHeaps())
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
521foreach (TargetPointer heapAddress in gc.GetGCHeaps())
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (1)
5028foreach (TargetPointer heapAddress in gc.GetGCHeaps())
SOSDacImpl.cs (2)
1298List<TargetPointer> gcHeaps = gc.GetGCHeaps().ToList(); 5717? gc.GetHeapData(gc.GetGCHeaps().First())