4 references to InstanceContext
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
1699
if (null != this.
InstanceContext
&& this.
InstanceContext
.HasTransaction)
1701
return
InstanceContext
.Transaction.Attached;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
289
if ((this.instanceContexts != null) && (channel.
InstanceContext
== null))