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)
68return _connections; 73_connections.OnItemClosing(item); 79_connections.OnItemClosing(item); 85_connections.OnItemClosing(item); 91if (_connections != null) 93_connections.Prune(itemsToClose, false);