1 write to GCAllocationContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\32\Microsoft_Diagnostics_DataContractReader_Data.EEAllocContext.g.cs (1)
27
GCAllocationContext
= target.ReadDataField<Data.GCAllocContext>(b, t, n);
6 references to GCAllocationContext
Microsoft.Diagnostics.DataContractReader.Contracts (6)
Contracts\GC\GC_1.cs (2)
297
allocPtr = eeAllocContext.
GCAllocationContext
.Pointer;
298
allocLimit = eeAllocContext.
GCAllocationContext
.Limit;
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;