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