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