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.
268
return lifetime + $"{nameof(
KeyedImplementationInstance
)}: {
KeyedImplementationInstance
}";
313
else if (
KeyedImplementationInstance
!= null)
315
return
KeyedImplementationInstance
.GetType();
1033
debugText += $@", KeyedImplementationInstance = {
KeyedImplementationInstance
}";