4 references to Stop
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\RegexInterpreter.cs (1)
387
case RegexOpcode.
Stop
:
System\Text\RegularExpressions\RegexInterpreterCode.cs (2)
78
case RegexOpcode.
Stop
:
118
goto case RegexOpcode.
Stop
;
System\Text\RegularExpressions\RegexWriter.cs (1)
111
Emit(RegexOpcode.
Stop
);