6 references to Running
System.ServiceModel.Activation (6)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (6)
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)