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