1 write to transactionAutoCompleteOnSessionCloseSet
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
221this.transactionAutoCompleteOnSessionCloseSet = true;
1 reference to transactionAutoCompleteOnSessionCloseSet
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
232get { return this.transactionAutoCompleteOnSessionCloseSet; }