3 writes to _maxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
21_maxOutboundConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint; 29_maxOutboundConnectionsPerEndpoint = tcp._maxOutboundConnectionsPerEndpoint; 95_maxOutboundConnectionsPerEndpoint = value;
4 references to _maxOutboundConnectionsPerEndpoint
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
29_maxOutboundConnectionsPerEndpoint = tcp._maxOutboundConnectionsPerEndpoint; 88get { return _maxOutboundConnectionsPerEndpoint; } 115if (_maxOutboundConnectionsPerEndpoint != tcp._maxOutboundConnectionsPerEndpoint)