2 references to CreateConstructorInfoExs
Microsoft.Extensions.DependencyInjection.Abstractions (2)
ActivatorUtilities.cs (2)
230return s_constructorInfos.GetOrAdd(type, CreateConstructorInfoExs(type)); 239value = CreateConstructorInfoExs(type);