7 references to KeyedImplementationInstance
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\ServiceDescriptorExtensions.cs (1)
20? serviceDescriptor.KeyedImplementationInstance
Microsoft.Extensions.DependencyInjection.Abstractions (6)
ServiceDescriptor.cs (6)
191/// If <see cref="IsKeyedService"/> is <see langword="true"/>, <see cref="KeyedImplementationInstance"/> should be called instead. 268return lifetime + $"{nameof(KeyedImplementationInstance)}: {KeyedImplementationInstance}"; 313else if (KeyedImplementationInstance != null) 315return KeyedImplementationInstance.GetType(); 1033debugText += $@", KeyedImplementationInstance = {KeyedImplementationInstance}";