6 references to GetImplementationType
Microsoft.Extensions.DependencyInjection (6)
DependencyInjectionEventSource.cs (1)
250
builder.Append(descriptor.
GetImplementationType
());
ServiceLookup\CallSiteFactory.cs (3)
42
Type? implementationType = descriptor.
GetImplementationType
();
396
callSite = CreateConstructorCallSite(lifetime, serviceIdentifier, descriptor.
GetImplementationType
()!, callSiteChain);
428
Type? implementationType = descriptor.
GetImplementationType
();
ServiceLookup\ServiceDescriptorExtensions.cs (2)
15
public static bool HasImplementationType(this ServiceDescriptor serviceDescriptor) =>
GetImplementationType
(serviceDescriptor) != null;
41
type =
GetImplementationType
(serviceDescriptor);