2 references to BeginReadAsync
mscorlib (2)
system\io\filestream.cs (2)
1888
return
BeginReadAsync
(array, offset, numBytes, userCallback, stateObject);
2636
readTask._asyncResult =
BeginReadAsync
(buffer, offset, count, endReadTask, readTask);