1 write to _implementationType
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ServiceDescriptor.cs (1)
47
_implementationType
= implementationType;
2 references to _implementationType
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ServiceDescriptor.cs (2)
162
public Type? ImplementationType => IsKeyedService ? null :
_implementationType
;
180
return
_implementationType
;