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