10 references to OperationState
System.ServiceModel.Internals (10)
System\Runtime\AsyncEventArgs.cs (10)
16
OperationState
state;
31
OperationState
State
37
case
OperationState
.PendingCompletion:
38
if (this.state ==
OperationState
.PendingCompletion)
49
case
OperationState
.CompletedAsynchronously:
50
case
OperationState
.CompletedSynchronously:
51
if (this.state !=
OperationState
.PendingCompletion)
80
this.State =
OperationState
.CompletedSynchronously;
84
this.State =
OperationState
.CompletedAsynchronously;
96
this.State =
OperationState
.PendingCompletion;