3 writes to ModelType
Microsoft.AspNetCore.Identity.UI (1)
IdentityPageModelConvention.cs (1)
21model.ModelType = templateInstance.GetTypeInfo();
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\DefaultPageApplicationModelProvider.cs (1)
113ModelType = modelTypeInfo,
ApplicationModels\PageApplicationModel.cs (1)
62ModelType = other.ModelType;
6 references to ModelType
Microsoft.AspNetCore.Identity.UI (1)
IdentityPageModelConvention.cs (1)
13var defaultUIAttribute = model.ModelType?.GetCustomAttribute<IdentityDefaultUIAttribute>();
Microsoft.AspNetCore.Mvc.RazorPages (5)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (4)
33if (applicationModel.ModelType != null && applicationModel.DeclaredModelType != null && 34!applicationModel.DeclaredModelType.IsAssignableFrom(applicationModel.ModelType)) 38applicationModel.ModelType.Name, 55ModelTypeInfo = applicationModel.ModelType,
ApplicationModels\PageApplicationModel.cs (1)
62ModelType = other.ModelType;