2 references to GCHeapNextSweepObj
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
138
public const string GCHeapNextSweepObj = nameof(
GCHeapNextSweepObj
);
Contracts\GC\GCHeapWKS.cs (1)
12
if (target.TryReadGlobalPointer(Constants.Globals.
GCHeapNextSweepObj
, out TargetPointer? nextSweepObjPtr))