2 writes to m_PendingException
System (2)
net\System\Net\WebSockets\WebSocketBase.cs (2)
1440if (Interlocked.CompareExchange<Exception>(ref m_PendingException, exception, null) == null) 1452Exception pendingException = Interlocked.Exchange<Exception>(ref m_PendingException, null);