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