2 writes to m_WriteTaskCompletionSource
System (2)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (2)
656m_WriteTaskCompletionSource = new TaskCompletionSource<object>(); 708m_WriteTaskCompletionSource = new TaskCompletionSource<object>();
5 references to m_WriteTaskCompletionSource
System (5)
net\System\Net\WebSockets\WebSocketConnectionStream.cs (5)
670return m_WriteTaskCompletionSource.Task; 722return m_WriteTaskCompletionSource.Task; 850TaskCompletionSource<object> writeTaskCompletionSourceSnapshot = thisPtr.m_WriteTaskCompletionSource; 908thisPtr.m_WriteTaskCompletionSource.TrySetException(new SocketException(eventArgs.SocketError)); 912thisPtr.m_WriteTaskCompletionSource.TrySetResult(null);