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