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