4 references to TaskToApm
Microsoft.AspNetCore.HttpLogging (4)
RequestBufferingStream.cs (2)
143return TaskToApm.Begin(ReadAsync(buffer, offset, count), callback, state); 148return TaskToApm.End<int>(asyncResult);
ResponseBufferingStream.cs (2)
53return TaskToApm.Begin(WriteAsync(buffer, offset, count), callback, state); 58TaskToApm.End(asyncResult);