4 references to TryTakeTransition
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
828if (pos >= length || !NfaStateHandler.TryTakeTransition(this, ref state, positionId)) 980if (!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)
137bool success = SymbolicRegexMatcher<TSet>.NfaStateHandler.TryTakeTransition(this, ref statesWrapper, mintermId);