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