1 write to _isCompleted
System.Net.Sockets (1)
System\Net\Sockets\SocketAsyncEventArgs.cs (1)
852public bool ReachedCoordinationPointFirst() => Interlocked.Exchange(ref _isCompleted, 1) == 0;