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