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; 33get { return _groupName; } 104if (_groupName != unixDomainSocketConnectionPoolSettings._groupName)