1 write to _canShareFactory
System.ServiceModel.Primitives (1)
System\ServiceModel\ClientBase.cs (1)
711_canShareFactory = false;
3 references to _canShareFactory
System.ServiceModel.Primitives (3)
System\ServiceModel\ClientBase.cs (3)
436if (_canShareFactory && !_useCachedFactory) 652Fx.Assert(_canShareFactory, "GetChannelFactoryFromCache can be called only when canShareFactory is true"); 746Fx.Assert(_canShareFactory, "This should be called only when this proxy can share ChannelFactory.");