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