26 references to Exists
Aspire.Azure.AI.OpenAI (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Data.Tables (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Messaging.EventHubs (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Messaging.ServiceBus (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Messaging.WebPubSub (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Search.Documents (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Security.KeyVault (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Storage.Blobs (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Azure.Storage.Queues (1)
src\Components\Common\AzureComponent.cs (1)
63if (serviceKeySection.Exists())
Aspire.Hosting.Azure (1)
Provisioning\Provisioners\BicepProvisioner.cs (1)
33if (!section.Exists())
Aspire.Microsoft.EntityFrameworkCore.Cosmos (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
24if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
24if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
24if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Oracle.EntityFrameworkCore (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
24if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Pomelo.EntityFrameworkCore.MySql (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
24if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Microsoft.AspNetCore.BrowserTesting (7)
BrowserManagerConfiguration.cs (7)
80if (defaultBrowserOptions.Exists()) 86if (defaultContextOptions.Exists()) 92if (!browsersOptions.Exists()) 113defaultContextOptionsSection.Exists() ? LoadContextOptions(defaultContextOptionsSection) : null); 163return section.Exists() ? instance : default; 231if (!processArgsMap.Exists()) 296private static string[] BindArgumentMap(IConfigurationSection configuration) => configuration.Exists() switch
Microsoft.Extensions.Configuration.Abstractions (1)
ConfigurationExtensions.cs (1)
103if (section.Exists())
Microsoft.Extensions.ServiceDiscovery (3)
Configuration\ConfigurationServiceEndpointProvider.cs (3)
65if (!section.Exists()) 85if (candidate.Exists()) 101if (!namedSection.Exists())