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