3 references to ExecuteScalarAsync
Aspire.Hosting.Azure.Tests (1)
AzureSqlPrincipalReconciliationTests.cs (1)
291var value = await command.ExecuteScalarAsync();
WebApplication1 (1)
Program.cs (1)
33var id = await command.ExecuteScalarAsync();
WebApplication2 (1)
Program.cs (1)
33var id = await command.ExecuteScalarAsync();