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