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