8 references to KeyedImplementationType
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\ServiceDescriptorExtensions.cs (1)
35? serviceDescriptor.KeyedImplementationType
Microsoft.Extensions.DependencyInjection.Abstractions (7)
ServiceDescriptor.cs (7)
264if (KeyedImplementationType != null) 266return lifetime + $"{nameof(KeyedImplementationType)}: {KeyedImplementationType}"; 315if (KeyedImplementationType != null) 317return KeyedImplementationType; 1029if (KeyedImplementationType != null) 1031debugText += $@", KeyedImplementationType = ""{KeyedImplementationType.FullName}""";