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