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