1 write to _gc
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\Helpers\HeapWalk.cs (1)
28
_gc
= target.Contracts.GC;
6 references to _gc
Microsoft.Diagnostics.DataContractReader.Legacy (6)
Dbi\Helpers\HeapWalk.cs (6)
49
TargetPointer currentObj =
_gc
.GetPotentialNextObjectAddress(seg.Start, 0, seg);
65
size =
_gc
.AlignObjectSize(size, seg.Generation);
73
TargetPointer nextObj =
_gc
.GetPotentialNextObjectAddress(currentObj, size, seg);
111
string[] gcIdentifiers =
_gc
.GetGCIdentifiers();
113
foreach (GCHeapData heap in EnumerateHeaps(
_gc
, isWorkstation))
115
foreach (GCHeapSegmentInfo seg in
_gc
.EnumerateHeapSegments(heap))