1 write to _options
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseDeveloperPageExceptionFilter.cs (1)
38
_options
= options?.Value ?? throw new ArgumentNullException(nameof(options));
1 reference to _options
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseDeveloperPageExceptionFilter.cs (1)
81
Model = new DatabaseErrorPageModel(dbException, contextDetails,
_options
, errorContext.HttpContext.Request.PathBase)