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