15 writes to HandlerTypeInfo
Microsoft.AspNetCore.Mvc.IntegrationTests (1)
BindPropertyIntegrationTest.cs (1)
202HandlerTypeInfo = typeInfo,
Microsoft.AspNetCore.Mvc.RazorPages (1)
ApplicationModels\CompiledPageActionDescriptorBuilder.cs (1)
53HandlerTypeInfo = applicationModel.HandlerType,
Microsoft.AspNetCore.Mvc.RazorPages.Test (13)
Infrastructure\PageActionInvokerProviderTest.cs (1)
484HandlerTypeInfo = modelTypeInfo ?? pageTypeInfo,
Infrastructure\PageActionInvokerTest.cs (4)
1448HandlerTypeInfo = typeof(TestPage).GetTypeInfo(), 1582HandlerTypeInfo = typeof(TestPage).GetTypeInfo(), 1610HandlerTypeInfo = typeof(TestPage).GetTypeInfo(), 1638HandlerTypeInfo = typeof(TestPageModel).GetTypeInfo(),
Infrastructure\PageBinderFactoryTest.cs (8)
205HandlerTypeInfo = type, 264HandlerTypeInfo = typeof(PageModelWithProperty).GetTypeInfo(), 318HandlerTypeInfo = type, 377HandlerTypeInfo = type, 436HandlerTypeInfo = type, 487HandlerTypeInfo = type, 534HandlerTypeInfo = type, 761HandlerTypeInfo = type.GetTypeInfo(),
4 references to HandlerTypeInfo
Microsoft.AspNetCore.Mvc.RazorPages (3)
Infrastructure\PageActionInvoker.cs (1)
66private bool HasPageModel => _actionDescriptor.HandlerTypeInfo != _actionDescriptor.PageTypeInfo;
Infrastructure\PageBinderFactory.cs (2)
28var handlerType = actionDescriptor.HandlerTypeInfo.AsType(); 94var handlerType = actionDescriptor.HandlerTypeInfo.AsType();
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
ApplicationModels\CompiledPageActionDescriptorBuilderTest.cs (1)
89Assert.Same(pageApplicationModel.HandlerType, actual.HandlerTypeInfo);