3 writes to TransactionAutoCompleteOnSessionClose
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
386behavior.TransactionAutoCompleteOnSessionClose = this.transactionAutoCompleteOnSessionClose;
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (2)
200endpointDispatcher.DispatchRuntime.TransactionAutoCompleteOnSessionClose = true; 217endpointDispatcher.DispatchRuntime.TransactionAutoCompleteOnSessionClose = false;
1 reference to TransactionAutoCompleteOnSessionClose
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
39this.transactionAutoCompleteOnSessionClose = dispatch.TransactionAutoCompleteOnSessionClose;