7 references to Scope
Microsoft.Extensions.DependencyInjection (7)
ServiceLookup\CallSiteFactory.cs (1)
354
ResultCache resultCache = (cacheLocation == CallSiteResultCacheLocation.
Scope
|| cacheLocation == CallSiteResultCacheLocation.Root)
ServiceLookup\CallSiteVisitor.cs (1)
28
case CallSiteResultCacheLocation.
Scope
:
ServiceLookup\Expressions\ExpressionResolverBuilder.cs (2)
59
if (callSite.Cache.Location == CallSiteResultCacheLocation.
Scope
)
80
if (callSite.Cache.Location == CallSiteResultCacheLocation.
Scope
)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (2)
74
if (callSite.Cache.Location == CallSiteResultCacheLocation.
Scope
)
326
if (callSite.Cache.Location == CallSiteResultCacheLocation.
Scope
)
ServiceLookup\ResultCache.cs (1)
31
Location = CallSiteResultCacheLocation.
Scope
;