1 write to CacheEntry
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageActionInvoker.cs (1)
58CacheEntry = cacheEntry;
10 references to CacheEntry
Microsoft.AspNetCore.Mvc.RazorPages (10)
Infrastructure\PageActionInvoker.cs (10)
91if (_pageModel != null && CacheEntry.ReleaseModel != null) 93return CacheEntry.ReleaseModel(_pageContext, _pageModel); 96if (_page != null && CacheEntry.ReleasePage != null) 98return CacheEntry.ReleasePage(_pageContext, _viewContext!, _page); 124_page = (PageBase)CacheEntry.PageFactory(_pageContext, _viewContext); 140_pageModel = CacheEntry.ModelFactory!(_pageContext); 162_page = (PageBase)CacheEntry.PageFactory(_pageContext, _viewContext); 196await CacheEntry.PropertyBinder(_pageContext, _instance); 210handlerBinder = CacheEntry.HandlerBinders[i]; 264executor = CacheEntry.HandlerExecutors[i];