4 instantiations of 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);
2 references to ConstructorMatcher
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ActivatorUtilities.cs (2)
81scoped ConstructorMatcher matcher = default; 118scoped ConstructorMatcher bestMatcher = default;