1 write to onAsyncReadComplete
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
1134this.onAsyncReadComplete = new WaitCallback(OnAsyncReadComplete);
2 references to onAsyncReadComplete
System.ServiceModel (2)
System\ServiceModel\Channels\SessionConnectionReader.cs (2)
1251connection.BeginRead(0, buffer.Length, readTimeoutHelper.RemainingTime(), onAsyncReadComplete, null); 1462onAsyncReadComplete, null) == AsyncCompletionResult.Queued)