4 references to HasTransaction
System.ServiceModel (4)
System\ServiceModel\Channels\ServiceChannel.cs (3)
1354
if (instanceContext.
HasTransaction
)
1375
if (this.InstanceContext != null && this.InstanceContext.
HasTransaction
)
1443
if (this.InstanceContext != null && this.InstanceContext.
HasTransaction
)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
1699
if (null != this.InstanceContext && this.InstanceContext.
HasTransaction
)