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)
198
public short Mask =>
_mask
;
206
return obj.
_mask
==
_mask
&& obj._offset == _offset;
219
public override int GetHashCode() => HashCode.Combine(
_mask
, _offset);