2 writes to Length
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\BitVector.cs (2)
33Length = length; 43Length = length;
20 references to Length
System.Text.RegularExpressions (20)
System\Text\RegularExpressions\Symbolic\BitVector.cs (20)
73Debug.Assert(i >= 0 && i < Length); 81Debug.Assert(i >= 0 && i < Length); 89Debug.Assert(x.Length == y.Length); 100return new BitVector(x.Length, blocks); 106Debug.Assert(x.Length == y.Length); 117return new BitVector(x.Length, blocks); 137return new BitVector(firstOther.Length, blocks); 151var bv = new BitVector(x.Length, blocks); 156/// <summary>Clears any bits in <see cref="_blocks"/> not part of <see cref="Length"/>.</summary> 164int remainder = Length % 64; 167int last = (Length - 1) / 64; 179hc.Add(Length); 190Length == other.Length && 194Length != other.Length ? Length.CompareTo(other.Length) :