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)
33static RuntimeThreadLocals IData<RuntimeThreadLocals>.Create(Target target, TargetPointer address)
Data\RuntimeThreadLocals.cs (1)
7internal sealed partial class RuntimeThreadLocals : IData<RuntimeThreadLocals>
Data\Thread.cs (2)
32public RuntimeThreadLocals? RuntimeThreadLocals { get; private set; } 42RuntimeThreadLocals = target.ProcessedData.GetOrAdd<RuntimeThreadLocals>(rtlPointer);