3 writes to groupName
System.ServiceModel (3)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
18groupName = ConnectionOrientedTransportDefaults.ConnectionPoolGroupName; 26this.groupName = tcp.groupName; 40this.groupName = value;
4 references to groupName
System.ServiceModel (4)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
26this.groupName = tcp.groupName; 34get { return this.groupName; } 106if (this.groupName != tcp.groupName)