706 references to ThrowIfNullOrEmpty
Aspire.Azure.AI.OpenAI (4)
AspireAzureOpenAIExtensions.cs (2)
45ArgumentException.ThrowIfNullOrEmpty(connectionName); 73ArgumentException.ThrowIfNullOrEmpty(name);
AspireConfigurableOpenAIExtensions.cs (2)
34ArgumentException.ThrowIfNullOrEmpty(connectionName); 60ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Data.Tables (2)
AspireTablesExtensions.cs (2)
41ArgumentException.ThrowIfNullOrEmpty(connectionName); 63ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Messaging.EventHubs (10)
AspireEventHubsExtensions.cs (10)
37ArgumentException.ThrowIfNullOrEmpty(connectionName); 60ArgumentException.ThrowIfNullOrEmpty(name); 83ArgumentException.ThrowIfNullOrEmpty(connectionName); 106ArgumentException.ThrowIfNullOrEmpty(name); 129ArgumentException.ThrowIfNullOrEmpty(connectionName); 152ArgumentException.ThrowIfNullOrEmpty(name); 176ArgumentException.ThrowIfNullOrEmpty(connectionName); 200ArgumentException.ThrowIfNullOrEmpty(name); 223ArgumentException.ThrowIfNullOrEmpty(connectionName); 247ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Messaging.ServiceBus (2)
AspireServiceBusExtensions.cs (2)
41ArgumentException.ThrowIfNullOrEmpty(connectionName); 62ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Messaging.WebPubSub (4)
AspireWebPubSubExtensions.cs (4)
40ArgumentException.ThrowIfNullOrEmpty(connectionName); 63ArgumentException.ThrowIfNullOrEmpty(connectionName); 64ArgumentException.ThrowIfNullOrEmpty(serviceKey); 95ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Azure.Npgsql (2)
AspireAzureNpgsqlExtensions.cs (2)
32ArgumentException.ThrowIfNullOrEmpty(connectionName); 61ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL (1)
AspireAzureEFPostgreSqlExtensions.cs (1)
53ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Azure.Search.Documents (2)
AspireAzureSearchExtensions.cs (2)
41ArgumentException.ThrowIfNullOrEmpty(connectionName); 61ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Security.KeyVault (7)
AspireKeyVaultExtensions.cs (7)
41ArgumentException.ThrowIfNullOrEmpty(connectionName); 64ArgumentException.ThrowIfNullOrEmpty(name); 86ArgumentException.ThrowIfNullOrEmpty(connectionName); 108ArgumentException.ThrowIfNullOrEmpty(name); 130ArgumentException.ThrowIfNullOrEmpty(connectionName); 152ArgumentException.ThrowIfNullOrEmpty(name); 174ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Azure.Storage.Blobs (4)
AspireBlobStorageExtensions.cs (4)
43ArgumentException.ThrowIfNullOrEmpty(connectionName); 75ArgumentException.ThrowIfNullOrEmpty(name); 106ArgumentException.ThrowIfNullOrEmpty(connectionName); 140ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Azure.Storage.Queues (2)
AspireQueueStorageExtensions.cs (2)
42ArgumentException.ThrowIfNullOrEmpty(connectionName); 64ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Confluent.Kafka (14)
AspireKafkaConsumerExtensions.cs (7)
59ArgumentException.ThrowIfNullOrEmpty(name); 67ArgumentException.ThrowIfNullOrEmpty(name); 75ArgumentException.ThrowIfNullOrEmpty(name); 83ArgumentException.ThrowIfNullOrEmpty(name); 91ArgumentException.ThrowIfNullOrEmpty(name); 106ArgumentException.ThrowIfNullOrEmpty(name); 119ArgumentException.ThrowIfNullOrEmpty(connectionName);
AspireKafkaProducerExtensions.cs (7)
59ArgumentException.ThrowIfNullOrEmpty(name); 67ArgumentException.ThrowIfNullOrEmpty(name); 75ArgumentException.ThrowIfNullOrEmpty(name); 83ArgumentException.ThrowIfNullOrEmpty(name); 91ArgumentException.ThrowIfNullOrEmpty(name); 106ArgumentException.ThrowIfNullOrEmpty(name); 119ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.EndToEnd.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
401ArgumentException.ThrowIfNullOrEmpty(dashboardUrl, nameof(dashboardUrl));
tests\Shared\TemplatesTesting\TemplateCustomHive.cs (1)
26ArgumentException.ThrowIfNullOrEmpty(customHiveDirName, nameof(customHiveDirName));
Aspire.Hosting (9)
ApplicationModel\ExecutableResource.cs (1)
39ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
ContainerResourceBuilderExtensions.cs (3)
478ArgumentException.ThrowIfNullOrEmpty(contextPath); 592ArgumentException.ThrowIfNullOrEmpty(name); 689ArgumentException.ThrowIfNullOrEmpty(name);
Devcontainers\Codespaces\CodespacesOptions.cs (1)
50ArgumentException.ThrowIfNullOrEmpty(key);
Devcontainers\DevcontainerSettingsWriter.cs (3)
26ArgumentException.ThrowIfNullOrEmpty(url); 27ArgumentException.ThrowIfNullOrEmpty(protocol); 28ArgumentException.ThrowIfNullOrEmpty(label);
DistributedApplicationBuilderExtensions.cs (1)
63ArgumentException.ThrowIfNullOrEmpty(name, nameof(name));
Aspire.Hosting.Azure (3)
AzureProvisioningResourceExtensions.cs (2)
219ArgumentException.ThrowIfNullOrEmpty(parameterName); 245ArgumentException.ThrowIfNullOrEmpty(parameterName);
AzureUserAssignedIdentityExtensions.cs (1)
31ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.AppConfiguration (1)
AzureAppConfigurationExtensions.cs (1)
32ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.ApplicationInsights (1)
AzureApplicationInsightsExtensions.cs (1)
39ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.CognitiveServices (8)
AzureOpenAIDeployment.cs (1)
59ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureOpenAIDeploymentResource.cs (3)
35ArgumentException.ThrowIfNullOrEmpty(modelName); 36ArgumentException.ThrowIfNullOrEmpty(modelVersion); 108ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureOpenAIExtensions.cs (4)
33ArgumentException.ThrowIfNullOrEmpty(name); 168ArgumentException.ThrowIfNullOrEmpty(name); 169ArgumentException.ThrowIfNullOrEmpty(modelName); 170ArgumentException.ThrowIfNullOrEmpty(modelVersion);
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryExtensions.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.CosmosDB (7)
AzureCosmosDBContainerResource.cs (1)
60ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureCosmosDBDatabaseResource.cs (1)
57ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureCosmosDBExtensions.cs (5)
34ArgumentException.ThrowIfNullOrEmpty(name); 232ArgumentException.ThrowIfNullOrEmpty(databaseName); 249ArgumentException.ThrowIfNullOrEmpty(name); 271ArgumentException.ThrowIfNullOrEmpty(name); 272ArgumentException.ThrowIfNullOrEmpty(partitionKeyPath);
Aspire.Hosting.Azure.EventHubs (7)
AzureEventHubConsumerGroupResource.cs (1)
66ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureEventHubResource.cs (1)
115ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureEventHubsExtensions.cs (5)
43ArgumentException.ThrowIfNullOrEmpty(name); 113ArgumentException.ThrowIfNullOrEmpty(name); 130ArgumentException.ThrowIfNullOrEmpty(name); 170ArgumentException.ThrowIfNullOrEmpty(name); 414ArgumentException.ThrowIfNullOrEmpty(path);
Aspire.Hosting.Azure.Functions (1)
AzureFunctionsProjectResourceExtensions.cs (1)
39ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.KeyVault (1)
AzureKeyVaultResource.cs (1)
53ArgumentException.ThrowIfNullOrEmpty(secretName, nameof(secretName));
Aspire.Hosting.Azure.PostgreSQL (3)
AzurePostgresExtensions.cs (2)
139ArgumentException.ThrowIfNullOrEmpty(name); 158ArgumentException.ThrowIfNullOrEmpty(name);
AzurePostgresFlexibleServerDatabaseResource.cs (1)
46ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.Azure.Redis (1)
AzureRedisExtensions.cs (1)
119ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.Search (1)
AzureSearchExtensions.cs (1)
34ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.ServiceBus (15)
AzureServiceBusExtensions.cs (11)
42ArgumentException.ThrowIfNullOrEmpty(name); 126ArgumentException.ThrowIfNullOrEmpty(name); 143ArgumentException.ThrowIfNullOrEmpty(name); 179ArgumentException.ThrowIfNullOrEmpty(name); 196ArgumentException.ThrowIfNullOrEmpty(name); 203ArgumentException.ThrowIfNullOrEmpty(subscription); 220ArgumentException.ThrowIfNullOrEmpty(name); 258ArgumentException.ThrowIfNullOrEmpty(topicName); 259ArgumentException.ThrowIfNullOrEmpty(subscriptionName); 286ArgumentException.ThrowIfNullOrEmpty(name); 494ArgumentException.ThrowIfNullOrEmpty(path);
AzureServiceBusQueueResource.cs (1)
204ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureServiceBusRule.cs (1)
187ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureServiceBusSubscriptionResource.cs (1)
189ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureServiceBusTopicResource.cs (1)
132ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.Azure.SignalR (1)
AzureSignalRExtensions.cs (1)
56ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.Sql (3)
AzureSqlDatabaseResource.cs (1)
57ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureSqlExtensions.cs (2)
78ArgumentException.ThrowIfNullOrEmpty(name); 106ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.Storage (6)
AzureBlobStorageContainerResource.cs (1)
53ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AzureStorageExtensions.cs (5)
40ArgumentException.ThrowIfNullOrEmpty(name); 308ArgumentException.ThrowIfNullOrEmpty(name); 324ArgumentException.ThrowIfNullOrEmpty(name); 344ArgumentException.ThrowIfNullOrEmpty(name); 359ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Azure.WebPubSub (4)
AzureWebPubSubExtensions.cs (4)
35ArgumentException.ThrowIfNullOrEmpty(name); 156ArgumentException.ThrowIfNullOrEmpty(name); 189ArgumentException.ThrowIfNullOrEmpty(userEventPattern); 216ArgumentException.ThrowIfNullOrEmpty(userEventPattern);
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentExtensions.cs (1)
27ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Garnet (2)
GarnetBuilderExtensions.cs (2)
101ArgumentException.ThrowIfNullOrEmpty(name); 230ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Hosting.Kafka (2)
KafkaBuilderExtensions.cs (2)
35ArgumentException.ThrowIfNullOrEmpty(name); 193ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Hosting.Keycloak (3)
KeycloakResourceBuilderExtensions.cs (3)
53ArgumentException.ThrowIfNullOrEmpty(name); 132ArgumentException.ThrowIfNullOrEmpty(source); 160ArgumentException.ThrowIfNullOrEmpty(import);
Aspire.Hosting.Kubernetes (1)
KubernetesEnvironmentExtensions.cs (1)
26ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Hosting.Milvus (5)
MilvusBuilderExtensions.cs (4)
47ArgumentException.ThrowIfNullOrEmpty(name); 98ArgumentException.ThrowIfNullOrEmpty(name); 174ArgumentException.ThrowIfNullOrEmpty(source); 188ArgumentException.ThrowIfNullOrEmpty(configurationFilePath);
MilvusDatabaseResource.cs (1)
36ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.MongoDB (5)
MongoDBBuilderExtensions.cs (4)
54ArgumentException.ThrowIfNullOrEmpty(name); 103ArgumentException.ThrowIfNullOrEmpty(name); 208ArgumentException.ThrowIfNullOrEmpty(source); 223ArgumentException.ThrowIfNullOrEmpty(source);
MongoDBDatabaseResource.cs (1)
35ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.MySql (5)
MySqlBuilderExtensions.cs (4)
35ArgumentException.ThrowIfNullOrEmpty(name); 98ArgumentException.ThrowIfNullOrEmpty(name); 308ArgumentException.ThrowIfNullOrEmpty(source); 323ArgumentException.ThrowIfNullOrEmpty(source);
MySqlDatabaseResource.cs (1)
46ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.Nats (2)
NatsBuilderExtensions.cs (2)
52ArgumentException.ThrowIfNullOrEmpty(name); 166ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Hosting.NodeJs (5)
NodeExtensions.cs (5)
26ArgumentException.ThrowIfNullOrEmpty(name); 27ArgumentException.ThrowIfNullOrEmpty(scriptPath); 54ArgumentException.ThrowIfNullOrEmpty(name); 55ArgumentException.ThrowIfNullOrEmpty(workingDirectory); 56ArgumentException.ThrowIfNullOrEmpty(scriptName);
Aspire.Hosting.Oracle (6)
OracleDatabaseBuilderExtensions.cs (5)
35ArgumentException.ThrowIfNullOrEmpty(name); 81ArgumentException.ThrowIfNullOrEmpty(name); 113ArgumentException.ThrowIfNullOrEmpty(source); 127ArgumentException.ThrowIfNullOrEmpty(source); 141ArgumentException.ThrowIfNullOrEmpty(source);
OracleDatabaseResource.cs (1)
36ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.PostgreSQL (5)
PostgresBuilderExtensions.cs (4)
48ArgumentException.ThrowIfNullOrEmpty(name); 141ArgumentException.ThrowIfNullOrEmpty(name); 386ArgumentException.ThrowIfNullOrEmpty(source); 401ArgumentException.ThrowIfNullOrEmpty(source);
PostgresDatabaseResource.cs (1)
46ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.Python (8)
PythonAppResourceBuilderExtensions.cs (4)
110ArgumentException.ThrowIfNullOrEmpty(name); 111ArgumentException.ThrowIfNullOrEmpty(appDirectory); 112ArgumentException.ThrowIfNullOrEmpty(scriptPath); 113ArgumentException.ThrowIfNullOrEmpty(virtualEnvironmentPath);
PythonProjectResourceBuilderExtensions.cs (4)
113ArgumentException.ThrowIfNullOrEmpty(name); 114ArgumentException.ThrowIfNullOrEmpty(projectDirectory); 115ArgumentException.ThrowIfNullOrEmpty(scriptPath); 116ArgumentException.ThrowIfNullOrEmpty(virtualEnvironmentPath);
Aspire.Hosting.Qdrant (2)
QdrantBuilderExtensions.cs (2)
44ArgumentException.ThrowIfNullOrEmpty(name); 125ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Hosting.RabbitMQ (2)
RabbitMQBuilderExtensions.cs (2)
36ArgumentException.ThrowIfNullOrEmpty(name); 113ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Hosting.Redis (2)
RedisBuilderExtensions.cs (2)
348ArgumentException.ThrowIfNullOrEmpty(source); 411ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Hosting.SqlServer (4)
SqlServerBuilderExtensions.cs (3)
39ArgumentException.ThrowIfNullOrEmpty(name); 104ArgumentException.ThrowIfNullOrEmpty(name); 161ArgumentException.ThrowIfNullOrEmpty(source);
SqlServerDatabaseResource.cs (1)
47ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Aspire.Hosting.Testing (6)
DistributedApplicationFactory.cs (3)
83ArgumentException.ThrowIfNullOrEmpty(resourceName); 97ArgumentException.ThrowIfNullOrEmpty(resourceName); 113ArgumentException.ThrowIfNullOrEmpty(resourceName);
DistributedApplicationHostingTestingExtensions.cs (3)
26ArgumentException.ThrowIfNullOrEmpty(resourceName); 47ArgumentException.ThrowIfNullOrEmpty(resourceName); 70ArgumentException.ThrowIfNullOrEmpty(resourceName);
Aspire.Hosting.Testing.Tests (1)
tests\Aspire.Hosting.Tests\Utils\LoggerNotificationExtensions.cs (1)
26ArgumentException.ThrowIfNullOrEmpty(logText);
Aspire.Hosting.Tests (1)
Utils\LoggerNotificationExtensions.cs (1)
26ArgumentException.ThrowIfNullOrEmpty(logText);
Aspire.Hosting.Valkey (3)
ValkeyBuilderExtensions.cs (3)
63ArgumentException.ThrowIfNullOrEmpty(name); 114ArgumentException.ThrowIfNullOrEmpty(name); 245ArgumentException.ThrowIfNullOrEmpty(source);
Aspire.Keycloak.Authentication (6)
AspireKeycloakExtensions.cs (6)
80ArgumentException.ThrowIfNullOrEmpty(serviceName); 81ArgumentException.ThrowIfNullOrEmpty(realm); 82ArgumentException.ThrowIfNullOrEmpty(authenticationScheme); 162ArgumentException.ThrowIfNullOrEmpty(serviceName); 163ArgumentException.ThrowIfNullOrEmpty(realm); 164ArgumentException.ThrowIfNullOrEmpty(authenticationScheme);
Aspire.Microsoft.Azure.Cosmos (2)
AspireMicrosoftAzureCosmosExtensions.cs (2)
94ArgumentException.ThrowIfNullOrEmpty(name); 191ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Microsoft.Data.SqlClient (2)
AspireSqlServerSqlClientExtensions.cs (2)
45ArgumentException.ThrowIfNullOrEmpty(name); 57ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Microsoft.EntityFrameworkCore.Cosmos (3)
AspireAzureEFCoreCosmosExtensions.cs (3)
44ArgumentException.ThrowIfNullOrEmpty(connectionName); 88ArgumentException.ThrowIfNullOrEmpty(connectionName); 89ArgumentException.ThrowIfNullOrEmpty(databaseName);
Aspire.Microsoft.EntityFrameworkCore.SqlServer (1)
AspireSqlServerEFCoreSqlClientExtensions.cs (1)
44ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Milvus.Client (2)
AspireMilvusExtensions.cs (2)
52ArgumentException.ThrowIfNullOrEmpty(name); 64ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.MongoDB.Driver (2)
AspireMongoDBDriverExtensions.cs (2)
57ArgumentException.ThrowIfNullOrEmpty(name); 75ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.MySqlConnector (2)
AspireMySqlConnectorExtensions.cs (2)
48ArgumentException.ThrowIfNullOrEmpty(name); 60ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.NATS.Net (7)
AspireNatsClientExtensions.cs (7)
62ArgumentException.ThrowIfNullOrEmpty(name); 70ArgumentException.ThrowIfNullOrEmpty(name); 78ArgumentException.ThrowIfNullOrEmpty(name); 86ArgumentException.ThrowIfNullOrEmpty(name); 94ArgumentException.ThrowIfNullOrEmpty(name); 112ArgumentException.ThrowIfNullOrEmpty(name); 120ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Npgsql (2)
AspirePostgreSqlNpgsqlExtensions.cs (2)
49ArgumentException.ThrowIfNullOrEmpty(name); 58ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL (1)
AspireEFPostgreSqlExtensions.cs (1)
52ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.OpenAI (4)
AspireOpenAIClientBuilder.cs (1)
93ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
AspireOpenAIClientBuilderChatClientExtensions.cs (1)
46ArgumentException.ThrowIfNullOrEmpty(serviceKey);
AspireOpenAIClientBuilderEmbeddingGeneratorExtensions.cs (1)
46ArgumentException.ThrowIfNullOrEmpty(serviceKey);
AspireOpenAIExtensions.cs (1)
52ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Oracle.EntityFrameworkCore (1)
AspireOracleEFCoreExtensions.cs (1)
45ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Playground.Tests (1)
tests\Aspire.Hosting.Tests\Utils\LoggerNotificationExtensions.cs (1)
26ArgumentException.ThrowIfNullOrEmpty(logText);
Aspire.Pomelo.EntityFrameworkCore.MySql (1)
AspireEFMySqlExtensions.cs (1)
57ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Qdrant.Client (2)
AspireQdrantExtensions.cs (2)
50ArgumentException.ThrowIfNullOrEmpty(name); 62ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.RabbitMQ.Client (2)
src\Components\Aspire.RabbitMQ.Client\AspireRabbitMQExtensions.cs (2)
60ArgumentException.ThrowIfNullOrEmpty(name); 73ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.Seq (1)
AspireSeqExtensions.cs (1)
35ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.StackExchange.Redis (2)
AspireRedisExtensions.cs (2)
56ArgumentException.ThrowIfNullOrEmpty(name); 69ArgumentException.ThrowIfNullOrEmpty(connectionName);
Aspire.StackExchange.Redis.DistributedCaching (2)
AspireRedisDistributedCacheExtensions.cs (2)
37ArgumentException.ThrowIfNullOrEmpty(connectionName); 67ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.StackExchange.Redis.OutputCaching (2)
AspireRedisOutputCacheExtensions.cs (2)
36ArgumentException.ThrowIfNullOrEmpty(connectionName); 66ArgumentException.ThrowIfNullOrEmpty(name);
Aspire.Templates.Tests (2)
tests\Shared\TemplatesTesting\AspireProject.cs (1)
401ArgumentException.ThrowIfNullOrEmpty(dashboardUrl, nameof(dashboardUrl));
tests\Shared\TemplatesTesting\TemplateCustomHive.cs (1)
26ArgumentException.ThrowIfNullOrEmpty(customHiveDirName, nameof(customHiveDirName));
dotnet-openapi (9)
Commands\AddFileCommand.cs (2)
34ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 63ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value);
Commands\AddProjectCommand.cs (1)
53ArgumentException.ThrowIfNullOrEmpty(_sourceProjectArg.Value);
Commands\AddURLCommand.cs (2)
34ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 52ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value);
Commands\RefreshCommand.cs (2)
29ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value); 58ArgumentException.ThrowIfNullOrEmpty(_sourceFileArg.Value);
Commands\RemoveCommand.cs (2)
29ArgumentException.ThrowIfNullOrEmpty(_sourceProjectArg.Value); 75ArgumentException.ThrowIfNullOrEmpty(_sourceProjectArg.Value);
dotnet-sql-cache (2)
SqlQueries.cs (2)
33ArgumentException.ThrowIfNullOrEmpty(schemaName); 34ArgumentException.ThrowIfNullOrEmpty(tableName);
dotnet-user-jwts (1)
src\Tools\Shared\SecretsHelpers\MsBuildProjectFinder.cs (1)
14ArgumentException.ThrowIfNullOrEmpty(directory);
dotnet-user-secrets (1)
src\Tools\Shared\SecretsHelpers\MsBuildProjectFinder.cs (1)
14ArgumentException.ThrowIfNullOrEmpty(directory);
Microsoft.AspNetCore.Authentication.Facebook (2)
FacebookOptions.cs (2)
53ArgumentException.ThrowIfNullOrEmpty(AppId); 54ArgumentException.ThrowIfNullOrEmpty(AppSecret);
Microsoft.AspNetCore.Authentication.Negotiate (2)
LdapSettings.cs (1)
85ArgumentException.ThrowIfNullOrEmpty(Domain);
NegotiateOptions.cs (1)
48ArgumentException.ThrowIfNullOrEmpty(domain);
Microsoft.AspNetCore.Authentication.OAuth (4)
OAuthOptions.cs (4)
29ArgumentException.ThrowIfNullOrEmpty(ClientId); 30ArgumentException.ThrowIfNullOrEmpty(ClientSecret); 31ArgumentException.ThrowIfNullOrEmpty(AuthorizationEndpoint); 32ArgumentException.ThrowIfNullOrEmpty(TokenEndpoint);
Microsoft.AspNetCore.Authentication.OpenIdConnect (3)
OpenIdConnectHandler.cs (2)
554ArgumentException.ThrowIfNullOrEmpty(parEndpoint); 1156ArgumentException.ThrowIfNullOrEmpty(nonce);
OpenIdConnectOptions.cs (1)
100ArgumentException.ThrowIfNullOrEmpty(ClientId);
Microsoft.AspNetCore.Authentication.Twitter (2)
TwitterOptions.cs (2)
107ArgumentException.ThrowIfNullOrEmpty(ConsumerKey); 108ArgumentException.ThrowIfNullOrEmpty(ConsumerSecret);
Microsoft.AspNetCore.Components (5)
Rendering\RenderTreeBuilder.cs (1)
671ArgumentException.ThrowIfNullOrEmpty(assignedName);
src\Http\Routing\src\Patterns\RoutePatternFactory.cs (4)
730ArgumentException.ThrowIfNullOrEmpty(content); 753ArgumentException.ThrowIfNullOrEmpty(content); 990ArgumentException.ThrowIfNullOrEmpty(constraint); 1020ArgumentException.ThrowIfNullOrEmpty(parameterPolicy);
Microsoft.AspNetCore.Components.Endpoints (1)
Discovery\AssemblyComponentLibraryDescriptor.cs (1)
24ArgumentException.ThrowIfNullOrEmpty(nameof(name));
Microsoft.AspNetCore.Components.Server (3)
ProtectedBrowserStorage\ProtectedBrowserStorage.cs (3)
36ArgumentException.ThrowIfNullOrEmpty(storeName); 71ArgumentException.ThrowIfNullOrEmpty(purpose); 72ArgumentException.ThrowIfNullOrEmpty(key);
Microsoft.AspNetCore.Components.Web (1)
JSComponents\JSComponentConfigurationStore.cs (1)
59ArgumentException.ThrowIfNullOrEmpty(javaScriptInitializer);
Microsoft.AspNetCore.CookiePolicy (1)
CookiePolicyOptions.cs (1)
62ArgumentException.ThrowIfNullOrEmpty(value);
Microsoft.AspNetCore.Hosting (2)
Internal\HostingEnvironmentExtensions.cs (2)
16ArgumentException.ThrowIfNullOrEmpty(contentRootPath); 67ArgumentException.ThrowIfNullOrEmpty(contentRootPath);
Microsoft.AspNetCore.Http (1)
Timeouts\RequestTimeoutOptions.cs (1)
43ArgumentException.ThrowIfNullOrEmpty(policyName);
Microsoft.AspNetCore.Http.Abstractions (2)
Internal\ParsingHelpers.cs (2)
52ArgumentException.ThrowIfNullOrEmpty(key); 90ArgumentException.ThrowIfNullOrEmpty(key);
Microsoft.AspNetCore.Http.Results (4)
TypedResults.cs (4)
511ArgumentException.ThrowIfNullOrEmpty(path); 544ArgumentException.ThrowIfNullOrEmpty(path); 570ArgumentException.ThrowIfNullOrEmpty(url); 590ArgumentException.ThrowIfNullOrEmpty(localUrl);
Microsoft.AspNetCore.HttpLogging (2)
W3CLoggerOptions.cs (2)
67ArgumentException.ThrowIfNullOrEmpty(value); 83ArgumentException.ThrowIfNullOrEmpty(value);
Microsoft.AspNetCore.Identity.EntityFrameworkCore (1)
UserStore.cs (1)
608ArgumentException.ThrowIfNullOrEmpty(normalizedRoleName);
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryStore.cs (1)
60ArgumentException.ThrowIfNullOrEmpty(roleName);
Microsoft.AspNetCore.InternalTesting (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.AspNetCore.Mvc.Abstractions (1)
ModelBinding\Metadata\ModelMetadataIdentity.cs (1)
54ArgumentException.ThrowIfNullOrEmpty(name);
Microsoft.AspNetCore.Mvc.Core (19)
ApiConventionMethodAttribute.cs (1)
42ArgumentException.ThrowIfNullOrEmpty(methodName);
ApplicationParts\ProvideApplicationPartFactoryAttribute.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(factoryTypeName);
ApplicationParts\RelatedAssemblyAttribute.cs (1)
23ArgumentException.ThrowIfNullOrEmpty(assemblyFileName);
AreaAttribute.cs (1)
21ArgumentException.ThrowIfNullOrEmpty(areaName);
Builder\ControllerEndpointRouteBuilderExtensions.cs (1)
153ArgumentException.ThrowIfNullOrEmpty(areaName);
Builder\MvcAreaRouteBuilderExtensions.cs (1)
121ArgumentException.ThrowIfNullOrEmpty(areaName);
ControllerBase.cs (8)
330ArgumentException.ThrowIfNullOrEmpty(url); 344ArgumentException.ThrowIfNullOrEmpty(url); 359ArgumentException.ThrowIfNullOrEmpty(url); 374ArgumentException.ThrowIfNullOrEmpty(url); 388ArgumentException.ThrowIfNullOrEmpty(localUrl); 402ArgumentException.ThrowIfNullOrEmpty(localUrl); 417ArgumentException.ThrowIfNullOrEmpty(localUrl); 432ArgumentException.ThrowIfNullOrEmpty(localUrl);
Formatters\FormatterMappings.cs (1)
95ArgumentException.ThrowIfNullOrEmpty(format);
LocalRedirectResult.cs (2)
48ArgumentException.ThrowIfNullOrEmpty(localUrl); 75ArgumentException.ThrowIfNullOrEmpty(value);
RedirectResult.cs (2)
51ArgumentException.ThrowIfNullOrEmpty(url); 77ArgumentException.ThrowIfNullOrEmpty(value);
Microsoft.AspNetCore.Mvc.DataAnnotations (1)
DataTypeAttributeAdapter.cs (1)
19ArgumentException.ThrowIfNullOrEmpty(ruleName);
Microsoft.AspNetCore.Mvc.Razor (5)
RazorFileHierarchy.cs (1)
14ArgumentException.ThrowIfNullOrEmpty(path);
RazorViewEngine.cs (4)
110ArgumentException.ThrowIfNullOrEmpty(pageName); 133ArgumentException.ThrowIfNullOrEmpty(pagePath); 158ArgumentException.ThrowIfNullOrEmpty(viewName); 173ArgumentException.ThrowIfNullOrEmpty(viewPath);
Microsoft.AspNetCore.Mvc.RazorPages (40)
ApplicationModels\PageConventionCollection.cs (6)
89ArgumentException.ThrowIfNullOrEmpty(areaName); 133ArgumentException.ThrowIfNullOrEmpty(areaName); 174ArgumentException.ThrowIfNullOrEmpty(areaName); 215ArgumentException.ThrowIfNullOrEmpty(areaName); 252ArgumentException.ThrowIfNullOrEmpty(pageName); 263ArgumentException.ThrowIfNullOrEmpty(folderPath);
DependencyInjection\MvcRazorPagesMvcBuilderExtensions.cs (1)
41ArgumentException.ThrowIfNullOrEmpty(rootDirectory);
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (1)
72ArgumentException.ThrowIfNullOrEmpty(rootDirectory);
DependencyInjection\PageConventionCollectionExtensions.cs (15)
74ArgumentException.ThrowIfNullOrEmpty(pageName); 109ArgumentException.ThrowIfNullOrEmpty(areaName); 110ArgumentException.ThrowIfNullOrEmpty(pageName); 135ArgumentException.ThrowIfNullOrEmpty(folderPath); 170ArgumentException.ThrowIfNullOrEmpty(areaName); 171ArgumentException.ThrowIfNullOrEmpty(folderPath); 197ArgumentException.ThrowIfNullOrEmpty(pageName); 259ArgumentException.ThrowIfNullOrEmpty(areaName); 260ArgumentException.ThrowIfNullOrEmpty(pageName); 286ArgumentException.ThrowIfNullOrEmpty(folderPath); 348ArgumentException.ThrowIfNullOrEmpty(areaName); 349ArgumentException.ThrowIfNullOrEmpty(folderPath); 379ArgumentException.ThrowIfNullOrEmpty(pageName); 413ArgumentException.ThrowIfNullOrEmpty(areaName); 414ArgumentException.ThrowIfNullOrEmpty(pageName);
PageBase.cs (8)
413ArgumentException.ThrowIfNullOrEmpty(localUrl); 426ArgumentException.ThrowIfNullOrEmpty(localUrl); 440ArgumentException.ThrowIfNullOrEmpty(localUrl); 454ArgumentException.ThrowIfNullOrEmpty(localUrl); 490ArgumentException.ThrowIfNullOrEmpty(url); 503ArgumentException.ThrowIfNullOrEmpty(url); 517ArgumentException.ThrowIfNullOrEmpty(url); 531ArgumentException.ThrowIfNullOrEmpty(url);
PageModel.cs (8)
720ArgumentException.ThrowIfNullOrEmpty(localUrl); 733ArgumentException.ThrowIfNullOrEmpty(localUrl); 747ArgumentException.ThrowIfNullOrEmpty(localUrl); 761ArgumentException.ThrowIfNullOrEmpty(localUrl); 819ArgumentException.ThrowIfNullOrEmpty(url); 832ArgumentException.ThrowIfNullOrEmpty(url); 846ArgumentException.ThrowIfNullOrEmpty(url); 860ArgumentException.ThrowIfNullOrEmpty(url);
RazorPagesOptions.cs (1)
33ArgumentException.ThrowIfNullOrEmpty(value);
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
RemoteAttributeBase.cs (2)
83ArgumentException.ThrowIfNullOrEmpty(property); 104ArgumentException.ThrowIfNullOrEmpty(property);
Rendering\TagBuilder.cs (2)
37ArgumentException.ThrowIfNullOrEmpty(tagName); 279ArgumentException.ThrowIfNullOrEmpty(key);
ViewEngines\CompositeViewEngine.cs (2)
31ArgumentException.ThrowIfNullOrEmpty(viewName); 80ArgumentException.ThrowIfNullOrEmpty(viewPath);
Microsoft.AspNetCore.Rewrite (10)
ApacheModRewrite\CookieActionFactory.cs (1)
19ArgumentException.ThrowIfNullOrEmpty(flagValue);
ApacheModRewrite\FlagParser.cs (1)
57ArgumentException.ThrowIfNullOrEmpty(flagString);
IISUrlRewrite\IISRewriteMap.cs (3)
12ArgumentException.ThrowIfNullOrEmpty(name); 26ArgumentException.ThrowIfNullOrEmpty(key); 27ArgumentException.ThrowIfNullOrEmpty(value);
RedirectRule.cs (2)
19ArgumentException.ThrowIfNullOrEmpty(regex); 20ArgumentException.ThrowIfNullOrEmpty(replacement);
RewriteRule.cs (2)
19ArgumentException.ThrowIfNullOrEmpty(regex); 20ArgumentException.ThrowIfNullOrEmpty(replacement);
UrlActions\ChangeCookieAction.cs (1)
21ArgumentException.ThrowIfNullOrEmpty(name);
Microsoft.AspNetCore.Routing (12)
DefaultLinkGenerator.cs (1)
158ArgumentException.ThrowIfNullOrEmpty(scheme);
LinkGeneratorEndpointNameAddressExtensions.cs (2)
308ArgumentException.ThrowIfNullOrEmpty(scheme); 357ArgumentException.ThrowIfNullOrEmpty(scheme);
Patterns\RoutePatternFactory.cs (9)
730ArgumentException.ThrowIfNullOrEmpty(content); 753ArgumentException.ThrowIfNullOrEmpty(content); 771ArgumentException.ThrowIfNullOrEmpty(parameterName); 794ArgumentException.ThrowIfNullOrEmpty(parameterName); 821ArgumentException.ThrowIfNullOrEmpty(parameterName); 855ArgumentException.ThrowIfNullOrEmpty(parameterName); 891ArgumentException.ThrowIfNullOrEmpty(parameterName); 990ArgumentException.ThrowIfNullOrEmpty(constraint); 1020ArgumentException.ThrowIfNullOrEmpty(parameterPolicy);
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\ResponseBody.cs (1)
604ArgumentException.ThrowIfNullOrEmpty(fileName);
UrlPrefix.cs (1)
70ArgumentException.ThrowIfNullOrEmpty(host);
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.FeatureCollection.cs (2)
289ArgumentException.ThrowIfNullOrEmpty(variableName); 299ArgumentException.ThrowIfNullOrEmpty(variableName);
Microsoft.AspNetCore.Server.IISIntegration (1)
IISMiddleware.cs (1)
80ArgumentException.ThrowIfNullOrEmpty(pairingToken);
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Common\DeploymentParameters.cs (1)
55ArgumentException.ThrowIfNullOrEmpty(applicationPath);
Deployers\ApplicationDeployer.cs (1)
44ArgumentException.ThrowIfNullOrEmpty(DeploymentParameters.ApplicationPath);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
KestrelConfigurationLoader.cs (1)
87ArgumentException.ThrowIfNullOrEmpty(name);
Microsoft.AspNetCore.Session (2)
DistributedSession.cs (1)
67ArgumentException.ThrowIfNullOrEmpty(sessionKey);
DistributedSessionStore.cs (1)
35ArgumentException.ThrowIfNullOrEmpty(sessionKey);
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.AspNetCore.SignalR.Common (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.AspNetCore.SpaServices.Extensions (8)
AngularCli\AngularCliBuilder.cs (1)
33ArgumentException.ThrowIfNullOrEmpty(npmScript);
AngularCli\AngularCliMiddleware.cs (1)
34ArgumentException.ThrowIfNullOrEmpty(scriptName);
Npm\NodeScriptRunner.cs (3)
27ArgumentException.ThrowIfNullOrEmpty(workingDirectory); 28ArgumentException.ThrowIfNullOrEmpty(scriptName); 29ArgumentException.ThrowIfNullOrEmpty(pkgManagerCommand);
ReactDevelopmentServer\ReactDevelopmentServerMiddleware.cs (1)
34ArgumentException.ThrowIfNullOrEmpty(scriptName);
SpaOptions.cs (2)
47ArgumentException.ThrowIfNullOrEmpty(value.Value); 86ArgumentException.ThrowIfNullOrEmpty(value);
Microsoft.Extensions.Caching.SqlServer (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.Extensions.FileProviders.Embedded (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.Extensions.Localization (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.Extensions.Logging.AzureAppServices (1)
src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(argument, paramName);
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
ServiceEndpointQuery.cs (1)
38ArgumentException.ThrowIfNullOrEmpty(input);
Microsoft.JSInterop (1)
JSInvokableAttribute.cs (1)
38ArgumentException.ThrowIfNullOrEmpty(identifier);
PresentationCore (2)
System\Windows\clipboard.cs (2)
36ArgumentException.ThrowIfNullOrEmpty(format); 79ArgumentException.ThrowIfNullOrEmpty(format);
PresentationFramework (1)
System\Windows\LogicalTreeHelper.cs (1)
65ArgumentException.ThrowIfNullOrEmpty(elementName);
System.ComponentModel.Annotations (1)
System\ComponentModel\DataAnnotations\ValidationContext.cs (1)
124ArgumentException.ThrowIfNullOrEmpty(displayName);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\MaskedTextProvider.cs (1)
221ArgumentException.ThrowIfNullOrEmpty(mask);
System.Diagnostics.Process (1)
System\Diagnostics\ProcessManager.cs (1)
13ArgumentException.ThrowIfNullOrEmpty(machineName);
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\DelimitedListTraceListener.cs (1)
67ArgumentException.ThrowIfNullOrEmpty(value, nameof(Delimiter));
System.Diagnostics.TraceSource (2)
System\Diagnostics\SwitchAttribute.cs (1)
29ArgumentException.ThrowIfNullOrEmpty(value);
System\Diagnostics\TraceSource.cs (1)
30ArgumentException.ThrowIfNullOrEmpty(name);
System.Formats.Tar (18)
System\Formats\Tar\TarEntry.cs (5)
39ArgumentException.ThrowIfNullOrEmpty(entryName); 133ArgumentException.ThrowIfNullOrEmpty(value); 165ArgumentException.ThrowIfNullOrEmpty(value); 202ArgumentException.ThrowIfNullOrEmpty(destinationFileName); 236ArgumentException.ThrowIfNullOrEmpty(destinationFileName);
System\Formats\Tar\TarFile.cs (12)
33ArgumentException.ThrowIfNullOrEmpty(sourceDirectoryName); 72ArgumentException.ThrowIfNullOrEmpty(sourceDirectoryName); 103ArgumentException.ThrowIfNullOrEmpty(sourceDirectoryName); 104ArgumentException.ThrowIfNullOrEmpty(destinationFileName); 139ArgumentException.ThrowIfNullOrEmpty(sourceDirectoryName); 140ArgumentException.ThrowIfNullOrEmpty(destinationFileName); 174ArgumentException.ThrowIfNullOrEmpty(destinationDirectoryName); 219ArgumentException.ThrowIfNullOrEmpty(destinationDirectoryName); 256ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 257ArgumentException.ThrowIfNullOrEmpty(destinationDirectoryName); 303ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 304ArgumentException.ThrowIfNullOrEmpty(destinationDirectoryName);
System\Formats\Tar\TarWriter.cs (1)
386ArgumentException.ThrowIfNullOrEmpty(fileName);
System.IO.Compression (1)
System\IO\Compression\ZipArchive.cs (1)
384ArgumentException.ThrowIfNullOrEmpty(entryName);
System.IO.IsolatedStorage (11)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (11)
237ArgumentException.ThrowIfNullOrEmpty(path); 253ArgumentException.ThrowIfNullOrEmpty(path); 269ArgumentException.ThrowIfNullOrEmpty(path); 285ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 286ArgumentException.ThrowIfNullOrEmpty(destinationFileName); 293ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 294ArgumentException.ThrowIfNullOrEmpty(destinationFileName); 321ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 322ArgumentException.ThrowIfNullOrEmpty(destinationFileName); 349ArgumentException.ThrowIfNullOrEmpty(sourceDirectoryName); 350ArgumentException.ThrowIfNullOrEmpty(destinationDirectoryName);
System.IO.MemoryMappedFiles (2)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (2)
63ArgumentException.ThrowIfNullOrEmpty(mapName); 348ArgumentException.ThrowIfNullOrEmpty(mapName);
System.IO.Pipes (2)
System\IO\Pipes\NamedPipeClientStream.cs (1)
60ArgumentException.ThrowIfNullOrEmpty(pipeName);
System\IO\Pipes\NamedPipeServerStream.cs (1)
95ArgumentException.ThrowIfNullOrEmpty(pipeName);
System.Net.Http (7)
System\Net\Http\Headers\HeaderUtilities.cs (3)
145ArgumentException.ThrowIfNullOrEmpty(value, parameterName); 155ArgumentException.ThrowIfNullOrEmpty(value, parameterName); 166ArgumentException.ThrowIfNullOrEmpty(value, parameterName);
System\Net\Http\Headers\HttpHeaders.cs (1)
1084ArgumentException.ThrowIfNullOrEmpty(name);
System\Net\Http\Headers\MediaTypeHeaderValue.cs (1)
277ArgumentException.ThrowIfNullOrEmpty(mediaType, parameterName);
System\Net\Http\Headers\ViaHeaderValue.cs (1)
258ArgumentException.ThrowIfNullOrEmpty(receivedBy);
System\Net\Http\Headers\WarningHeaderValue.cs (1)
293ArgumentException.ThrowIfNullOrEmpty(agent);
System.Net.Mail (19)
System\Net\Mail\Attachment.cs (2)
71ArgumentException.ThrowIfNullOrEmpty(fileName); 79ArgumentException.ThrowIfNullOrEmpty(fileName);
System\Net\Mail\MailAddress.cs (1)
124ArgumentException.ThrowIfNullOrEmpty(address);
System\Net\Mail\MailAddressCollection.cs (1)
21ArgumentException.ThrowIfNullOrEmpty(addresses);
System\Net\Mail\MailMessage.cs (2)
44ArgumentException.ThrowIfNullOrEmpty(from); 45ArgumentException.ThrowIfNullOrEmpty(to);
System\Net\Mail\MailPriority.cs (2)
47ArgumentException.ThrowIfNullOrEmpty(from); 48ArgumentException.ThrowIfNullOrEmpty(to);
System\Net\Mail\SmtpClient.cs (1)
167ArgumentException.ThrowIfNullOrEmpty(value);
System\Net\Mime\ContentDisposition.cs (1)
80ArgumentException.ThrowIfNullOrEmpty(value);
System\Net\Mime\ContentType.cs (2)
48ArgumentException.ThrowIfNullOrEmpty(contentType); 95ArgumentException.ThrowIfNullOrEmpty(value);
System\Net\Mime\HeaderCollection.cs (7)
25ArgumentException.ThrowIfNullOrEmpty(name); 35ArgumentException.ThrowIfNullOrEmpty(name); 44ArgumentException.ThrowIfNullOrEmpty(name); 72ArgumentException.ThrowIfNullOrEmpty(name); 73ArgumentException.ThrowIfNullOrEmpty(value); 93ArgumentException.ThrowIfNullOrEmpty(name); 94ArgumentException.ThrowIfNullOrEmpty(value);
System.Net.Primitives (3)
System\Net\CredentialCache.cs (2)
50ArgumentException.ThrowIfNullOrEmpty(host); 147ArgumentException.ThrowIfNullOrEmpty(host);
System\Net\DnsEndPoint.cs (1)
19ArgumentException.ThrowIfNullOrEmpty(host);
System.Net.Requests (4)
System\Net\FileWebRequest.cs (1)
87ArgumentException.ThrowIfNullOrEmpty(value);
System\Net\FtpWebRequest.cs (2)
267ArgumentException.ThrowIfNullOrEmpty(value); 304ArgumentException.ThrowIfNullOrEmpty(value);
System\Net\HttpWebRequest.cs (1)
933ArgumentException.ThrowIfNullOrEmpty(value);
System.Net.Security (1)
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
135ArgumentException.ThrowIfNullOrEmpty(serviceName);
System.Net.WebHeaderCollection (1)
System\Net\WebHeaderCollection.cs (1)
331ArgumentException.ThrowIfNullOrEmpty(name);
System.Private.CoreLib (72)
src\libraries\System.Private.CoreLib\src\System\AppContext.cs (2)
124ArgumentException.ThrowIfNullOrEmpty(switchName); 151ArgumentException.ThrowIfNullOrEmpty(switchName);
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
98ArgumentException.ThrowIfNullOrEmpty(assemblyName);
src\libraries\System.Private.CoreLib\src\System\ApplicationId.cs (1)
15ArgumentException.ThrowIfNullOrEmpty(name);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventPipe.cs (1)
48ArgumentException.ThrowIfNullOrEmpty(providerName);
src\libraries\System.Private.CoreLib\src\System\Environment.cs (2)
136ArgumentException.ThrowIfNullOrEmpty(value); 267ArgumentException.ThrowIfNullOrEmpty(variable);
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (3)
261ArgumentException.ThrowIfNullOrEmpty(value); 565ArgumentException.ThrowIfNullOrEmpty(value); 682ArgumentException.ThrowIfNullOrEmpty(value);
src\libraries\System.Private.CoreLib\src\System\IO\Directory.cs (5)
18ArgumentException.ThrowIfNullOrEmpty(path); 30ArgumentException.ThrowIfNullOrEmpty(path); 264ArgumentException.ThrowIfNullOrEmpty(path); 271ArgumentException.ThrowIfNullOrEmpty(sourceDirName); 272ArgumentException.ThrowIfNullOrEmpty(destDirName);
src\libraries\System.Private.CoreLib\src\System\IO\Directory.Unix.cs (1)
13ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryInfo.cs (1)
208ArgumentException.ThrowIfNullOrEmpty(destDirName);
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (9)
53ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 54ArgumentException.ThrowIfNullOrEmpty(destFileName); 761ArgumentException.ThrowIfNullOrEmpty(path); 811ArgumentException.ThrowIfNullOrEmpty(path); 850ArgumentException.ThrowIfNullOrEmpty(path); 1049ArgumentException.ThrowIfNullOrEmpty(sourceFileName); 1050ArgumentException.ThrowIfNullOrEmpty(destFileName); 1279ArgumentException.ThrowIfNullOrEmpty(path); 1456ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (2)
93ArgumentException.ThrowIfNullOrEmpty(destFileName); 155ArgumentException.ThrowIfNullOrEmpty(destFileName);
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (1)
184ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.cs (1)
24ArgumentException.ThrowIfNullOrEmpty(path, argName);
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (1)
28ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\IO\Strategies\FileStreamHelpers.cs (1)
61ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (2)
217ArgumentException.ThrowIfNullOrEmpty(path); 229ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (2)
174ArgumentException.ThrowIfNullOrEmpty(path); 186ArgumentException.ThrowIfNullOrEmpty(path);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (1)
34ArgumentException.ThrowIfNullOrEmpty(assemblyName);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (2)
22ArgumentException.ThrowIfNullOrEmpty(name); 31ArgumentException.ThrowIfNullOrEmpty(name);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ModuleBuilder.cs (6)
24ArgumentException.ThrowIfNullOrEmpty(name); 53ArgumentException.ThrowIfNullOrEmpty(url); 81ArgumentException.ThrowIfNullOrEmpty(name); 129ArgumentException.ThrowIfNullOrEmpty(name); 145ArgumentException.ThrowIfNullOrEmpty(name); 162ArgumentException.ThrowIfNullOrEmpty(methodName);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilder.cs (9)
64ArgumentException.ThrowIfNullOrEmpty(name); 77ArgumentException.ThrowIfNullOrEmpty(fieldName); 123ArgumentException.ThrowIfNullOrEmpty(name); 165ArgumentException.ThrowIfNullOrEmpty(name); 184ArgumentException.ThrowIfNullOrEmpty(name); 211ArgumentException.ThrowIfNullOrEmpty(name); 212ArgumentException.ThrowIfNullOrEmpty(dllName); 213ArgumentException.ThrowIfNullOrEmpty(entryName); 246ArgumentException.ThrowIfNullOrEmpty(name);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TypeForwardedFromAttribute.cs (1)
11ArgumentException.ThrowIfNullOrEmpty(assemblyFullName);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\OSPlatform.cs (1)
22ArgumentException.ThrowIfNullOrEmpty(osPlatform);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
440ArgumentException.ThrowIfNullOrEmpty(unmanagedDllPath); 644ArgumentException.ThrowIfNullOrEmpty(requestedSimpleName, "AssemblyName.Name");
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\FrameworkName.cs (2)
97ArgumentException.ThrowIfNullOrEmpty(identifier); 111ArgumentException.ThrowIfNullOrEmpty(frameworkName);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (2)
1208ArgumentException.ThrowIfNullOrEmpty(oldValue); 1329ArgumentException.ThrowIfNullOrEmpty(oldValue);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
2065ArgumentException.ThrowIfNullOrEmpty(oldValue);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (1)
2159ArgumentException.ThrowIfNullOrEmpty(id);
src\System\Reflection\Emit\RuntimeILGenerator.cs (1)
1202ArgumentException.ThrowIfNullOrEmpty(usingNamespace);
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
64ArgumentException.ThrowIfNullOrEmpty(name);
src\System\Reflection\Emit\RuntimePropertyBuilder.cs (1)
36ArgumentException.ThrowIfNullOrEmpty(name);
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (1)
472ArgumentException.ThrowIfNullOrEmpty(name);
src\System\Reflection\RuntimeAssembly.cs (1)
240ArgumentException.ThrowIfNullOrEmpty(name);
src\System\Reflection\RuntimeModule.cs (1)
397ArgumentException.ThrowIfNullOrEmpty(className);
src\System\Reflection\TypeNameResolver.CoreCLR.cs (1)
110ArgumentException.ThrowIfNullOrEmpty(typeName);
src\System\Threading\Mutex.CoreCLR.Unix.cs (1)
72ArgumentException.ThrowIfNullOrEmpty(name);
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (2)
540ArgumentException.ThrowIfNullOrEmpty(localName); 830ArgumentException.ThrowIfNullOrEmpty(localName);
System.Private.Windows.Core (1)
System\Private\Windows\Ole\DragDropHelper.cs (1)
188ArgumentException.ThrowIfNullOrEmpty(format);
System.Private.Xml (35)
System\Xml\Core\XmlCharCheckingWriter.cs (3)
112ArgumentException.ThrowIfNullOrEmpty(localName); 129ArgumentException.ThrowIfNullOrEmpty(localName); 293ArgumentException.ThrowIfNullOrEmpty(name);
System\Xml\Core\XmlCharCheckingWriterAsync.cs (3)
62ArgumentException.ThrowIfNullOrEmpty(localName); 78ArgumentException.ThrowIfNullOrEmpty(localName); 239ArgumentException.ThrowIfNullOrEmpty(name);
System\Xml\Core\XmlReader.cs (8)
915ArgumentException.ThrowIfNullOrEmpty(name); 934ArgumentException.ThrowIfNullOrEmpty(localName); 955ArgumentException.ThrowIfNullOrEmpty(name); 995ArgumentException.ThrowIfNullOrEmpty(localName); 1037ArgumentException.ThrowIfNullOrEmpty(name); 1062ArgumentException.ThrowIfNullOrEmpty(localName); 1412ArgumentException.ThrowIfNullOrEmpty(localName); 1611ArgumentException.ThrowIfNullOrEmpty(inputUri);
System\Xml\Core\XmlReaderSettings.cs (1)
321ArgumentException.ThrowIfNullOrEmpty(inputUri);
System\Xml\Core\XmlTextReaderImpl.cs (1)
567ArgumentException.ThrowIfNullOrEmpty(url);
System\Xml\Core\XmlTextWriter.cs (3)
1099ArgumentException.ThrowIfNullOrEmpty(ns); 1150ArgumentException.ThrowIfNullOrEmpty(name); 1689ArgumentException.ThrowIfNullOrEmpty(name);
System\Xml\Core\XmlWellFormedWriter.cs (5)
363ArgumentException.ThrowIfNullOrEmpty(name); 428ArgumentException.ThrowIfNullOrEmpty(localName); 889ArgumentException.ThrowIfNullOrEmpty(name); 934ArgumentException.ThrowIfNullOrEmpty(name); 1282ArgumentException.ThrowIfNullOrEmpty(localName);
System\Xml\Core\XmlWellFormedWriterAsync.cs (5)
63ArgumentException.ThrowIfNullOrEmpty(name); 182ArgumentException.ThrowIfNullOrEmpty(localName); 790ArgumentException.ThrowIfNullOrEmpty(name); 835ArgumentException.ThrowIfNullOrEmpty(name); 1133ArgumentException.ThrowIfNullOrEmpty(localName);
System\Xml\Core\XmlWriter.cs (1)
215ArgumentException.ThrowIfNullOrEmpty(name);
System\Xml\Core\XmlWriterAsync.cs (1)
201ArgumentException.ThrowIfNullOrEmpty(name);
System\Xml\Dom\XmlProcessingInstruction.cs (1)
19ArgumentException.ThrowIfNullOrEmpty(target);
System\Xml\Schema\DtdParser.cs (1)
272ArgumentException.ThrowIfNullOrEmpty(docTypeName);
System\Xml\XmlConvert.cs (2)
314ArgumentException.ThrowIfNullOrEmpty(name); 372ArgumentException.ThrowIfNullOrEmpty(name);
System.Private.Xml.Linq (2)
System\Xml\Linq\XElement.cs (1)
482ArgumentException.ThrowIfNullOrEmpty(prefix);
System\Xml\Linq\XName.cs (1)
74ArgumentException.ThrowIfNullOrEmpty(expandedName);
System.Reflection.Emit (4)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
849ArgumentException.ThrowIfNullOrEmpty(usingNamespace);
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
37ArgumentException.ThrowIfNullOrEmpty(name.Name, "AssemblyName.Name");
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
31ArgumentException.ThrowIfNullOrEmpty(name);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
444ArgumentException.ThrowIfNullOrEmpty(name);
System.Security.Cryptography (86)
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (2)
24ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 44ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (3)
730ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 756ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 788ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\CngAlgorithm.cs (1)
20ArgumentException.ThrowIfNullOrEmpty(algorithm);
System\Security\Cryptography\CngAlgorithmGroup.cs (1)
21ArgumentException.ThrowIfNullOrEmpty(algorithmGroup);
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
21ArgumentException.ThrowIfNullOrEmpty(format);
System\Security\Cryptography\CngProvider.cs (1)
20ArgumentException.ThrowIfNullOrEmpty(provider);
System\Security\Cryptography\CryptoConfig.cs (2)
325ArgumentException.ThrowIfNullOrEmpty(name, nameof(names)); 532ArgumentException.ThrowIfNullOrEmpty(name, nameof(names));
System\Security\Cryptography\CryptographicOperations.cs (1)
773ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\DSA.cs (14)
129ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 146ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 203ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 244ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 274ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 317ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 377ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 388ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 543ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 587ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 631ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 666ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 703ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 755ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\ECDsa.cs (18)
60ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 117ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 204ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 235ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 468ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 507ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 549ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 581ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 613ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 661ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 709ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 737ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 797ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 834ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 843ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 872ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 919ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 956ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\IncrementalHash.cs (2)
325ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 384ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
323ArgumentException.ThrowIfNullOrEmpty(hashAlgorithmName, nameof(hashAlgorithm));
System\Security\Cryptography\RSA.cs (10)
394ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 404ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 413ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 458ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 521ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 564ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 623ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 658ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 669ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 678ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\RSAEncryptionPadding.cs (1)
68ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\SafeEvpPKeyHandle.OpenSsl.cs (6)
133ArgumentException.ThrowIfNullOrEmpty(engineName); 134ArgumentException.ThrowIfNullOrEmpty(keyId); 186ArgumentException.ThrowIfNullOrEmpty(engineName); 187ArgumentException.ThrowIfNullOrEmpty(keyId); 238ArgumentException.ThrowIfNullOrEmpty(providerName); 239ArgumentException.ThrowIfNullOrEmpty(keyUri);
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (4)
76ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 103ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 134ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 170ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (2)
145ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 343ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (10)
65ArgumentException.ThrowIfNullOrEmpty(oidValue); 100ArgumentException.ThrowIfNullOrEmpty(oid.Value); 133ArgumentException.ThrowIfNullOrEmpty(emailAddress); 162ArgumentException.ThrowIfNullOrEmpty(commonName); 185ArgumentException.ThrowIfNullOrEmpty(localityName); 217ArgumentException.ThrowIfNullOrEmpty(twoLetterCode); 259ArgumentException.ThrowIfNullOrEmpty(organizationName); 282ArgumentException.ThrowIfNullOrEmpty(organizationalUnitName); 305ArgumentException.ThrowIfNullOrEmpty(stateOrProvinceName); 331ArgumentException.ThrowIfNullOrEmpty(domainComponent);
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (1)
172ArgumentException.ThrowIfNullOrEmpty(accessMethodOid.Value);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
726ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm)); 776ArgumentException.ThrowIfNullOrEmpty(hashAlgorithm.Name, nameof(hashAlgorithm));
System\Security\Cryptography\X509Certificates\X509CertificateLoader.netcore.cs (1)
32ArgumentException.ThrowIfNullOrEmpty(path);
System\Security\Cryptography\X509Certificates\X509Extension.cs (2)
41ArgumentException.ThrowIfNullOrEmpty(base.Oid?.Value, "oid.Value"); 71ArgumentException.ThrowIfNullOrEmpty(base.Oid?.Value, "oid.Value");
System.Text.RegularExpressions (1)
System\Text\RegularExpressions\RegexCompilationInfo.cs (1)
50ArgumentException.ThrowIfNullOrEmpty(value, nameof(Name));
System.Windows.Forms (2)
System\Resources\ResXDataNode.cs (2)
79ArgumentException.ThrowIfNullOrEmpty(name); 162ArgumentException.ThrowIfNullOrEmpty(value);
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsEditBoxRange.cs (1)
195ArgumentException.ThrowIfNullOrEmpty(text);
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
123ArgumentException.ThrowIfNullOrEmpty(text);