6 writes to DfaStateId
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (6)
509
ref currentState.
DfaStateId
, ref endPos);
754
(state.DfaStateId == initialStateId && !TInitialStateHandler.TryFindNextStartingPosition(this, input, ref state.
DfaStateId
, ref pos, null!)))
774
if (pos >= length || !DfaStateHandler.TryTakeTransition(this, ref state.
DfaStateId
, positionId))
935
if (!DfaStateHandler.TryTakeTransition(this, ref state.
DfaStateId
, positionId))
1236
DfaStateId
= dfaState.Id;
1243
DfaStateId
= -1;
16 references to DfaStateId
System.Text.RegularExpressions (16)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (16)
438
_nullabilityArray[reversalStartState.
DfaStateId
] > 0 &&
536
nfaState.InitializeFrom(this, GetState(currentState.
DfaStateId
));
609
nfaState.InitializeFrom(this, GetState(currentState.
DfaStateId
));
753
if (state.
DfaStateId
== deadStateId ||
754
(state.
DfaStateId
== initialStateId && !TInitialStateHandler.TryFindNextStartingPosition(this, input, ref state.DfaStateId, ref pos, null!)))
890
nfaState.InitializeFrom(this, GetState(currentState.
DfaStateId
));
920
if (_nullabilityArray[state.
DfaStateId
] != 0 &&
928
if (pos <= startThreshold || state.
DfaStateId
== _deadStateId)
975
if (pos <= startThreshold || state.
DfaStateId
== _deadStateId)
1265
matcher._nullabilityArray[state.
DfaStateId
] > 0 &&
1266
((byte)(1 << (int)nextCharKind) & matcher._nullabilityArray[state.
DfaStateId
]) > 0;
1307
matcher._stateFlagsArray[state.
DfaStateId
];
1344
Debug.Assert(state.
DfaStateId
< 0, $"Expected negative {nameof(state.
DfaStateId
)}.");
1441
Debug.Assert(state.
DfaStateId
< 0, $"Expected negative {nameof(state.
DfaStateId
)}.");