1 write to AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\145\Microsoft_Diagnostics_DataContractReader_Data.RuntimeThreadLocals.g.cs (1)
27
AllocContext
= target.ReadDataField<Data.EEAllocContext>(b, t, n);
4 references to AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\Thread_1.cs (4)
141
thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.Pointer ?? TargetPointer.Null,
142
thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.Limit ?? TargetPointer.Null,
160
allocBytes = thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.AllocBytes ?? 0;
161
allocBytesLoh = thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.AllocBytesLoh ?? 0;