1 instantiation of EEAllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\EEAllocContext.cs (1)
9=> new EEAllocContext(target, address);
7 references to EEAllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (7)
Contracts\GC\GC_1.cs (2)
284Data.EEAllocContext eeAllocContext = _target.ProcessedData.GetOrAdd<Data.EEAllocContext>(globalAllocContextAddress);
Data\EEAllocContext.cs (3)
6internal sealed class EEAllocContext : IData<EEAllocContext> 8static EEAllocContext IData<EEAllocContext>.Create(Target target, TargetPointer address)
Data\RuntimeThreadLocals.cs (2)
14AllocContext = target.ProcessedData.GetOrAdd<EEAllocContext>(address + (ulong)type.Fields[nameof(AllocContext)].Offset); 17public EEAllocContext AllocContext { get; init; }