1 write to _poolSettings
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
619
_poolSettings
= channelFactoryBase.GetProperty<IConnectionPoolSettings>();
2 references to _poolSettings
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
646
if (
_poolSettings
is not null && settings is ChannelFactoryBase channelFactoryBase)
649
if (otherPoolSettings is not null && !
_poolSettings
.IsCompatible(otherPoolSettings))