1 write to onAsyncReadComplete
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
126
onAsyncReadComplete
= new WaitCallback(OnAsyncReadComplete);
2 references to onAsyncReadComplete
System.ServiceModel (2)
System\ServiceModel\Channels\SingletonConnectionReader.cs (2)
124
if (
onAsyncReadComplete
== null)
130
onAsyncReadComplete
, null) == AsyncCompletionResult.Queued)