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