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