8 references to Strings
System.Text.RegularExpressions (8)
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 (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('"');