1 instantiation of ErrorPage
Microsoft.AspNetCore.Hosting (1)
Internal\ErrorPageBuilder.cs (1)
27
var errorPage = new
ErrorPage
(model);
2 references to ErrorPage
Microsoft.AspNetCore.Hosting (2)
Internal\ErrorPageBuilder.cs (1)
27
var
errorPage = new ErrorPage(model);
src\Shared\ErrorPage\ErrorPageModelBuilder.cs (1)
27
var currentAssembly = typeof(
ErrorPage
).Assembly;