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