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