274 references to ThrowIfNullOrWhiteSpace
aspire (23)
Acquisition\InstallSidecarWriter.cs (2)
26ArgumentException.ThrowIfNullOrWhiteSpace(binaryDirectory); 27ArgumentException.ThrowIfNullOrWhiteSpace(channel);
Agents\AspireSkills\AspireSkillsBundleProvider.cs (3)
69ArgumentException.ThrowIfNullOrWhiteSpace(currentCliVersion); 70ArgumentException.ThrowIfNullOrWhiteSpace(currentSdkVersion); 85ArgumentException.ThrowIfNullOrWhiteSpace(expectedArchiveSha512);
Agents\SkillDefinition.cs (2)
52ArgumentException.ThrowIfNullOrWhiteSpace(name); 53ArgumentException.ThrowIfNullOrWhiteSpace(description);
Commands\DcpWorkloadCleanupService.cs (1)
20ArgumentException.ThrowIfNullOrWhiteSpace(workloadId);
Documentation\DocumentationCacheKey.cs (2)
21ArgumentException.ThrowIfNullOrWhiteSpace(url); 22ArgumentException.ThrowIfNullOrWhiteSpace(fallbackStem);
NuGet\BundleNuGetService.cs (1)
79ArgumentException.ThrowIfNullOrWhiteSpace(workingDirectory);
Packaging\PackageSourceOverrideMappings.cs (4)
15ArgumentException.ThrowIfNullOrWhiteSpace(source); 33ArgumentException.ThrowIfNullOrWhiteSpace(source); 46ArgumentException.ThrowIfNullOrWhiteSpace(packageSourceOverride); 86ArgumentException.ThrowIfNullOrWhiteSpace(packageSourceOverride);
Projects\AppHostWorkloadId.cs (1)
32ArgumentException.ThrowIfNullOrWhiteSpace(appHostPath);
src\Shared\BundleVersionLease.cs (3)
95ArgumentException.ThrowIfNullOrWhiteSpace(versionDirectory); 96ArgumentException.ThrowIfNullOrWhiteSpace(holderKind); 162ArgumentException.ThrowIfNullOrWhiteSpace(versionDirectory);
src\Shared\UserSecrets\SecretsStore.cs (1)
22ArgumentException.ThrowIfNullOrWhiteSpace(secretsFilePath);
Telemetry\AspireCliTelemetry.cs (1)
178ArgumentException.ThrowIfNullOrWhiteSpace(name);
Utils\FirstTimeUseNoticeSentinel.cs (1)
20ArgumentException.ThrowIfNullOrWhiteSpace(aspireUserDirectory);
Utils\VersionHelper.cs (1)
45ArgumentException.ThrowIfNullOrWhiteSpace(cliVersion);
aspire-managed (3)
src\Shared\BundleVersionLease.cs (3)
95ArgumentException.ThrowIfNullOrWhiteSpace(versionDirectory); 96ArgumentException.ThrowIfNullOrWhiteSpace(holderKind); 162ArgumentException.ThrowIfNullOrWhiteSpace(versionDirectory);
Aspire.Azure.Messaging.EventHubs (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Azure.Messaging.ServiceBus (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Azure.Messaging.WebPubSub (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Azure.Storage.Queues (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Cli.EndToEnd.Tests (2)
tests\Shared\Hex1bAutomatorTestHelpers.cs (2)
58ArgumentException.ThrowIfNullOrWhiteSpace(commandText); 59ArgumentException.ThrowIfNullOrWhiteSpace(desiredOutput);
Aspire.Dashboard (6)
Model\ResourceViewModel.cs (5)
300ArgumentException.ThrowIfNullOrWhiteSpace(name); 301ArgumentException.ThrowIfNullOrWhiteSpace(displayName); 446ArgumentException.ThrowIfNullOrWhiteSpace(name); 546ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 547ArgumentException.ThrowIfNullOrWhiteSpace(type);
ServiceClient\DashboardSqliteDatabase.cs (1)
36ArgumentException.ThrowIfNullOrWhiteSpace(databasePath);
Aspire.Deployment.EndToEnd.Tests (2)
tests\Shared\Hex1bAutomatorTestHelpers.cs (2)
58ArgumentException.ThrowIfNullOrWhiteSpace(commandText); 59ArgumentException.ThrowIfNullOrWhiteSpace(desiredOutput);
Aspire.Hosting (37)
ApplicationModel\AspireStore.cs (1)
43ArgumentException.ThrowIfNullOrWhiteSpace(filenameTemplate);
ApplicationModel\AspireStoreExtensions.cs (2)
23ArgumentException.ThrowIfNullOrWhiteSpace(filenameTemplate); 24ArgumentException.ThrowIfNullOrWhiteSpace(sourceFilename);
ApplicationModel\ContainerFileSystemCallbackAnnotation.cs (4)
30ArgumentException.ThrowIfNullOrWhiteSpace(value, nameof(value)); 337ArgumentException.ThrowIfNullOrWhiteSpace(name); 371ArgumentException.ThrowIfNullOrWhiteSpace(name); 402ArgumentException.ThrowIfNullOrWhiteSpace(name);
ApplicationModel\ContainerNetworkAliasAnnotation.cs (2)
26ArgumentOutOfRangeException.ThrowIfNullOrWhiteSpace(alias, nameof(alias)); 47ArgumentOutOfRangeException.ThrowIfNullOrWhiteSpace(value.Value, nameof(value));
ApplicationModel\DotnetToolResource.cs (1)
30ArgumentException.ThrowIfNullOrWhiteSpace(packageId, nameof(packageId));
ApplicationModel\McpServerEndpointAnnotation.cs (1)
38ArgumentException.ThrowIfNullOrWhiteSpace(endpointName);
ApplicationModel\Resource.cs (1)
30ArgumentException.ThrowIfNullOrWhiteSpace(name);
Ats\HealthCheckExports.cs (1)
25ArgumentException.ThrowIfNullOrWhiteSpace(name);
Ats\InteractionExports.cs (1)
306ArgumentException.ThrowIfNullOrWhiteSpace(name);
Ats\LoggingExports.cs (1)
83ArgumentException.ThrowIfNullOrWhiteSpace(categoryName);
Ats\ModelExports.cs (1)
50ArgumentException.ThrowIfNullOrWhiteSpace(name);
Ats\PipelineExports.cs (3)
65ArgumentException.ThrowIfNullOrWhiteSpace(key); 78ArgumentException.ThrowIfNullOrWhiteSpace(statusText); 152ArgumentException.ThrowIfNullOrWhiteSpace(statusText);
Ats\ResourceCommandExports.cs (2)
46ArgumentException.ThrowIfNullOrWhiteSpace(commandName); 63ArgumentException.ThrowIfNullOrWhiteSpace(resourceId);
Ats\UserSecretsExports.cs (1)
62ArgumentException.ThrowIfNullOrWhiteSpace(name);
Backchannel\AuxiliaryBackchannelRpcTarget.cs (2)
1773ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 1774ArgumentException.ThrowIfNullOrWhiteSpace(toolName);
Backchannel\TerminalHostControlClient.cs (1)
41ArgumentException.ThrowIfNullOrWhiteSpace(socketPath);
Dcp\DcpKubernetesClient.cs (5)
46ArgumentException.ThrowIfNullOrWhiteSpace(group, nameof(group)); 47ArgumentException.ThrowIfNullOrWhiteSpace(version, nameof(version)); 48ArgumentException.ThrowIfNullOrWhiteSpace(plural, nameof(plural)); 49ArgumentException.ThrowIfNullOrWhiteSpace(name, nameof(name)); 50ArgumentException.ThrowIfNullOrWhiteSpace(subResource, nameof(subResource));
Devcontainers\Codespaces\CodespacesUrlRewriter.cs (1)
12ArgumentException.ThrowIfNullOrWhiteSpace(url);
Pipelines\PipelineSummary.cs (3)
85ArgumentException.ThrowIfNullOrWhiteSpace(key); 86ArgumentException.ThrowIfNullOrWhiteSpace(value); 102ArgumentException.ThrowIfNullOrWhiteSpace(key);
ResourceBuilderExtensions.cs (2)
3064ArgumentException.ThrowIfNullOrWhiteSpace(executablePath); 4737ArgumentException.ThrowIfNullOrWhiteSpace(iconName);
UserSecrets\UserSecretsManagerFactory.cs (1)
41ArgumentException.ThrowIfNullOrWhiteSpace(filePath);
Aspire.Hosting.Azure (3)
AcrLoginService.cs (2)
74ArgumentException.ThrowIfNullOrWhiteSpace(registryEndpoint); 75ArgumentException.ThrowIfNullOrWhiteSpace(tenantId);
AzureProvisioningController.cs (1)
719ArgumentException.ThrowIfNullOrWhiteSpace(location);
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppExtensions.cs (1)
243ArgumentException.ThrowIfNullOrWhiteSpace(cronExpression);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentExtensions.cs (1)
473ArgumentException.ThrowIfNullOrWhiteSpace(deploymentSlot);
Aspire.Hosting.Azure.ContainerRegistry (1)
AzureContainerRegistryExtensions.cs (1)
163ArgumentException.ThrowIfNullOrWhiteSpace(schedule);
Aspire.Hosting.Azure.CosmosDB (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Hosting.Azure.Kusto (3)
AzureKustoBuilderExtensions.cs (2)
49ArgumentException.ThrowIfNullOrWhiteSpace(name); 113ArgumentException.ThrowIfNullOrWhiteSpace(name);
AzureKustoReadWriteDatabaseResource.cs (1)
29ArgumentException.ThrowIfNullOrWhiteSpace(databaseName);
Aspire.Hosting.Browsers (18)
BrowserConfiguration.cs (1)
43ArgumentException.ThrowIfNullOrWhiteSpace(resourceName);
BrowserLogsArtifacts.cs (4)
51ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 52ArgumentException.ThrowIfNullOrWhiteSpace(artifactType); 53ArgumentException.ThrowIfNullOrWhiteSpace(fileExtension); 54ArgumentException.ThrowIfNullOrWhiteSpace(mimeType);
BrowserLogsBuilderExtensions.cs (1)
346ArgumentException.ThrowIfNullOrWhiteSpace(value, paramName);
BrowserLogsConfigurationStore.cs (2)
17ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 28ArgumentException.ThrowIfNullOrWhiteSpace(resourceName);
BrowserLogsSessionManager.cs (2)
66ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 186ArgumentException.ThrowIfNullOrWhiteSpace(resourceName);
BrowserUserDataPathResolver.cs (1)
52ArgumentException.ThrowIfNullOrWhiteSpace(configuration.Browser);
ChromiumBrowserResolver.cs (5)
54ArgumentException.ThrowIfNullOrWhiteSpace(userDataDirectory); 55ArgumentException.ThrowIfNullOrWhiteSpace(profile); 121ArgumentException.ThrowIfNullOrWhiteSpace(userDataDirectory); 122ArgumentException.ThrowIfNullOrWhiteSpace(profile); 158ArgumentException.ThrowIfNullOrWhiteSpace(userDataDirectory);
IBrowserHost.cs (2)
138ArgumentException.ThrowIfNullOrWhiteSpace(executablePath); 139ArgumentException.ThrowIfNullOrWhiteSpace(userDataRootPath);
Aspire.Hosting.Browsers.Tests (18)
src\Aspire.Hosting.Browsers\BrowserConfiguration.cs (1)
43ArgumentException.ThrowIfNullOrWhiteSpace(resourceName);
src\Aspire.Hosting.Browsers\BrowserLogsArtifacts.cs (4)
51ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 52ArgumentException.ThrowIfNullOrWhiteSpace(artifactType); 53ArgumentException.ThrowIfNullOrWhiteSpace(fileExtension); 54ArgumentException.ThrowIfNullOrWhiteSpace(mimeType);
src\Aspire.Hosting.Browsers\BrowserLogsBuilderExtensions.cs (1)
346ArgumentException.ThrowIfNullOrWhiteSpace(value, paramName);
src\Aspire.Hosting.Browsers\BrowserLogsConfigurationStore.cs (2)
17ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 28ArgumentException.ThrowIfNullOrWhiteSpace(resourceName);
src\Aspire.Hosting.Browsers\BrowserLogsSessionManager.cs (2)
66ArgumentException.ThrowIfNullOrWhiteSpace(resourceName); 186ArgumentException.ThrowIfNullOrWhiteSpace(resourceName);
src\Aspire.Hosting.Browsers\BrowserUserDataPathResolver.cs (1)
52ArgumentException.ThrowIfNullOrWhiteSpace(configuration.Browser);
src\Aspire.Hosting.Browsers\ChromiumBrowserResolver.cs (5)
54ArgumentException.ThrowIfNullOrWhiteSpace(userDataDirectory); 55ArgumentException.ThrowIfNullOrWhiteSpace(profile); 121ArgumentException.ThrowIfNullOrWhiteSpace(userDataDirectory); 122ArgumentException.ThrowIfNullOrWhiteSpace(profile); 158ArgumentException.ThrowIfNullOrWhiteSpace(userDataDirectory);
src\Aspire.Hosting.Browsers\IBrowserHost.cs (2)
138ArgumentException.ThrowIfNullOrWhiteSpace(executablePath); 139ArgumentException.ThrowIfNullOrWhiteSpace(userDataRootPath);
Aspire.Hosting.Foundry (1)
HostedAgent\HostedAgentBuilderExtension.cs (1)
597ArgumentException.ThrowIfNullOrWhiteSpace(protocolVersion);
Aspire.Hosting.Java (17)
JavaHostingExtensions.cs (17)
89ArgumentException.ThrowIfNullOrWhiteSpace(name); 90ArgumentException.ThrowIfNullOrWhiteSpace(appDirectory); 192ArgumentException.ThrowIfNullOrWhiteSpace(name); 193ArgumentException.ThrowIfNullOrWhiteSpace(appDirectory); 194ArgumentException.ThrowIfNullOrWhiteSpace(jarPath); 259ArgumentException.ThrowIfNullOrWhiteSpace(name); 260ArgumentException.ThrowIfNullOrWhiteSpace(image); 331ArgumentException.ThrowIfNullOrWhiteSpace(name); 332ArgumentException.ThrowIfNullOrWhiteSpace(appDirectory); 411ArgumentException.ThrowIfNullOrWhiteSpace(name); 412ArgumentException.ThrowIfNullOrWhiteSpace(appDirectory); 647ArgumentException.ThrowIfNullOrWhiteSpace(goal); 675ArgumentException.ThrowIfNullOrWhiteSpace(task); 953ArgumentException.ThrowIfNullOrWhiteSpace(wrapperPath); 1009ArgumentException.ThrowIfNullOrWhiteSpace(mainClass); 1040ArgumentException.ThrowIfNullOrWhiteSpace(jarPath); 1207ArgumentException.ThrowIfNullOrWhiteSpace(agentPath);
Aspire.Hosting.Kubernetes (12)
HelmChartOptions.cs (5)
43ArgumentException.ThrowIfNullOrWhiteSpace(@namespace); 90ArgumentException.ThrowIfNullOrWhiteSpace(releaseName); 142ArgumentException.ThrowIfNullOrWhiteSpace(version); 189ArgumentException.ThrowIfNullOrWhiteSpace(name); 236ArgumentException.ThrowIfNullOrWhiteSpace(description);
KubernetesManifestResource.cs (4)
33ArgumentException.ThrowIfNullOrWhiteSpace(@namespace); 49ArgumentException.ThrowIfNullOrWhiteSpace(key); 66ArgumentException.ThrowIfNullOrWhiteSpace(key); 98ArgumentException.ThrowIfNullOrWhiteSpace(path);
KubernetesResource.cs (3)
98ArgumentException.ThrowIfNullOrWhiteSpace(apiVersion); 99ArgumentException.ThrowIfNullOrWhiteSpace(kind); 100ArgumentException.ThrowIfNullOrWhiteSpace(name);
Aspire.Hosting.Maui (6)
MauiAndroidExtensions.cs (2)
153ArgumentException.ThrowIfNullOrWhiteSpace(name); 358ArgumentException.ThrowIfNullOrWhiteSpace(name);
MauiiOSExtensions.cs (2)
160ArgumentException.ThrowIfNullOrWhiteSpace(name); 371ArgumentException.ThrowIfNullOrWhiteSpace(name);
MauiMacCatalystExtensions.cs (1)
84ArgumentException.ThrowIfNullOrWhiteSpace(name);
MauiWindowsExtensions.cs (1)
84ArgumentException.ThrowIfNullOrWhiteSpace(name);
Aspire.Hosting.Orleans (3)
OrleansProviderTypeAnnotation.cs (1)
21ArgumentException.ThrowIfNullOrWhiteSpace(providerType);
OrleansServiceExtensions.cs (1)
390ArgumentException.ThrowIfNullOrWhiteSpace(providerType);
ProviderConfiguration.cs (1)
37ArgumentException.ThrowIfNullOrWhiteSpace(providerType);
Aspire.Hosting.Radius (8)
Recipes\RadiusRecipeParameterExtensions.cs (1)
103ArgumentException.ThrowIfNullOrWhiteSpace(resourceType);
Secrets\RadiusSecretStoreConsumerExtensions.cs (2)
64ArgumentException.ThrowIfNullOrWhiteSpace(key); 76ArgumentException.ThrowIfNullOrWhiteSpace(selector);
Secrets\RadiusSecretStoreExtensions.cs (5)
206ArgumentException.ThrowIfNullOrWhiteSpace(namespaceAndName); 240ArgumentException.ThrowIfNullOrWhiteSpace(manifestPath); 305ArgumentException.ThrowIfNullOrWhiteSpace(key, nameof(keys)); 384ArgumentException.ThrowIfNullOrWhiteSpace(name); 422ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Hosting.RemoteHost (3)
AssemblyLoader.cs (2)
79ArgumentException.ThrowIfNullOrWhiteSpace(packageId); 80ArgumentException.ThrowIfNullOrWhiteSpace(packageVersion);
AtsContextFilter.cs (1)
45ArgumentException.ThrowIfNullOrWhiteSpace(requestedName);
Aspire.Hosting.Rust (8)
RustHostingExtensions.cs (8)
81ArgumentException.ThrowIfNullOrWhiteSpace(name); 82ArgumentException.ThrowIfNullOrWhiteSpace(appDirectory); 336ArgumentException.ThrowIfNullOrWhiteSpace(binName); 359ArgumentException.ThrowIfNullOrWhiteSpace(exampleName); 383ArgumentException.ThrowIfNullOrWhiteSpace(packageName); 421ArgumentException.ThrowIfNullOrWhiteSpace(target); 451ArgumentException.ThrowIfNullOrWhiteSpace(manifestPath); 474ArgumentException.ThrowIfNullOrWhiteSpace(profileName);
Aspire.Hosting.Tests (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Microsoft.Azure.Cosmos (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Microsoft.EntityFrameworkCore.Cosmos (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration (4)
src\Shared\StableConnectionStringBuilder.cs (4)
80ArgumentException.ThrowIfNullOrWhiteSpace(key); 91ArgumentException.ThrowIfNullOrWhiteSpace(key); 124ArgumentException.ThrowIfNullOrWhiteSpace(key); 140ArgumentException.ThrowIfNullOrWhiteSpace(key);
Aspire.StackExchange.Redis (1)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Shared\Guard.cs (1)
105ArgumentException.ThrowIfNullOrWhiteSpace(value, paramName);
Aspire.TerminalHost (3)
TerminalHostControlListener.cs (1)
39ArgumentException.ThrowIfNullOrWhiteSpace(socketPath);
TerminalReplica.cs (2)
198ArgumentException.ThrowIfNullOrWhiteSpace(producerUdsPath); 199ArgumentException.ThrowIfNullOrWhiteSpace(consumerUdsPath);
Aspire.TypeSystem (2)
ApiReferenceExportOptions.cs (2)
47ArgumentException.ThrowIfNullOrWhiteSpace(packageName); 48ArgumentException.ThrowIfNullOrWhiteSpace(packageVersion);
Infrastructure.Tests (3)
Shared\TestTrxBuilder.cs (3)
18ArgumentException.ThrowIfNullOrWhiteSpace(outputPath); 57ArgumentException.ThrowIfNullOrWhiteSpace(outputPath); 58ArgumentException.ThrowIfNullOrWhiteSpace(trxEntryPath);
Microsoft.AspNetCore.DataProtection.Extensions (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.AspNetCore.HttpOverrides (8)
ForwardedHeadersMiddleware.cs (8)
53ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.ForwardedForHeaderName); 54ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.ForwardedHostHeaderName); 55ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.ForwardedProtoHeaderName); 56ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.ForwardedPrefixHeaderName); 57ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.OriginalForHeaderName); 58ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.OriginalHostHeaderName); 59ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.OriginalProtoHeaderName); 60ArgumentException.ThrowIfNullOrWhiteSpace(options.Value.OriginalPrefixHeaderName);
Microsoft.AspNetCore.Identity.EntityFrameworkCore (3)
UserStore.cs (3)
367ArgumentException.ThrowIfNullOrWhiteSpace(normalizedRoleName); 389ArgumentException.ThrowIfNullOrWhiteSpace(normalizedRoleName); 434ArgumentException.ThrowIfNullOrWhiteSpace(normalizedRoleName);
Microsoft.AspNetCore.InternalTesting (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\roslyn\src\Razor\src\Shared\Microsoft.AspNetCore.Razor.SharedUtilities\ArgHelper.cs (1)
56ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.AspNetCore.SignalR.Common (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.Extensions.Caching.SqlServer (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.Extensions.FileProviders.Embedded (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.Extensions.Localization (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.Extensions.Logging.AzureAppServices (1)
src\aspnetcore\src\Shared\ThrowHelpers\ArgumentThrowHelper.cs (1)
59ArgumentException.ThrowIfNullOrWhiteSpace(argument, paramName);
Microsoft.Gen.BuildMetadata.Generated.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BuildMetadataExtensions.g.cs (4)
30global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName); 67global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName); 97global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName); 125global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName);
Microsoft.Gen.BuildMetadata.Unit.Tests (4)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BuildMetadataExtensions.g.cs (4)
30global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName); 67global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName); 97global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName); 125global::System.ArgumentException.ThrowIfNullOrWhiteSpace(sectionName);
Microsoft.JSInterop (2)
Infrastructure\DotNetDispatcher.cs (2)
353ArgumentException.ThrowIfNullOrWhiteSpace(assemblyKey.AssemblyName); 354ArgumentException.ThrowIfNullOrWhiteSpace(methodIdentifier);
PresentationCore (2)
System\Windows\clipboard.cs (2)
164ArgumentException.ThrowIfNullOrWhiteSpace(format); 497ArgumentException.ThrowIfNullOrWhiteSpace(format);
System.ComponentModel.Annotations (6)
System\ComponentModel\DataAnnotations\Schema\ColumnAttribute.cs (2)
31ArgumentException.ThrowIfNullOrWhiteSpace(name); 63ArgumentException.ThrowIfNullOrWhiteSpace(value);
System\ComponentModel\DataAnnotations\Schema\ForeignKeyAttribute.cs (1)
26ArgumentException.ThrowIfNullOrWhiteSpace(name);
System\ComponentModel\DataAnnotations\Schema\InversePropertyAttribute.cs (1)
20ArgumentException.ThrowIfNullOrWhiteSpace(property);
System\ComponentModel\DataAnnotations\Schema\TableAttribute.cs (2)
23ArgumentException.ThrowIfNullOrWhiteSpace(name); 41ArgumentException.ThrowIfNullOrWhiteSpace(value);
System.Net.Http (6)
System\Net\Http\HttpMethod.cs (1)
35ArgumentException.ThrowIfNullOrWhiteSpace(method);
System\Net\Http\MultipartContent.cs (2)
46ArgumentException.ThrowIfNullOrWhiteSpace(subtype); 70ArgumentException.ThrowIfNullOrWhiteSpace(boundary);
System\Net\Http\MultipartFormDataContent.cs (3)
38ArgumentException.ThrowIfNullOrWhiteSpace(name); 46ArgumentException.ThrowIfNullOrWhiteSpace(name); 47ArgumentException.ThrowIfNullOrWhiteSpace(fileName);
System.Net.HttpListener (1)
src\runtime\src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs (1)
42ArgumentException.ThrowIfNullOrWhiteSpace(subProtocol);
System.Net.WebSockets (1)
src\runtime\src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs (1)
42ArgumentException.ThrowIfNullOrWhiteSpace(subProtocol);
System.Net.WebSockets.Client (1)
src\runtime\src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs (1)
42ArgumentException.ThrowIfNullOrWhiteSpace(subProtocol);
System.Private.Windows.Core (4)
System\Private\Windows\Ole\DataObjectCore.cs (1)
20ArgumentException.ThrowIfNullOrWhiteSpace(format);
System\Private\Windows\Ole\DataStore.cs (1)
95ArgumentException.ThrowIfNullOrWhiteSpace(format, nameof(format));
System\Private\Windows\Ole\TypeBinder.cs (2)
65ArgumentException.ThrowIfNullOrWhiteSpace(assemblyName); 66ArgumentException.ThrowIfNullOrWhiteSpace(typeName);
System.Windows.Forms (3)
System\Windows\Forms\OLE\Clipboard.cs (2)
437ArgumentException.ThrowIfNullOrWhiteSpace(format); 448ArgumentException.ThrowIfNullOrWhiteSpace(format);
System\Windows\Forms\OLE\DataFormats.cs (1)
128ArgumentException.ThrowIfNullOrWhiteSpace(format);