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