7 references to RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (7)
_generated\198\Microsoft_Diagnostics_DataContractReader_Data.Thread.g.cs (1)
580
_ =
RuntimeThreadLocals
;
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;
Data\Thread.cs (2)
37
[DataDescriptorDependency(nameof(
RuntimeThreadLocals
), "pointer")]
41
TargetPointer rtlPointer = target.ReadPointerField(address, type, nameof(
RuntimeThreadLocals
));