4 references to ConstructorMatcher
Microsoft.Extensions.DependencyInjection.Abstractions (4)
ActivatorUtilities.cs (4)
112
matcher = new
ConstructorMatcher
(constructor, ctorArgs);
132
matcher = new
ConstructorMatcher
(constructor, ctorArgs);
154
bestMatcher = new
ConstructorMatcher
(matcher.ConstructorInfo, bestCtorArgs);
192
matcher = new
ConstructorMatcher
(constructor, ctorArgs);