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)
20protected override Task<HttpResponseMessage> SendAsync(HttpRequestMessage request, CancellationToken cancellationToken) => _handlerFunc(request, cancellationToken);