6 references to General
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\Symbolic\MatchingState.cs (1)
34/// this will always be set to <see cref="CharKind.General"/>, which can reduce the number of states created.
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (4)
221Debug.Assert(CharKind.General == 0); 251_initialStateId = _dotstarredInitialStates[CharKind.General].Id; 302return CharKind.General; 335CharKind.General : // The previous character kind is irrelevant when anchors are not used.
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
108if (SymbolicRegexMatcher<TSet>.NfaStateHandler.IsNullableFor(this, in statesWrapper, CharKind.General))