4 references to PendingCompletion
System.ServiceModel.Internals (4)
System\Runtime\AsyncEventArgs.cs (4)
37
case OperationState.
PendingCompletion
:
38
if (this.state == OperationState.
PendingCompletion
)
51
if (this.state != OperationState.
PendingCompletion
)
96
this.State = OperationState.
PendingCompletion
;