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