3 writes to groupName
System.ServiceModel (3)
System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs (3)
17groupName = ConnectionOrientedTransportDefaults.ConnectionPoolGroupName; 24this.groupName = namedPipe.groupName; 37this.groupName = value;
4 references to groupName
System.ServiceModel (4)
System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs (4)
24this.groupName = namedPipe.groupName; 31get { return this.groupName; } 82if (this.groupName != namedPipe.groupName)