3 references to InternalReadChars
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (3)
306
return
InternalReadChars
(new Span<char>(buffer, index, count));
312
return
InternalReadChars
(buffer);
404
int n =
InternalReadChars
(new Span<char>(chars));