1 write to _mode
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexRunner.cs (1)
280
_mode
= mode;
2 references to _mode
System.Text.RegularExpressions (2)
System\Text\RegularExpressions\Symbolic\SymbolicRegexRunnerFactory.cs (2)
76
SymbolicMatch pos = _matcher.FindMatch(
_mode
, text, runtextpos, _perThreadData);
84
if (
_mode
== RegexRunnerMode.FullMatchRequired && pos.CaptureStarts != null)