1 write to _options
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageMiddleware.cs (1)
62
_options
= options.Value;
1 reference to _options
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageMiddleware.cs (1)
104
Model = new DatabaseErrorPageModel(exception, new DatabaseContextDetails[] { details },
_options
, httpContext.Request.PathBase)