5 references to Root
Microsoft.Extensions.DependencyInjection (5)
ServiceLookup\CallSiteFactory.cs (2)
282CallSiteResultCacheLocation cacheLocation = CallSiteResultCacheLocation.Root; 354ResultCache resultCache = (cacheLocation == CallSiteResultCacheLocation.Scope || cacheLocation == CallSiteResultCacheLocation.Root)
ServiceLookup\CallSiteVisitor.cs (1)
26case CallSiteResultCacheLocation.Root:
ServiceLookup\ResultCache.cs (1)
28Location = CallSiteResultCacheLocation.Root;
ServiceProvider.cs (1)
214if (callSite.Cache.Location == CallSiteResultCacheLocation.Root)