2 writes to IsCompleted
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
507this.IsCompleted = false; 554this.IsCompleted = true;
3 references to IsCompleted
System.ServiceModel (3)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
124(rpc.transaction.IsCompleted || (rpc.Error != null)))
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
490else if (this.IsCompleted || (error != null)) 685if (rpc.Transaction.IsCompleted || (rpc.Error != null))