1 write to startAccept
System.ServiceModel (1)
System\ServiceModel\Channels\SocketConnection.cs (1)
2192
startAccept
= new Action<object>(StartAccept);
2 references to startAccept
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
2190
if (
startAccept
== null)
2195
ActionItem.Schedule(
startAccept
, this);