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