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