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)
221
Debug.Assert(CharKind.
General
== 0);
251
_initialStateId = _dotstarredInitialStates[CharKind.
General
].Id;
302
return CharKind.
General
;
335
CharKind.
General
: // The previous character kind is irrelevant when anchors are not used.
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
108
if (SymbolicRegexMatcher<TSet>.NfaStateHandler.IsNullableFor(this, in statesWrapper, CharKind.
General
))