2 writes to _viewContext
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageActionInvoker.cs (2)
112
_viewContext
= new ViewContext(
151
_viewContext
= new ViewContext(
6 references to _viewContext
Microsoft.AspNetCore.Mvc.RazorPages (6)
Infrastructure\PageActionInvoker.cs (6)
98
return CacheEntry.ReleasePage(_pageContext,
_viewContext
!, _page);
110
if (
_viewContext
== null)
119
_viewContext
.ExecutingFilePath = _pageContext.ActionDescriptor.RelativePath;
124
_page = (PageBase)CacheEntry.PageFactory(_pageContext,
_viewContext
);
158
_viewContext
.ExecutingFilePath = _pageContext.ActionDescriptor.RelativePath;
162
_page = (PageBase)CacheEntry.PageFactory(_pageContext,
_viewContext
);