1 write to CacheEntry
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
56CacheEntry = cacheEntry;
10 references to CacheEntry
Microsoft.AspNetCore.Mvc.RazorPages (10)
Infrastructure\PageActionInvoker.cs (10)
89if (_pageModel != null && CacheEntry.ReleaseModel != null) 91return CacheEntry.ReleaseModel(_pageContext, _pageModel); 94if (_page != null && CacheEntry.ReleasePage != null) 96return CacheEntry.ReleasePage(_pageContext, _viewContext!, _page); 122_page = (PageBase)CacheEntry.PageFactory(_pageContext, _viewContext); 138_pageModel = CacheEntry.ModelFactory!(_pageContext); 160_page = (PageBase)CacheEntry.PageFactory(_pageContext, _viewContext); 194await CacheEntry.PropertyBinder(_pageContext, _instance); 208handlerBinder = CacheEntry.HandlerBinders[i]; 262executor = CacheEntry.HandlerExecutors[i];