3 instantiations of ServiceKeyAttribute
Microsoft.Extensions.Http.Diagnostics (3)
Logging\Internal\HttpClientLogger.cs (1)
43
[
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)
54
[
ServiceKey
] string? serviceKey = null)
2 references to ServiceKeyAttribute
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\CallSiteFactory.cs (1)
693
if (serviceIdentifier.ServiceKey != null && attribute is
ServiceKeyAttribute
)
Microsoft.Extensions.DependencyInjection.Abstractions (1)
FromKeyedServicesAttribute.cs (1)
11
/// <seealso cref="
ServiceKeyAttribute
"/>