1 write to onStartAccept
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
2229onStartAccept = new Action<object>(OnStartAccept);
2 references to onStartAccept
System.ServiceModel (2)
System\ServiceModel\Channels\PipeConnection.cs (2)
2227if (onStartAccept == null) 2231ActionItem.Schedule(onStartAccept, this);