1 implementation of GetHeapData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
159
GCHeapData IGC.
GetHeapData
(TargetPointer heapAddress)
8 references to GetHeapData
Microsoft.Diagnostics.DataContractReader.Legacy (8)
Dbi\DacDbiImpl.cs (1)
2297
yield return gc.
GetHeapData
(heapAddress);
SOSDacImpl.cs (7)
1375
GCHeapData heapData = gc.
GetHeapData
(heap.ToTargetPointer(_target));
1916
GCHeapData heapData = gc.
GetHeapData
(addr.ToTargetPointer(_target));
2020
GCHeapData heapData = gcIdentifiers.Contains(GCIdentifiers.Server) ? gc.
GetHeapData
(segmentData.Heap) : gc.GetHeapData();
5061
GCHeapData heapData = gc.
GetHeapData
(interestingInfoAddr.ToTargetPointer(_target));
5712
? gc.
GetHeapData
(gc.GetGCHeaps().First())
5880
GCHeapData heapData = gc.
GetHeapData
(heapAddr.ToTargetPointer(_target));
5949
GCHeapData heapData = gc.
GetHeapData
(heapAddr.ToTargetPointer(_target));