8 references to IsNullableFor
System.Text.RegularExpressions (8)
System\Text\RegularExpressions\Symbolic\MatchingState.cs (1)
58
Debug.Assert(
IsNullableFor
(nextCharKind));
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (7)
638
if (_stateArray[currentStateIdRef]!.
IsNullableFor
(_positionKinds[0]))
664
if (_stateArray[currStateId]!.
IsNullableFor
(_positionKinds[0]))
704
_stateArray[currStateId]!.
IsNullableFor
(_positionKinds[0]))
1061
if (flags.IsNullable() || (flags.CanBeNullable() && GetState(coreStateId).
IsNullableFor
(GetCharKind(input, i + 1))))
1084
if (endState.
IsNullableFor
(GetCharKind(input, iEnd)))
1330
if (matcher.GetState(matcher.GetCoreStateId(nfaState.Key)).
IsNullableFor
(nextCharKind))
1385
(flags.IsNullable() || (flags.CanBeNullable() && matcher.GetState(coreStateId).
IsNullableFor
(nextCharKind))))