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