2 writes to Path
Diagnostics.EFCore.FunctionalTests (1)
MigrationsEndPointMiddlewareTest.cs (1)
94Path = path
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (1)
DatabaseErrorPageExtensions.cs (1)
51Path = options.MigrationsEndPointPath
2 references to Path
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (2)
MigrationsEndPointMiddleware.cs (1)
55if (context.Request.Path.Equals(_options.Path))
MigrationsEndPointOptions.cs (1)
16/// The default value for <see cref="Path"/>.