9 references to State
System.ServiceModel.Activation (9)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (9)
157
this.state =
State
.Completed;
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)