2 references to Task
System.Web (2)
HttpApplicationFactory.cs (1)
368
app.ApplicationInstanceConsumersCounter.
Task
.ContinueWith((_, o) => RecycleApplicationInstance((HttpApplication)o), app, TaskContinuationOptions.ExecuteSynchronously);
WebSockets\AspNetWebSocket.cs (1)
217
return _pendingOperationCounter.
Task
;