5 references to Prev
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\SymbolicRegexNode.cs (5)
273is_nullable = CharKind.Prev(context) == CharKind.BeginningEnd; 283is_nullable = (CharKind.Prev(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; 324is_nullable = (CharKind.Prev(context) & CharKind.BeginningEnd) != 0;