3 instantiations of ServiceKeyAttribute
Microsoft.Extensions.Http.Diagnostics (3)
Logging\Internal\HttpClientLogger.cs (1)
44
[
ServiceKey
] string? serviceKey = null)
Logging\Internal\HttpHeadersReader.cs (1)
26
public HttpHeadersReader(IOptionsMonitor<LoggingOptions> optionsMonitor, IHttpHeadersRedactor redactor, [
ServiceKey
] string? serviceKey = null)
Logging\Internal\HttpRequestReader.cs (1)
52
[
ServiceKey
] string? serviceKey = null)
1 reference to ServiceKeyAttribute
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
581
if (serviceIdentifier.ServiceKey != null && attribute is
ServiceKeyAttribute
)