1 write to s_posixDisableValue
System.Console (1)
System\ConsolePal.Unix.cs (1)
918
Interop.Sys.GetControlCharacters(controlCharacterNames, controlCharacterValues, NumControlCharacterNames, out
s_posixDisableValue
);
5 references to s_posixDisableValue
System.Console (5)
System\IO\StdInReader.cs (5)
307
c != ConsolePal.
s_posixDisableValue
&&
360
(ConsolePal.s_veolCharacter != ConsolePal.
s_posixDisableValue
? ConsolePal.s_veolCharacter :
361
ConsolePal.s_veol2Character != ConsolePal.
s_posixDisableValue
? ConsolePal.s_veol2Character :
362
ConsolePal.s_veofCharacter != ConsolePal.
s_posixDisableValue
? ConsolePal.s_veofCharacter :
368
return KeyParser.Parse(_unprocessedBufferToBeRead, ConsolePal.TerminalFormatStringsInstance, ConsolePal.
s_posixDisableValue
, ConsolePal.s_veraseCharacter, ref _startIndex, _endIndex);