ResolverExtensions
public static IEnumerable<Expression> BuildAllResolutionExpressions(this ImmutableArray<IResolver> resolvers, TypeInformation typeInfo, ResolutionContext resolutionContext, IResolutionStrategy resolutionStrategy)
public static Expression BuildResolutionExpression(this ImmutableArray<IResolver> resolvers, TypeInformation typeInfo, ResolutionContext resolutionContext, IResolutionStrategy resolutionStrategy)
public static bool CanResolve(this ImmutableArray<IResolver> resolvers, TypeInformation typeInfo, ResolutionContext resolutionContext)