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