3 references to NoRemoteCallHandler
Microsoft.Extensions.Http.Diagnostics.Tests (3)
Logging\Internal\HelperExtensions.cs (2)
16.AddTransient<NoRemoteCallHandler>() 21builder.AdditionalHandlers.Add(builder.Services.GetRequiredService<NoRemoteCallHandler>());
Logging\Internal\NoRemoteCallHandler.cs (1)
19var assemblyFileLocation = Path.GetDirectoryName(typeof(NoRemoteCallHandler).Assembly.Location)!;