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)
380matchEnd = (_findOpts is not null, _containsAnyAnchor) switch 391matchEnd = _findOpts is not null ? 1546Debug.Assert(matcher._findOpts is not null); 1549if (matcher._findOpts.TryFindNextStartingPositionLeftToRight(input, ref pos, 0)) 1577Debug.Assert(matcher._findOpts is not null); 1580if (matcher._findOpts.TryFindNextStartingPositionLeftToRight(input, ref pos, 0)) 1609Debug.Assert(matcher._findOpts is not null); 1612if (matcher._findOpts.TryFindNextStartingPositionLeftToRight(input, ref pos, 0))