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