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