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