1 write to autoCompleteTransaction
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
31set { this.autoCompleteTransaction = value; }
2 references to autoCompleteTransaction
System.ServiceModel (2)
System\ServiceModel\OperationBehaviorAttribute.cs (2)
30get { return this.autoCompleteTransaction; } 107dispatch.TransactionAutoComplete = this.autoCompleteTransaction;