3 writes to useCachedFactory
System.ServiceModel (3)
System\ServiceModel\ClientBase.cs (3)
840
useCachedFactory
= true;
887
this.
useCachedFactory
= false;
926
this.
useCachedFactory
= true;
10 references to useCachedFactory
System.ServiceModel (10)
System\ServiceModel\ClientBase.cs (10)
360
if (this.
useCachedFactory
)
369
if (this.
useCachedFactory
&&
454
if (!this.
useCachedFactory
)
552
if (this.canShareFactory && !this.
useCachedFactory
)
589
if (!this.
useCachedFactory
)
630
if (this.
useCachedFactory
)
737
if (this.
useCachedFactory
)
749
if (this.
useCachedFactory
)
771
if (this.
useCachedFactory
)
883
if (this.
useCachedFactory
)