1 write to _findOpts
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
213
_findOpts
= findOptimizations;
8 references to _findOpts
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (8)
380
matchEnd = (
_findOpts
is not null, _containsAnyAnchor) switch
391
matchEnd =
_findOpts
is not null ?
1546
Debug.Assert(matcher.
_findOpts
is not null);
1549
if (matcher.
_findOpts
.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))
1577
Debug.Assert(matcher.
_findOpts
is not null);
1580
if (matcher.
_findOpts
.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))
1609
Debug.Assert(matcher.
_findOpts
is not null);
1612
if (matcher.
_findOpts
.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))