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)
436
if (
_canShareFactory
&& !_useCachedFactory)
652
Fx.Assert(
_canShareFactory
, "GetChannelFactoryFromCache can be called only when canShareFactory is true");
746
Fx.Assert(
_canShareFactory
, "This should be called only when this proxy can share ChannelFactory.");