1 write to _key
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (1)
234
_key
= key;
3 references to _key
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionPool.cs (3)
241
get { return
_key
; }
464
WcfEventSource.Instance.ConnectionPoolMiss(
_key
!= null ?
_key
.ToString() : string.Empty, _busyConnections.Count);