6 references to ExplicitCapture
System.Text.RegularExpressions.Generator (6)
RegexGenerator.Parser.cs (1)
183
RegexOptions.
ExplicitCapture
|
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexNode.cs (1)
3497
if ((Options & RegexOptions.
ExplicitCapture
) != 0) sb.Append("-C");
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexOptions.cs (1)
10
/// <see cref="RegexOptions.
ExplicitCapture
"/>, <see cref="RegexOptions.IgnoreCase"/>,
src\runtime\src\libraries\System.Text.RegularExpressions\src\System\Text\RegularExpressions\RegexParser.cs (3)
826
if ((_options & RegexOptions.
ExplicitCapture
) != 0 || _ignoreNextParen)
1626
'n' => RegexOptions.
ExplicitCapture
,
1967
if ((_options & RegexOptions.
ExplicitCapture
) == 0 && !_ignoreNextParen)