8 references to Strings
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexInterpreter.cs (5)
842if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand], ref _code.StringsAsciiLookup[operand])) 851if (!MatchString(_code.Strings[Operand(0)], inputSpan)) 929string set = _code.Strings[operand0]; 1015string set = _code.Strings[operand0]; 1112if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand0], ref _code.StringsAsciiLookup[operand0]))
System\Text\RegularExpressions\RegexInterpreterCode.cs (3)
20/// <summary>ASCII lookup table optimization for sets in <see cref="Strings"/>.</summary> 173sb.Append(Indent()).Append(RegexCharClass.DescribeSet(Strings[Codes[opcodeOffset + 1]])); 177sb.Append(Indent()).Append('"').Append(Strings[Codes[opcodeOffset + 1]]).Append('"');