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