7 references to OpenAsync
AzureVirtualNetworkEndToEnd.ApiService (1)
Program.cs (1)
38
await connection.
OpenAsync
();
Microsoft.Extensions.Caching.Hybrid.Tests (1)
SqlServerTests.cs (1)
33
await conn.
OpenAsync
();
TestProject.IntegrationServiceA (1)
Postgres\PostgresExtensions.cs (1)
17
await connection.
OpenAsync
();
WebApplication1 (2)
Program.cs (2)
11
await connection.
OpenAsync
();
31
await connection.
OpenAsync
();
WebApplication2 (2)
Program.cs (2)
11
await connection.
OpenAsync
();
31
await connection.
OpenAsync
();