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