2 references to GCHeapMarkArray
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
137
public const string GCHeapMarkArray = nameof(
GCHeapMarkArray
);
Contracts\GC\GCHeapWKS.cs (1)
10
if (target.TryReadGlobalPointer(Constants.Globals.
GCHeapMarkArray
, out TargetPointer? markArrayPtr))