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