7 references to Codes
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexInterpreter.cs (5)
50SetOperator((RegexOpcode)_code.Codes[_codepos]); 59SetOperator((RegexOpcode)_code.Codes[newpos]); 141SetOperator((RegexOpcode)(_code.Codes[newpos] | back)); 198private int Operand(int i) => _code.Codes[_codepos + i + 1]; 371SetOperator((RegexOpcode)_code.Codes[0]);
System\Text\RegularExpressions\RegexInterpreterCode.cs (2)
18/// <summary>The string / set table. <see cref="Codes"/> includes offsets into this table, for string and set arguments.</summary> 22/// <summary>How many instructions in <see cref="Codes"/> use backtracking.</summary>