1 instantiation of GCAllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (1)
_generated\86\Microsoft_Diagnostics_DataContractReader_Data.GCAllocContext.g.cs (1)
65=> new GCAllocContext(target, address);
11 references to GCAllocContext
Microsoft.Diagnostics.DataContractReader.Contracts (11)
_generated\41\Microsoft_Diagnostics_DataContractReader_Data.EEAllocContext.g.cs (3)
43private Data.GCAllocContext _GCAllocationContext__value = default!; 46public partial Data.GCAllocContext GCAllocationContext 53_GCAllocationContext__value = _target.ReadDataField<Data.GCAllocContext>(b, t, n);
_generated\83\Microsoft_Diagnostics_DataContractReader_Data.Generation.g.cs (3)
59private Data.GCAllocContext _AllocationContext__value = default!; 62public partial Data.GCAllocContext AllocationContext 69_AllocationContext__value = _target.ReadDataField<Data.GCAllocContext>(b, t, n);
_generated\86\Microsoft_Diagnostics_DataContractReader_Data.GCAllocContext.g.cs (2)
64static GCAllocContext IData<GCAllocContext>.Create(Target target, TargetPointer address)
Data\EEAllocContext.cs (1)
9[Field] public partial GCAllocContext GCAllocationContext { get; }
Data\GC\Generation.cs (1)
9[Field] public partial GCAllocContext AllocationContext { get; }
Data\GCAllocContext.cs (1)
7internal sealed partial class GCAllocContext : IData<GCAllocContext>