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)
43
private Data.
GCAllocContext
_GCAllocationContext__value = default!;
46
public partial Data.
GCAllocContext
GCAllocationContext
53
_GCAllocationContext__value = _target.ReadDataField<Data.
GCAllocContext
>(b, t, n);
_generated\83\Microsoft_Diagnostics_DataContractReader_Data.Generation.g.cs (3)
59
private Data.
GCAllocContext
_AllocationContext__value = default!;
62
public partial Data.
GCAllocContext
AllocationContext
69
_AllocationContext__value = _target.ReadDataField<Data.
GCAllocContext
>(b, t, n);
_generated\86\Microsoft_Diagnostics_DataContractReader_Data.GCAllocContext.g.cs (2)
64
static
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)
7
internal sealed partial class GCAllocContext : IData<
GCAllocContext
>