5 references to Context
System.Text.RegularExpressions (5)
System\Text\RegularExpressions\Symbolic\MatchingState.cs (4)
60uint context = CharKind.Context(PrevCharKind, nextCharKind); 77uint context = CharKind.Context(PrevCharKind, nextCharKind); 93uint context = CharKind.Context(PrevCharKind, nextCharKind); 164nullabilityInfo |= (byte)(Node.IsNullableFor(CharKind.Context(PrevCharKind, charKind)) ? 1 << (int)charKind : 0);
System\Text\RegularExpressions\Symbolic\SymbolicRegexMatcher.cs (1)
1088CharKind.Context(endState.PrevCharKind, GetCharKind(input, iEnd)), (Registers: endRegisters, Pos: iEnd));