3 references to BytesToBeRead
System.Console (3)
System\IO\StdInReader.cs (3)
40
_unprocessedBufferToBeRead = new char[encoding.GetMaxCharCount(
BytesToBeRead
)];
348
byte* bufPtr = stackalloc byte[
BytesToBeRead
];
349
int result = ReadStdin(bufPtr,
BytesToBeRead
);