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