1 write to name
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
632
this.
name
= settings.ConnectionPoolGroupName;
2 references to name
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
637
get { return this.
name
; }
658
(this.
name
== settings.ConnectionPoolGroupName) &&