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