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