Microsoft.Extensions.DependencyInjection.ServiceLookup.CallSiteVisitor<TArgument, TResult>
protected CallSiteVisitor()
protected abstract TResult VisitConstructor(ConstructorCallSite constructorCallSite, TArgument argument)
protected abstract TResult VisitIEnumerable(IEnumerableCallSite enumerableCallSite, TArgument argument)
protected abstract TResult VisitServiceProvider(ServiceProviderCallSite serviceProviderCallSite, TArgument argument)