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