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