1 instantiation of RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\145\Microsoft_Diagnostics_DataContractReader_Data.RuntimeThreadLocals.g.cs (1)
34
=> new
RuntimeThreadLocals
(target, address);
5 references to RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (5)
_generated\145\Microsoft_Diagnostics_DataContractReader_Data.RuntimeThreadLocals.g.cs (2)
33
static
RuntimeThreadLocals
IData<
RuntimeThreadLocals
>.Create(Target target, TargetPointer address)
Data\RuntimeThreadLocals.cs (1)
7
internal sealed partial class RuntimeThreadLocals : IData<
RuntimeThreadLocals
>
Data\Thread.cs (2)
32
public
RuntimeThreadLocals
? RuntimeThreadLocals { get; private set; }
42
RuntimeThreadLocals = target.ProcessedData.GetOrAdd<
RuntimeThreadLocals
>(rtlPointer);