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)
163thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.Pointer ?? TargetPointer.Null, 164thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.Limit ?? TargetPointer.Null, 186allocBytes = thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.AllocBytes ?? 0; 187allocBytesLoh = thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.AllocBytesLoh ?? 0;
Data\Thread.cs (2)
37[DataDescriptorDependency(nameof(RuntimeThreadLocals), "pointer")] 41TargetPointer rtlPointer = target.ReadPointerField(address, type, nameof(RuntimeThreadLocals));