9 references to KeyedImplementationType
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\ServiceDescriptorExtensions.cs (1)
35
? serviceDescriptor.
KeyedImplementationType
Microsoft.Extensions.DependencyInjection.Abstractions (8)
ServiceDescriptor.cs (8)
159
/// If <see cref="IsKeyedService"/> is <see langword="true"/>, <see cref="
KeyedImplementationType
"/> should be called instead.
258
if (
KeyedImplementationType
!= null)
260
return lifetime + $"{nameof(
KeyedImplementationType
)}: {
KeyedImplementationType
}";
309
if (
KeyedImplementationType
!= null)
311
return
KeyedImplementationType
;
1023
if (
KeyedImplementationType
!= null)
1025
debugText += $@", KeyedImplementationType = ""{
KeyedImplementationType
.FullName}""";