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