3 references to _scopedServices
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteValidator.cs (3)
20&& _scopedServices.TryGetValue(callSite.Cache.Key, out Type? scopedService) 44if (!_scopedServices.TryGetValue(callSite.Cache.Key, out Type? firstScopedServiceInCallSiteTree)) 50_scopedServices[callSite.Cache.Key] = firstScopedServiceInCallSiteTree;