1 instantiation of TaskAsyncResult
Microsoft.AspNetCore.Server.HttpSys (1)
src\Shared\TaskToApm.cs (1)
33
new
TaskAsyncResult
(task, state, callback);
2 references to TaskAsyncResult
Microsoft.AspNetCore.Server.HttpSys (2)
src\Shared\TaskToApm.cs (2)
39
if (asyncResult is
TaskAsyncResult
twar)
52
if (asyncResult is
TaskAsyncResult
twar && twar._task is Task<TResult> task)