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)
14
GCAllocationContext = target.ProcessedData.GetOrAdd<
GCAllocContext
>(address + (ulong)type.Fields[nameof(GCAllocationContext)].Offset);
17
public
GCAllocContext
GCAllocationContext { get; init; }
Data\GC\Generation.cs (2)
13
AllocationContext = target.ProcessedData.GetOrAdd<
GCAllocContext
>(address + (ulong)type.Fields[nameof(AllocationContext)].Offset);
21
public
GCAllocContext
AllocationContext { get; }
Data\GCAllocContext.cs (3)
6
internal sealed class GCAllocContext : IData<
GCAllocContext
>
8
static
GCAllocContext
IData<
GCAllocContext
>.Create(Target target, TargetPointer address)