1 write to isConnectionFromPool
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
671
parent.GetChannelFromPool(ref this.timeoutHelper, out this.key, out this.
isConnectionFromPool
);
2 references to isConnectionFromPool
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
677
if (!this.
isConnectionFromPool
)
711
this.
isConnectionFromPool
, ref this.timeoutHelper);