2 references to Read
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\RandomAccess.Unix.cs (2)
47
result = Interop.Sys.
Read
(handle, bufPtr, buffer.Length);
53
result = Interop.Sys.
Read
(handle, bufPtr, buffer.Length);