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