3 references to GetCallSite
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteFactory.cs (2)
713callSite = GetCallSite(new ServiceIdentifier(serviceKey, parameterType), callSiteChain); 722callSite ??= GetCallSite(ServiceIdentifier.FromServiceType(parameterType), callSiteChain);
ServiceProvider.cs (1)
242ServiceCallSite? callSite = CallSiteFactory.GetCallSite(serviceIdentifier, new CallSiteChain());