2 implementations of SavedSweepEphemeralStart
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GCHeapWKS.cs (1)
59public TargetPointer? SavedSweepEphemeralStart { get; }
Data\GC\GCHeapSVR.cs (1)
68public TargetPointer? SavedSweepEphemeralStart { get; }
1 reference to SavedSweepEphemeralStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
184SavedSweepEphemeralStart = heap.SavedSweepEphemeralStart ?? TargetPointer.Null,