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