2 references to TryCreateParameterMap
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ActivatorUtilities.cs (2)
603
if (
TryCreateParameterMap
(constructor.GetParameters(), argumentTypes, out int?[] tempParameterMap))
657
if (!
TryCreateParameterMap
(constructor.Info.GetParameters(), argumentTypes, out int?[] tempParameterMap))