4 references to TryTakeTransition
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
828
if (pos >= length || !NfaStateHandler.
TryTakeTransition
(this, ref state, positionId))
980
if (!NfaStateHandler.
TryTakeTransition
(this, ref state, positionId))
1436
/// <summary>Undo a previous call to <see cref="
TryTakeTransition
"/>.</summary>
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
137
bool success = SymbolicRegexMatcher<TSet>.NfaStateHandler.
TryTakeTransition
(this, ref statesWrapper, mintermId);