1 write to AllocationContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\Generation.cs (1)
13
AllocationContext
= target.ProcessedData.GetOrAdd<GCAllocContext>(address + (ulong)type.Fields[nameof(AllocationContext)].Offset);
3 references to AllocationContext
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\GC\GC_1.cs (2)
224
AllocationContextPointer = gen.
AllocationContext
.Pointer,
225
AllocationContextLimit = gen.
AllocationContext
.Limit,
Data\GC\Generation.cs (1)
13
AllocationContext = target.ProcessedData.GetOrAdd<GCAllocContext>(address + (ulong)type.Fields[nameof(
AllocationContext
)].Offset);