1 write to _handlerFunc
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\TestingHandlerStub.cs (1)
17
_handlerFunc
= handlerFunc;
1 reference to _handlerFunc
Microsoft.Extensions.Http.Diagnostics.Tests (1)
Logging\Internal\TestingHandlerStub.cs (1)
20
protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) =>
_handlerFunc
(request, cancellationToken);