8 references to Strings
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\RegexInterpreter.cs (5)
842
if (!RegexCharClass.CharInClass(Forwardcharnext(inputSpan), _code.
Strings
[operand], ref _code.StringsAsciiLookup[operand]))
851
if (!MatchString(_code.
Strings
[Operand(0)], inputSpan))
929
string set = _code.
Strings
[operand0];
1015
string set = _code.
Strings
[operand0];
1112
if (!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>
173
sb.Append(Indent()).Append(RegexCharClass.DescribeSet(
Strings
[Codes[opcodeOffset + 1]]));
177
sb.Append(Indent()).Append('"').Append(
Strings
[Codes[opcodeOffset + 1]]).Append('"');