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