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