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)
6
internal sealed class RuntimeThreadLocals : IData<
RuntimeThreadLocals
>
8
static
RuntimeThreadLocals
IData<
RuntimeThreadLocals
>.Create(Target target, TargetPointer address)
Data\Thread.cs (2)
20
RuntimeThreadLocals = target.ReadDataFieldPointer<
RuntimeThreadLocals
>(address, type, nameof(RuntimeThreadLocals));
45
public
RuntimeThreadLocals
? RuntimeThreadLocals { get; init; }