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