3 writes to Page
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\DefaultPageApplicationModelProvider.cs (1)
133propertyModel.Page = pageModel;
ApplicationModels\PagePropertyModel.cs (1)
38Page = other.Page;
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\CompiledPageActionDescriptorFactoryTest.cs (1)
333Page = applicationModel,
2 references to Page
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\PagePropertyModel.cs (1)
38Page = other.Page;
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\CompiledPageActionDescriptorFactoryTest.cs (1)
342model.Page.HandlerProperties.Remove(model);