6 references to Running
System.ServiceModel.Activation (6)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (6)
617
if (this.state == State.
Running
&&
618
Interlocked.CompareExchange(ref this.state, State.Completed, State.
Running
) == State.
Running
)
626
if (this.state == State.
Running
&&
627
Interlocked.CompareExchange(ref this.state, State.Aborted, State.
Running
) == State.
Running
)