1 write to Flags
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Data\GC\HeapSegment.cs (1)
18
Flags
= target.ReadNUIntField(address, type, nameof(Flags));
4 references to Flags
Microsoft.Diagnostics.DataContractReader.Contracts (4)
Contracts\GC\GC_1.cs (3)
123
Flags = heapSegment.
Flags
,
384
GCSegmentClassification type = (seg.
Flags
.Value & _heapSegmentFlagsReadonly) != 0
408
else if ((seg.
Flags
.Value & _heapSegmentFlagsReadonly) != 0)
Data\GC\HeapSegment.cs (1)
18
Flags = target.ReadNUIntField(address, type, nameof(
Flags
));