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