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