4 instantiations of ConstructorMatcher
Microsoft.Extensions.DependencyInjection.Abstractions (4)
ActivatorUtilities.cs (4)
112matcher = new ConstructorMatcher(constructor, ctorArgs); 132matcher = new ConstructorMatcher(constructor, ctorArgs); 154bestMatcher = new ConstructorMatcher(matcher.ConstructorInfo, bestCtorArgs); 192matcher = new ConstructorMatcher(constructor, ctorArgs);
2 references to ConstructorMatcher
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ActivatorUtilities.cs (2)
86scoped ConstructorMatcher matcher = default; 123scoped ConstructorMatcher bestMatcher = default;