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