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