1 instantiation of ErrorPage
Microsoft.AspNetCore.Server.IIS (1)
StartupHook.cs (1)
58
var errorPage = new
ErrorPage
(model);
2 references to ErrorPage
Microsoft.AspNetCore.Server.IIS (2)
src\Shared\ErrorPage\ErrorPageModelBuilder.cs (1)
27
var currentAssembly = typeof(
ErrorPage
).Assembly;
StartupHook.cs (1)
58
var
errorPage = new ErrorPage(model);