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