10 references to TransactedReceiveEnabled
System.ServiceModel.Routing (10)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (8)
162this.channelExtension.TransactedReceiveEnabled && 306if (!this.channelExtension.ReceiveContextEnabled && !this.channelExtension.TransactedReceiveEnabled) 355else if (this.service.RetryTransaction != null || this.channelExtension.TransactedReceiveEnabled) 374if (this.service.RetryTransaction != null || this.channelExtension.TransactedReceiveEnabled) 405else if (this.service.RetryTransaction != null || this.channelExtension.TransactedReceiveEnabled) 515bool canRetry = (this.channelExtension.ReceiveContextEnabled || !this.channelExtension.TransactedReceiveEnabled); 600Fx.Assert(!this.service.ChannelExtension.TransactedReceiveEnabled, "Should only happen for non-transactional cases"); 723else if (this.channelExtension.TransactedReceiveEnabled)
System\ServiceModel\Routing\RoutingService.cs (2)
115if (messageRpc.Transaction != null && this.ChannelExtension.TransactedReceiveEnabled) 125else if (!this.ChannelExtension.TransactedReceiveEnabled || !this.ChannelExtension.ReceiveContextEnabled)