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