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