3 references to ObjectFactory
Microsoft.Extensions.DependencyInjection.Abstractions (3)
ActivatorUtilities.cs (3)
313
public static
ObjectFactory
<T>
327
var factoryLambda = Expression.Lambda<
ObjectFactory
<T>>(
330
ObjectFactory
<T>? result = factoryLambda.Compile();