3 writes to _groupName
System.ServiceModel.UnixDomainSocket (3)
System\ServiceModel\Channels\UnixDomainSocketConnectionPoolSettings.cs (3)
17
_groupName
= ConnectionOrientedTransportDefaults.ConnectionPoolGroupName;
25
_groupName
= unixDomainSocketConnectionPoolSettings._groupName;
36
_groupName
= value ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgumentNull(nameof(value));
4 references to _groupName
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\UnixDomainSocketConnectionPoolSettings.cs (4)
25
_groupName = unixDomainSocketConnectionPoolSettings.
_groupName
;
33
get { return
_groupName
; }
104
if (
_groupName
!= unixDomainSocketConnectionPoolSettings.
_groupName
)