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