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