1 instantiation of GeneratedMethod
Microsoft.Extensions.DependencyInjection (1)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (1)
126return new GeneratedMethod()
6 references to GeneratedMethod
Microsoft.Extensions.DependencyInjection (6)
ServiceLookup\ILEmit\ILEmitResolverBuilder.cs (6)
55private readonly ConcurrentDictionary<ServiceCacheKey, GeneratedMethod> _scopeResolverCache; 57private readonly Func<ServiceCacheKey, ServiceCallSite, GeneratedMethod> _buildTypeDelegate; 62_scopeResolverCache = new ConcurrentDictionary<ServiceCacheKey, GeneratedMethod>(); 71private GeneratedMethod BuildType(ServiceCallSite callSite) 86private GeneratedMethod BuildTypeNoCache(ServiceCallSite callSite) 179GeneratedMethod generatedMethod = BuildType(scopedCallSite);