2 implementations of MarkArray
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GCHeapWKS.cs (1)
48public TargetPointer? MarkArray { get; }
Data\GC\GCHeapSVR.cs (1)
57public TargetPointer? MarkArray { get; }
1 reference to MarkArray
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
174MarkArray = heap.MarkArray ?? TargetPointer.Null,