2 writes to _viewContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
110
_viewContext
= new ViewContext(
149
_viewContext
= new ViewContext(
6 references to _viewContext
Microsoft.AspNetCore.Mvc.RazorPages (6)
Infrastructure\PageActionInvoker.cs (6)
96
return CacheEntry.ReleasePage(_pageContext,
_viewContext
!, _page);
108
if (
_viewContext
== null)
117
_viewContext
.ExecutingFilePath = _pageContext.ActionDescriptor.RelativePath;
122
_page = (PageBase)CacheEntry.PageFactory(_pageContext,
_viewContext
);
156
_viewContext
.ExecutingFilePath = _pageContext.ActionDescriptor.RelativePath;
160
_page = (PageBase)CacheEntry.PageFactory(_pageContext,
_viewContext
);