1 write to _mask
System.Collections.Specialized (1)
System\Collections\Specialized\BitVector32.cs (1)
194_mask = mask;
4 references to _mask
System.Collections.Specialized (4)
System\Collections\Specialized\BitVector32.cs (4)
198public short Mask => _mask; 206return obj._mask == _mask && obj._offset == _offset; 219public override int GetHashCode() => HashCode.Combine(_mask, _offset);