1 write to onReleaseConnectionPoolScheduled
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (1)
407onReleaseConnectionPoolScheduled = new Action<object>(OnReleaseConnectionPoolScheduled);
2 references to onReleaseConnectionPoolScheduled
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
405if (onReleaseConnectionPoolScheduled == null) 409ActionItem.Schedule(onReleaseConnectionPoolScheduled, this);