2 instantiations of CustomModelTypeConvention
RazorPagesWebSite (2)
StartupWithBasePath.cs (1)
30options.Conventions.Add(new CustomModelTypeConvention());
StartupWithoutEndpointRouting.cs (1)
24options.Conventions.Add(new CustomModelTypeConvention());