2 writes to asynchronousTransactedAcceptEnabled
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
95this.asynchronousTransactedAcceptEnabled = false; 230this.asynchronousTransactedAcceptEnabled = value;
1 reference to asynchronousTransactedAcceptEnabled
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
225return this.asynchronousTransactedAcceptEnabled;