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