2 instantiations of RazorView
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
471var view = new RazorView(this, _pageActivator, viewStarts, page, _htmlEncoder, _diagnosticListener);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageResultExecutor.cs (1)
72viewContext.View = new RazorView(
3 references to RazorView
Microsoft.AspNetCore.Mvc.Razor (3)
IRazorPage.cs (1)
10/// Represents properties and methods that are used by <see cref="RazorView"/> for execution.
RazorView.cs (1)
28/// Initializes a new instance of <see cref="RazorView"/>
RazorViewEngine.cs (1)
471var view = new RazorView(this, _pageActivator, viewStarts, page, _htmlEncoder, _diagnosticListener);