3 writes to Scope
Microsoft.Extensions.DependencyInjection (3)
ServiceLookup\CallSiteRuntimeResolver.cs (3)
32Scope = scope 94Scope = serviceProviderEngine, 137Scope = serviceProviderEngine,
6 references to Scope
Microsoft.Extensions.DependencyInjection (6)
ServiceLookup\CallSiteRuntimeResolver.cs (6)
38return context.Scope.CaptureDisposable(VisitCallSiteMain(transientCallSite, context)); 82ServiceProviderEngineScope serviceProviderEngine = context.Scope.RootProvider.Root; 107return context.Scope.IsRootScope ? 109VisitCache(callSite, context, context.Scope, RuntimeResolverLock.Scope); 160return context.Scope; 188return factoryCallSite.Factory(context.Scope);