3 writes to _maxOutboundConnectionsPerEndpoint
System.ServiceModel.UnixDomainSocket (3)
System\ServiceModel\Channels\UnixDomainSocketConnectionPoolSettings.cs (3)
20_maxOutboundConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint; 28_maxOutboundConnectionsPerEndpoint = unixDomainSocketConnectionPoolSettings._maxOutboundConnectionsPerEndpoint; 93_maxOutboundConnectionsPerEndpoint = value;
4 references to _maxOutboundConnectionsPerEndpoint
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\UnixDomainSocketConnectionPoolSettings.cs (4)
28_maxOutboundConnectionsPerEndpoint = unixDomainSocketConnectionPoolSettings._maxOutboundConnectionsPerEndpoint; 84get { return _maxOutboundConnectionsPerEndpoint; } 119if (_maxOutboundConnectionsPerEndpoint != unixDomainSocketConnectionPoolSettings._maxOutboundConnectionsPerEndpoint)