2 references to GetContainerType
Microsoft.AspNetCore.Hosting (2)
GenericHost\GenericWebHostBuilder.cs (1)
283var containerType = configureContainerBuilder.GetContainerType();
Internal\StartupLoader.cs (1)
55var type = configureContainerMethod.MethodInfo != null ? configureContainerMethod.GetContainerType() : typeof(object);