2 writes to _callbackQueued
System.Net.Sockets (2)
System\Net\Sockets\SocketAsyncContext.Unix.cs (2)
148
_callbackQueued
= false;
258
Debug.Assert(!Interlocked.Exchange(ref
_callbackQueued
, true), $"Unexpected _callbackQueued: {_callbackQueued}");
1 reference to _callbackQueued
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncContext.Unix.cs (1)
258
Debug.Assert(!Interlocked.Exchange(ref _callbackQueued, true), $"Unexpected _callbackQueued: {
_callbackQueued
}");