5 references to AbortStarted
System.ServiceModel.Activation (5)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (5)
629
int currentStreamedReadState = Interlocked.Exchange(ref this.streamedReadState, StreamedReadState.
AbortStarted
);
647
if (Interlocked.CompareExchange(ref this.streamedReadState, StreamedReadState.Aborted, StreamedReadState.
AbortStarted
) == StreamedReadState.
AbortStarted
)
676
if (Interlocked.CompareExchange(ref this.streamedReadState, StreamedReadState.ReceiveFinishedAfterAbortStarted, StreamedReadState.
AbortStarted
) == StreamedReadState.
AbortStarted
)