5 references to IsNullable
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (4)
703
if (_stateFlagsArray[currStateId].
IsNullable
() ||
1061
if (flags.
IsNullable
() || (flags.CanBeNullable() && GetState(coreStateId).IsNullableFor(GetCharKind(input, i + 1))))
1385
(flags.
IsNullable
() || (flags.CanBeNullable() && matcher.GetState(coreStateId).IsNullableFor(nextCharKind))))
1644
flags.
IsNullable
() ||
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.Sample.cs (1)
90
if (flags.
IsNullable
() || SymbolicRegexMatcher<TSet>.NfaStateHandler.IsNullableFor(this, in statesWrapper, CharKind.BeginningEnd))