1 write to RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\Thread.cs (1)
20RuntimeThreadLocals = target.ReadDataFieldPointer<RuntimeThreadLocals>(address, type, nameof(RuntimeThreadLocals));
5 references to RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Contracts\Thread_1.cs (4)
141thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.Pointer ?? TargetPointer.Null, 142thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.Limit ?? TargetPointer.Null, 157allocBytes = thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.AllocBytes ?? 0; 158allocBytesLoh = thread.RuntimeThreadLocals?.AllocContext.GCAllocationContext.AllocBytesLoh ?? 0;
Data\Thread.cs (1)
20RuntimeThreadLocals = target.ReadDataFieldPointer<RuntimeThreadLocals>(address, type, nameof(RuntimeThreadLocals));