6 references to TryFindNextStartingPositionLeftToRight
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\RegexFindOptimizations.cs (2)
277
/// <summary>true iff <see cref="
TryFindNextStartingPositionLeftToRight
"/> might advance the position.</summary>
282
/// <summary>Gets the selected mode for performing the next <see cref="
TryFindNextStartingPositionLeftToRight
"/> or <see cref="TryFindNextStartingPositionRightToLeft"/> operation</summary>
System\Text\RegularExpressions\RegexInterpreter.cs (1)
351
while (_code.FindOptimizations.
TryFindNextStartingPositionLeftToRight
(text, ref runtextpos, runtextstart))
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
1549
if (matcher._findOpts.
TryFindNextStartingPositionLeftToRight
(input, ref pos, 0))
1580
if (matcher._findOpts.
TryFindNextStartingPositionLeftToRight
(input, ref pos, 0))
1612
if (matcher._findOpts.
TryFindNextStartingPositionLeftToRight
(input, ref pos, 0))