Base:
method
ReadBlock
System.IO.TextReader.ReadBlock(System.Char[], System.Int32, System.Int32)
1 reference to ReadBlock
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\TextReader.cs (1)
399return Task.FromResult(ReadBlock(buffer, index, count));