2 instantiations of TcpConnectionPoolSettings
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (1)
101return new TcpConnectionPoolSettings(this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
17_connectionPoolSettings = new TcpConnectionPoolSettings();
5 references to TcpConnectionPoolSettings
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
24internal TcpConnectionPoolSettings(TcpConnectionPoolSettings tcp) 99internal TcpConnectionPoolSettings Clone() 104internal bool IsMatch(TcpConnectionPoolSettings tcp)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpTransportBindingElement.cs (2)
11private TcpConnectionPoolSettings _connectionPoolSettings; 28public TcpConnectionPoolSettings ConnectionPoolSettings