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