1 instantiation of RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\RuntimeThreadLocals.cs (1)
9=> new RuntimeThreadLocals(target, address);
5 references to RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (5)
Data\RuntimeThreadLocals.cs (3)
6internal sealed class RuntimeThreadLocals : IData<RuntimeThreadLocals> 8static RuntimeThreadLocals IData<RuntimeThreadLocals>.Create(Target target, TargetPointer address)
Data\Thread.cs (2)
20RuntimeThreadLocals = target.ReadDataFieldPointer<RuntimeThreadLocals>(address, type, nameof(RuntimeThreadLocals)); 45public RuntimeThreadLocals? RuntimeThreadLocals { get; init; }