7 references to Setcount
System.Text.RegularExpressions (7)
System\Text\RegularExpressions\RegexInterpreter.cs (2)
559
case RegexOpcode.
Setcount
:
571
case RegexOpcode.
Setcount
| RegexOpcode.Backtracking:
System\Text\RegularExpressions\RegexInterpreterCode.cs (3)
40
RegexOpcode.
Setcount
or
90
case RegexOpcode.
Setcount
:
194
case RegexOpcode.
Setcount
:
System\Text\RegularExpressions\RegexOpcode.cs (1)
196
/// counterpart to <see cref="
Setcount
"/>.
System\Text\RegularExpressions\RegexWriter.cs (1)
315
Emit(node.M == 0 ? RegexOpcode.Nullcount : RegexOpcode.
Setcount
, node.M == 0 ? 0 : 1 - node.M);