1 write to _actionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
60_actionDescriptor = pageContext.ActionDescriptor;
9 references to _actionDescriptor
Microsoft.AspNetCore.Mvc.RazorPages (9)
Infrastructure\PageActionInvoker.cs (9)
66private bool HasPageModel => _actionDescriptor.HandlerTypeInfo != _actionDescriptor.PageTypeInfo; 164if (_actionDescriptor.ModelTypeInfo == _actionDescriptor.PageTypeInfo) 182if (_actionDescriptor.BoundProperties.Count == 0 && (_handler == null || _handler.Parameters.Count == 0)) 204for (var i = 0; i < _actionDescriptor.HandlerMethods.Count; i++) 206if (object.ReferenceEquals(_handler, _actionDescriptor.HandlerMethods[i])) 258for (var i = 0; i < _actionDescriptor.HandlerMethods.Count; i++) 260if (object.ReferenceEquals(handler, _actionDescriptor.HandlerMethods[i]))