32 references to Exists
Aspire.Azure.AI.Inference (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.AI.OpenAI (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Data.Tables (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Messaging.EventHubs (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Messaging.ServiceBus (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Messaging.WebPubSub (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Azure.Search.Documents (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Security.KeyVault (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Storage.Blobs (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Storage.Files.DataLake (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Azure.Storage.Queues (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.Hosting (1)
Ats\BuilderExports.cs (1)
126return configuration.GetSection(key).Exists();
Aspire.Microsoft.EntityFrameworkCore.Cosmos (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration (1)
src\Components\Common\AzureComponent.cs (1)
61if (serviceKeySection.Exists())
Aspire.MongoDB.EntityFrameworkCore (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Oracle.EntityFrameworkCore (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
Aspire.Pomelo.EntityFrameworkCore.MySql (1)
src\Components\Common\EntityFrameworkUtils.cs (1)
32if (typeSpecificConfigurationSection.Exists()) // https://github.com/dotnet/runtime/issues/91380
blazor-gateway (1)
BlazorGateway.cs (1)
49var hasProxy = proxySection.Exists();
Microsoft.AspNetCore.Diagnostics.Middleware (2)
Buffering\PerRequestLogBufferingConfigureOptions.cs (1)
28if (!section.Exists())
Logging\Internal\LoggingRedactionOptionsConfigureOptions.cs (1)
36if (!_section.Exists())
Microsoft.Extensions.Configuration.Abstractions (1)
ConfigurationExtensions.cs (1)
103if (section.Exists())
Microsoft.Extensions.Diagnostics (3)
Tracing\Configuration\TracingConfigureOptions.cs (3)
47if (enabledTracingSection.Exists()) 53if (enabledGlobalTracingSection.Exists()) 59if (enabledLocalTracingSection.Exists())
Microsoft.Extensions.Http.Diagnostics (1)
Logging\Internal\LoggingOptionsConfigureOptions.cs (1)
39if (!string.Equals(name, _name, StringComparison.Ordinal) || !_section.Exists())
Microsoft.Extensions.ServiceDiscovery (3)
Configuration\ConfigurationServiceEndpointProvider.cs (3)
64if (!section.Exists()) 84if (candidate.Exists()) 100if (!namedSection.Exists())
Microsoft.Extensions.Telemetry (1)
Sampling\RandomProbabilisticSamplerConfigureOptions.cs (1)
27if (!section.Exists())