1 write to AllocationStart
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\Generation.cs (1)
18AllocationStart = target.ReadPointerField(address, type, nameof(AllocationStart));
3 references to AllocationStart
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GC\GC_1.cs (1)
223AllocationStart = gen.AllocationStart ?? 0,
Data\GC\Generation.cs (2)
17if (type.Fields.ContainsKey(nameof(AllocationStart))) 18AllocationStart = target.ReadPointerField(address, type, nameof(AllocationStart));