5 writes to PageType
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\DefaultPageApplicationModelProvider.cs (1)
112PageType = pageTypeInfo,
ApplicationModels\PageApplicationModel.cs (1)
61PageType = other.PageType;
Microsoft.AspNetCore.Mvc.RazorPages.Test (3)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (3)
61PageType = typeof(TestPage).GetTypeInfo(), 112PageType = typeof(TestPage).GetTypeInfo(), 154PageType = typeof(TestPage).GetTypeInfo(),
7 references to PageType
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
57PageTypeInfo = applicationModel.PageType,
ApplicationModels\PageApplicationModel.cs (1)
61PageType = other.PageType;
Microsoft.AspNetCore.Mvc.RazorPages.Test (5)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (1)
86Assert.Same(pageApplicationModel.PageType, actual.PageTypeInfo);
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (4)
459Assert.Same(typeof(EmptyPage).GetTypeInfo(), pageModel.PageType); 481Assert.Same(typeof(EmptyPageWithPageModel).GetTypeInfo(), pageModel.PageType); 593Assert.Same(typeof(PageWithHandlerThatGetsIgnored).GetTypeInfo(), pageModel.PageType); 642Assert.Same(typeof(PageWithHandler).GetTypeInfo(), pageModel.PageType);