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