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