12 references to InstanceContext
SMSvcHost (3)
System\ServiceModel\Activation\WorkerProcess.cs (3)
257foreach (IChannel channel in OperationContext.Current.InstanceContext.IncomingChannels) 363OperationContext.Current.InstanceContext.Abort(); 368InstanceContext serviceInstance = OperationContext.Current.InstanceContext;
System.ServiceModel (6)
System\ServiceModel\Channels\ServiceChannelFactory.cs (3)
384if ((current != null) && (current.InstanceContext != null)) 386current.InstanceContext.WmiChannels.Add((IChannel)serviceChannel.Proxy); 387serviceChannel.WmiInstanceContext = current.InstanceContext;
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
133ConcurrencyBehavior.UnlockInstance(operationContext.InstanceContext); 160InstanceContext instanceContext = operationContext.InstanceContext;
System\ServiceModel\InstanceContext.cs (1)
133get { return OperationContext.Current != null ? OperationContext.Current.InstanceContext : null; }
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\DurableErrorHandler.cs (1)
27OperationContext.Current.InstanceContext.IncomingChannels.Clear();
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (1)
90DurableInstance durableInstance = OperationContext.Current.InstanceContext.Extensions.Find<DurableInstance>();
System\ServiceModel\Dispatcher\DurableOperationContext.cs (1)
85InstanceContext currentInstanceContext = operationContext.InstanceContext;