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