1 write to key
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
244
this.
key
= key;
3 references to key
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionPool.cs (3)
251
get { return this.
key
; }
478
TD.ConnectionPoolMiss(
key
!= null ?
key
.ToString() : string.Empty, busyConnections.Count);