5 references to OpenAsync
Microsoft.AspNetCore.Identity.FunctionalTests (2)
MapIdentityApiTests.cs (2)
646
await dbConnection2.
OpenAsync
();
1309
await dbConnection.
OpenAsync
();
Microsoft.Extensions.Caching.Hybrid.Tests (1)
SqlServerTests.cs (1)
33
await conn.
OpenAsync
();
Microsoft.Extensions.Caching.SqlServer.Tests (1)
SqlServerCacheWithDatabaseTest.cs (1)
737
await connection.
OpenAsync
();
TestProject.IntegrationServiceA (1)
Postgres\PostgresExtensions.cs (1)
17
await connection.
OpenAsync
();