2 references to Completed
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
157
this.state = State.
Completed
;
618
Interlocked.CompareExchange(ref this.state, State.
Completed
, State.Running) == State.Running)