2 references to MapRxvtModifiers
System.Console (2)
System\IO\KeyParser.cs (2)
142modifiers = MapRxvtModifiers(input[SequencePrefixLength + digitCount]); 298static bool IsRxvtModifier(char character) => MapRxvtModifiers(character) != default;