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 ?
1548
Debug.Assert(matcher.
_findOpts
is not null);
1551
if (matcher.
_findOpts
.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))
1579
Debug.Assert(matcher.
_findOpts
is not null);
1582
if (matcher.
_findOpts
.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))
1611
Debug.Assert(matcher.
_findOpts
is not null);
1614
if (matcher.
_findOpts
.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))