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