4 references to ConstructorMatcher
Microsoft.Extensions.DependencyInjection.Abstractions (4)
ActivatorUtilities.cs (4)
107matcher = new ConstructorMatcher(constructor, ctorArgs); 127matcher = new ConstructorMatcher(constructor, ctorArgs); 149bestMatcher = new ConstructorMatcher(matcher.ConstructorInfo, bestCtorArgs); 187matcher = new ConstructorMatcher(constructor, ctorArgs);