1 write to AllocBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\70\Microsoft_Diagnostics_DataContractReader_Data.GCAllocContext.g.cs (1)
35
AllocBytes
= target.ReadField<long>(b, t, n);
1 reference to AllocBytes
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\Thread_1.cs (1)
160
allocBytes = thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.
AllocBytes
?? 0;