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