6 references to Strings
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexInterpreter.cs (5)
852if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand], ref _code.StringsAsciiLookup[operand])) 861if (!MatchString(_code.Strings[Operand(0)], inputSpan)) 939string set = _code.Strings[operand0]; 1025string set = _code.Strings[operand0]; 1122if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.Strings[operand0], ref _code.StringsAsciiLookup[operand0]))
System\Text\RegularExpressions\RegexInterpreterCode.cs (1)
20/// <summary>ASCII lookup table optimization for sets in <see cref="Strings"/>.</summary>