1 write to canShareFactory
System.ServiceModel (1)
System\ServiceModel\ClientBase.cs (1)
880this.canShareFactory = false;
3 references to canShareFactory
System.ServiceModel (3)
System\ServiceModel\ClientBase.cs (3)
552if (this.canShareFactory && !this.useCachedFactory) 825Fx.Assert(this.canShareFactory, "GetChannelFactoryFromCache can be called only when canShareFactory is true"); 913Fx.Assert(this.canShareFactory, "This should be called only when this proxy can share ChannelFactory.");