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)
76SymbolicMatch pos = _matcher.FindMatch(_mode, text, runtextpos, _perThreadData); 84if (_mode == RegexRunnerMode.FullMatchRequired && pos.CaptureStarts != null)