5 references to AllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\176\Microsoft_Diagnostics_DataContractReader_Data.RuntimeThreadLocals.g.cs (1)
63
_ =
AllocContext
;
Contracts\Thread_1.cs (4)
163
thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.Pointer ?? TargetPointer.Null,
164
thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.Limit ?? TargetPointer.Null,
186
allocBytes = thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.AllocBytes ?? 0;
187
allocBytesLoh = thread.RuntimeThreadLocals?.
AllocContext
.GCAllocationContext.AllocBytesLoh ?? 0;