1 write to _connections
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (1)
63
_connections
= new IdleTimeoutIdleConnectionPool(this, this.ThisLock);
6 references to _connections
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\IdlingCommunicationPool.cs (6)
68
return
_connections
;
73
_connections
.OnItemClosing(item);
79
_connections
.OnItemClosing(item);
85
_connections
.OnItemClosing(item);
91
if (
_connections
!= null)
93
_connections
.Prune(itemsToClose, false);