1 instantiation of RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\176\Microsoft_Diagnostics_DataContractReader_Data.RuntimeThreadLocals.g.cs (1)
41=> new RuntimeThreadLocals(target, address);
9 references to RuntimeThreadLocals
Microsoft.Diagnostics.DataContractReader.Contracts (9)
_generated\176\Microsoft_Diagnostics_DataContractReader_Data.RuntimeThreadLocals.g.cs (2)
40static RuntimeThreadLocals IData<RuntimeThreadLocals>.Create(Target target, TargetPointer address)
_generated\198\Microsoft_Diagnostics_DataContractReader_Data.Thread.g.cs (3)
526private partial Data.RuntimeThreadLocals? InitRuntimeThreadLocals(Target target, TargetPointer address); 527private Data.RuntimeThreadLocals? _RuntimeThreadLocals__value = default!; 529public partial Data.RuntimeThreadLocals? RuntimeThreadLocals
Data\RuntimeThreadLocals.cs (1)
7internal sealed partial class RuntimeThreadLocals : IData<RuntimeThreadLocals>
Data\Thread.cs (3)
32[CustomInit(nameof(InitRuntimeThreadLocals))] public partial RuntimeThreadLocals? RuntimeThreadLocals { get; } 38private partial RuntimeThreadLocals? InitRuntimeThreadLocals(Target target, TargetPointer address) 43? target.ProcessedData.GetOrAdd<RuntimeThreadLocals>(rtlPointer)