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