4 references to Setcount
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexInterpreterCode.cs (3)
40
RegexOpcode.
Setcount
or
90
case RegexOpcode.
Setcount
:
194
case RegexOpcode.
Setcount
:
System\Text\RegularExpressions\RegexWriter.cs (1)
315
Emit(node.M == 0 ? RegexOpcode.Nullcount : RegexOpcode.
Setcount
, node.M == 0 ? 0 : 1 - node.M);