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)
589uint handleSegmentSize = _handleSegmentSize; 789ulong segmentMask = ~((ulong)_handleSegmentSize - 1);