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