6 writes to DfaStateId
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (6)
507
ref currentState.
DfaStateId
, ref endPos);
752
(state.DfaStateId == initialStateId && !TInitialStateHandler.TryFindNextStartingPosition(this, input, ref state.
DfaStateId
, ref pos, null!)))
772
if (pos >= length || !DfaStateHandler.TryTakeTransition(this, ref state.
DfaStateId
, positionId))
933
if (!DfaStateHandler.TryTakeTransition(this, ref state.
DfaStateId
, positionId))
1234
DfaStateId
= dfaState.Id;
1241
DfaStateId
= -1;
16 references to DfaStateId
System.Text.RegularExpressions (16)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (16)
438
_nullabilityArray[reversalStartState.
DfaStateId
] > 0 &&
534
nfaState.InitializeFrom(this, GetState(currentState.
DfaStateId
));
607
nfaState.InitializeFrom(this, GetState(currentState.
DfaStateId
));
751
if (state.
DfaStateId
== deadStateId ||
752
(state.
DfaStateId
== initialStateId && !TInitialStateHandler.TryFindNextStartingPosition(this, input, ref state.DfaStateId, ref pos, null!)))
888
nfaState.InitializeFrom(this, GetState(currentState.
DfaStateId
));
918
if (_nullabilityArray[state.
DfaStateId
] != 0 &&
926
if (pos <= startThreshold || state.
DfaStateId
== _deadStateId)
973
if (pos <= startThreshold || state.
DfaStateId
== _deadStateId)
1263
matcher._nullabilityArray[state.
DfaStateId
] > 0 &&
1264
((byte)(1 << (int)nextCharKind) & matcher._nullabilityArray[state.
DfaStateId
]) > 0;
1305
matcher._stateFlagsArray[state.
DfaStateId
];
1342
Debug.Assert(state.
DfaStateId
< 0, $"Expected negative {nameof(state.
DfaStateId
)}.");
1439
Debug.Assert(state.
DfaStateId
< 0, $"Expected negative {nameof(state.
DfaStateId
)}.");