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