2 references to GetImplementationType
Microsoft.Extensions.DependencyInjection.Abstractions (2)
Extensions\ServiceCollectionDescriptorExtensions.cs (2)
459
Type? implementationType = descriptor.
GetImplementationType
();
476
service.
GetImplementationType
() == implementationType &&