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)
131int numMinterms = _minterms.Length; 150int 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]; 280if ((uint)mintermId == (uint)_minterms.Length) 285TSet minterm = _minterms[mintermId]; 321TSet[] 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 1489matcher._minterms.Length : // mintermId = minterms.Length represents an \n at the very end of input