1 write to _callback
System.Web (1)
ImplicitAsyncPreloadModule.cs (1)
75
_callback
= new AsyncCallback(OnAsyncCompletion);
3 references to _callback
System.Web (3)
ImplicitAsyncPreloadModule.cs (3)
74
if (
_callback
== null) {
82
IAsyncResult readAsyncResult = _inputStream.BeginRead(buffer, 0, buffer.Length,
_callback
, httpAsyncResult);
116
readAsyncResult = _inputStream.BeginRead(buffer, 0, buffer.Length,
_callback
, httpAsyncResult);