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)
640if (_stateArray[currentStateIdRef]!.IsNullableFor(_positionKinds[0])) 666if (_stateArray[currStateId]!.IsNullableFor(_positionKinds[0])) 706_stateArray[currStateId]!.IsNullableFor(_positionKinds[0])) 1063if (flags.IsNullable() || (flags.CanBeNullable() && GetState(coreStateId).IsNullableFor(GetCharKind(input, i + 1)))) 1086if (endState.IsNullableFor(GetCharKind(input, iEnd))) 1332if (matcher.GetState(matcher.GetCoreStateId(nfaState.Key)).IsNullableFor(nextCharKind)) 1387(flags.IsNullable() || (flags.CanBeNullable() && matcher.GetState(coreStateId).IsNullableFor(nextCharKind))))