1 instantiation of ConstructorMatcher
Microsoft.AspNetCore.Connections.Abstractions (1)
src\Shared\ActivatorUtilities\ActivatorUtilities.cs (1)
37
var matcher = new
ConstructorMatcher
(constructor);
2 references to ConstructorMatcher
Microsoft.AspNetCore.Connections.Abstractions (2)
src\Shared\ActivatorUtilities\ActivatorUtilities.cs (2)
31
ConstructorMatcher
bestMatcher = default;
37
var
matcher = new ConstructorMatcher(constructor);