1 write to _minterms
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
179
_minterms
= solverMinterms;
11 references to _minterms
System.Text.RegularExpressions (11)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Automata.cs (2)
131
int numMinterms =
_minterms
.Length;
150
int numMinterms =
_minterms
.Length;
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (9)
117
/// Character kinds <see cref="CharKind"/> for all minterms in <see cref="
_minterms
"/> as well as two special
183
_mintermsLog = BitOperations.Log2((uint)
_minterms
.Length) + 1;
198
_positionKinds = new uint[
_minterms
.Length + 2];
280
if ((uint)mintermId == (uint)
_minterms
.Length)
285
TSet minterm =
_minterms
[mintermId];
321
TSet[] minterms =
_minterms
;
1466
/// For positions of valid characters that are handled normally, these IDs coincide with minterm IDs (i.e. indices to <see cref="
_minterms
"/>).
1479
/// Gets the minterm ID of the specified character, -1 if the position isn't within the input, or <see cref="
_minterms
"/>.Length
1489
matcher.
_minterms
.Length : // mintermId = minterms.Length represents an \n at the very end of input