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)
162public Type? ImplementationType => IsKeyedService ? null : _implementationType; 180return _implementationType;