6 references to Strings
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexInterpreter.cs (5)
852
if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.
Strings
[operand], ref _code.StringsAsciiLookup[operand]))
861
if (!MatchString(_code.
Strings
[Operand(0)], inputSpan))
939
string set = _code.
Strings
[operand0];
1025
string set = _code.
Strings
[operand0];
1122
if (!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>