3 writes to Scope
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteRuntimeResolver.cs (3)
39Scope = scope 112Scope = serviceProviderEngine, 160Scope = serviceProviderEngine,
6 references to Scope
Microsoft.Extensions.DependencyInjection (6)
ServiceLookup\CallSiteRuntimeResolver.cs (6)
45return context.Scope.CaptureDisposable(VisitCallSiteMain(transientCallSite, context)); 89ServiceProviderEngineScope serviceProviderEngine = context.Scope.RootProvider.Root; 130return context.Scope.IsRootScope ? 132VisitCache(callSite, context, context.Scope, RuntimeResolverLock.Scope); 183return context.Scope; 211return factoryCallSite.Factory(context.Scope);