Implemented interface member:
property
MarkArray
Microsoft.Diagnostics.DataContractReader.Contracts.GCHelpers.IGCHeap.MarkArray
1 write to MarkArray
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\GCHeapSVR.cs (1)
19MarkArray = target.ReadPointerField(address, type, nameof(MarkArray));
2 references to MarkArray
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Data\GC\GCHeapSVR.cs (2)
18if (type.Fields.ContainsKey(nameof(MarkArray))) 19MarkArray = target.ReadPointerField(address, type, nameof(MarkArray));