1 write to _connection
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
Utilities\ScratchDatabaseFixture.cs (1)
17_connection = new SqliteConnection($"DataSource=D{Guid.NewGuid()}.db");
3 references to _connection
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (3)
Utilities\ScratchDatabaseFixture.cs (3)
31.UseSqlite(_connection) 36public DbConnection Connection => _connection; 45_connection.Dispose();