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