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