2 writes to _callback
System.Web (2)
HttpAsyncResult.cs (2)
37_callback = cb; 47_callback = cb;
4 references to _callback
System.Web (4)
HttpAsyncResult.cs (4)
57if (_completed && _callback != null) 58_callback(this); 83if (_callback != null) 84_callback(this);