4 references to InstanceContext
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
355if ((current != null) && (current.InstanceContext != null)) 357current.InstanceContext.WmiChannels.Add((IChannel)serviceChannel.Proxy);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
116ConcurrencyBehavior.UnlockInstance(operationContext.InstanceContext); 143InstanceContext instanceContext = operationContext.InstanceContext;