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