1 write to AllocBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GCAllocContext.cs (1)
16AllocBytes = target.ReadField<long>(address, type, nameof(AllocBytes));
2 references to AllocBytes
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\Thread_1.cs (1)
157allocBytes = thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.AllocBytes ?? 0;
Data\GCAllocContext.cs (1)
16AllocBytes = target.ReadField<long>(address, type, nameof(AllocBytes));