3 references to TryFindNextStartingPosition
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
660
TInitialStateHandler.
TryFindNextStartingPosition
(this, input, ref currStateId, ref pos, mintermsLookup);
752
(state.DfaStateId == initialStateId && !TInitialStateHandler.
TryFindNextStartingPosition
(this, input, ref state.DfaStateId, ref pos, null!)))
1508
/// <summary>Gets whether the handler performs any meaningful operation. If false, <see cref="
TryFindNextStartingPosition
"/> always returns true.</summary>