2 references to
System.Web (2)
Hosting\FlushAsyncResult.cs (1)
19internal FlushAsyncResult(AsyncCallback cb, Object state): base(cb, state) {
Hosting\ReadAsyncResult.cs (1)
25internal ReadAsyncResult(AsyncCallback cb, Object state, byte[] buffer, int offset, int count, bool updatePerfCounter): base(cb, state) {