2 references to ReadAsyncCore
System (2)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (2)
120
bytesRead = await m_WebSocketConnection.
ReadAsyncCore
(buffer, 0, 1, linkedCancellationToken, true).SuppressContextFlow<int>();
742
return
ReadAsyncCore
(buffer, offset, count, cancellationToken, false);