1 implementation of GetHeapData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
163GCHeapData IGC.GetHeapData()
10 references to GetHeapData
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
502? new[] { gc.GetHeapData() }
Microsoft.Diagnostics.DataContractReader.Legacy (9)
Dbi\DacDbiImpl.cs (1)
3462yield return gc.GetHeapData();
Dbi\Helpers\HeapWalk.cs (1)
157yield return gc.GetHeapData();
SOSDacImpl.cs (7)
1508GCHeapData heapData = gc.GetHeapData(); 1962GCHeapData heapData = gc.GetHeapData(); 2020GCHeapData heapData = gcIdentifiers.Contains(GCIdentifiers.Server) ? gc.GetHeapData(segmentData.Heap) : gc.GetHeapData(); 5103GCHeapData heapData = gc.GetHeapData(); 5713: gc.GetHeapData(); 5749GCHeapData heapData = gc.GetHeapData(); 5818GCHeapData heapData = gc.GetHeapData();