1 write to _handleSegmentSize
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
55
_handleSegmentSize
= target.ReadGlobal<uint>(Constants.Globals.HandleSegmentSize);
2 references to _handleSegmentSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Contracts\GC\GC_1.cs (2)
589
uint handleSegmentSize =
_handleSegmentSize
;
789
ulong segmentMask = ~((ulong)
_handleSegmentSize
- 1);