5 references to Next
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (5)
277
is_nullable = CharKind.
Next
(context) == CharKind.BeginningEnd;
289
is_nullable = (CharKind.
Next
(context) & CharKind.NewLineS) != 0;
294
is_nullable = ((CharKind.Prev(context) & CharKind.WordLetter) ^ (CharKind.
Next
(context) & CharKind.WordLetter)) != 0;
299
is_nullable = ((CharKind.Prev(context) & CharKind.WordLetter) ^ (CharKind.
Next
(context) & CharKind.WordLetter)) == 0;
305
is_nullable = (CharKind.
Next
(context) & CharKind.BeginningEnd) != 0;