3 references to GetCallSite
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteFactory.cs (2)
594callSite = GetCallSite(parameterSvcId, callSiteChain); 602callSite ??= GetCallSite(ServiceIdentifier.FromServiceType(parameterType), callSiteChain);
ServiceProvider.cs (1)
209ServiceCallSite? callSite = CallSiteFactory.GetCallSite(serviceIdentifier, new CallSiteChain());