4 references to _continuationCompleted
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
Internal\SocketAwaitableEventArgs.cs (4)
37if (c != null || (c = Interlocked.CompareExchange(ref _continuation, _continuationCompleted, null)) != null) 41_continuation = _continuationCompleted; // in case someone's polling IsCompleted 66return !ReferenceEquals(_continuation, _continuationCompleted) ? ValueTaskSourceStatus.Pending : 75if (ReferenceEquals(prevContinuation, _continuationCompleted))