3 references to TryTakeTransition
System.Text.RegularExpressions (3)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (3)
693
if (!DfaStateHandler.
TryTakeTransition
(this, ref currStateId, GetMintermId(mintermsLookup, c), timeoutOccursAt) ||
774
if (pos >= length || !DfaStateHandler.
TryTakeTransition
(this, ref state.DfaStateId, positionId))
935
if (!DfaStateHandler.
TryTakeTransition
(this, ref state.DfaStateId, positionId))