1 implementation of GetGCHeaps
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
138
IEnumerable<TargetPointer> IGC.
GetGCHeaps
()
3 references to GetGCHeaps
Microsoft.Diagnostics.DataContractReader.Legacy (3)
Dbi\DacDbiImpl.cs (1)
2296
foreach (TargetPointer heapAddress in gc.
GetGCHeaps
())
SOSDacImpl.cs (2)
1320
List<TargetPointer> gcHeaps = gc.
GetGCHeaps
().ToList();
5712
? gc.GetHeapData(gc.
GetGCHeaps
().First())