3 writes to _groupName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
18
_groupName
= ConnectionOrientedTransportDefaults.ConnectionPoolGroupName;
26
_groupName
= tcp._groupName;
40
_groupName
= value;
4 references to _groupName
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
26
_groupName = tcp.
_groupName
;
34
get { return
_groupName
; }
106
if (
_groupName
!= tcp.
_groupName
)