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