5 references to TryCreateExact
Microsoft.Extensions.DependencyInjection (5)
ServiceLookup\CallSiteFactory.cs (5)
171return TryCreateExact(serviceDescriptor, serviceIdentifier, callSiteChain, descriptor.GetSlot(serviceDescriptor));
213return TryCreateExact(descriptor.Last, serviceIdentifier, callSiteChain, DefaultSlot);
222return TryCreateExact(descriptor.Last, serviceIdentifier, callSiteChain, DefaultSlot);
302ServiceCallSite? callSite = TryCreateExact(descriptor, cacheKey, callSiteChain, slot);
327if (TryCreateExact(_descriptors[i], registrationKey, callSiteChain, slot) is { } callSite)