3 writes to m_WriteTaskCompletionSource
System (3)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (3)
384
m_WriteTaskCompletionSource
= new TaskCompletionSource<object>();
454
m_WriteTaskCompletionSource
= new TaskCompletionSource<object>();
637
m_WriteTaskCompletionSource
= new TaskCompletionSource<object>();
8 references to m_WriteTaskCompletionSource
System (8)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (8)
389
await
m_WriteTaskCompletionSource
.Task.SuppressContextFlow();
459
await
m_WriteTaskCompletionSource
.Task.SuppressContextFlow();
641
await
m_WriteTaskCompletionSource
.Task.SuppressContextFlow();
675
if (
m_WriteTaskCompletionSource
!= null)
677
m_WriteTaskCompletionSource
.TrySetCanceled();
738
TaskCompletionSource<object> writeTaskCompletionSourceSnapshot = thisPtr.
m_WriteTaskCompletionSource
;
798
thisPtr.
m_WriteTaskCompletionSource
.TrySetException(eventArgs.Exception);
802
thisPtr.
m_WriteTaskCompletionSource
.TrySetResult(null);