5 references to ExplicitCapture
System.Text.RegularExpressions.Generator (5)
RegexGenerator.Parser.cs (1)
183RegexOptions.ExplicitCapture |
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
3309if ((Options & RegexOptions.ExplicitCapture) != 0) sb.Append("-C");
src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexParser.cs (3)
803if ((_options & RegexOptions.ExplicitCapture) != 0 || _ignoreNextParen) 1598'n' => RegexOptions.ExplicitCapture, 1820if ((_options & RegexOptions.ExplicitCapture) == 0 && !_ignoreNextParen)