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