4 references to IsNullableFor
System.Text.RegularExpressions (4)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (4)
99
if (flags.IsNullable() || SymbolicRegexMatcher<TSet>.NfaStateHandler.
IsNullableFor
(this, in statesWrapper, CharKind.BeginningEnd))
105
if (SymbolicRegexMatcher<TSet>.NfaStateHandler.
IsNullableFor
(this, in statesWrapper, CharKind.Newline))
111
if (SymbolicRegexMatcher<TSet>.NfaStateHandler.
IsNullableFor
(this, in statesWrapper, CharKind.WordLetter))
117
if (SymbolicRegexMatcher<TSet>.NfaStateHandler.
IsNullableFor
(this, in statesWrapper, CharKind.General))