14551 references to ThrowIfNull
aspire (43)
Commands\AddCommand.cs (6)
30ArgumentNullException.ThrowIfNull(runner); 31ArgumentNullException.ThrowIfNull(nuGetPackageCache); 32ArgumentNullException.ThrowIfNull(interactionService); 33ArgumentNullException.ThrowIfNull(projectLocator); 34ArgumentNullException.ThrowIfNull(prompter); 35ArgumentNullException.ThrowIfNull(telemetry);
Commands\ConfigCommand.cs (3)
24ArgumentNullException.ThrowIfNull(configuration); 25ArgumentNullException.ThrowIfNull(configurationService); 26ArgumentNullException.ThrowIfNull(interactionService);
Commands\NewCommand.cs (7)
39ArgumentNullException.ThrowIfNull(runner); 40ArgumentNullException.ThrowIfNull(nuGetPackageCache); 41ArgumentNullException.ThrowIfNull(certificateService); 42ArgumentNullException.ThrowIfNull(prompter); 43ArgumentNullException.ThrowIfNull(interactionService); 44ArgumentNullException.ThrowIfNull(templateProvider); 45ArgumentNullException.ThrowIfNull(telemetry);
Commands\PublishCommand.cs (1)
40ArgumentNullException.ThrowIfNull(prompter);
Commands\PublishCommandBase.cs (4)
41ArgumentNullException.ThrowIfNull(runner); 42ArgumentNullException.ThrowIfNull(interactionService); 43ArgumentNullException.ThrowIfNull(projectLocator); 44ArgumentNullException.ThrowIfNull(telemetry);
Commands\RootCommand.cs (8)
25ArgumentNullException.ThrowIfNull(newCommand); 26ArgumentNullException.ThrowIfNull(runCommand); 27ArgumentNullException.ThrowIfNull(addCommand); 28ArgumentNullException.ThrowIfNull(publishCommand); 29ArgumentNullException.ThrowIfNull(configCommand); 30ArgumentNullException.ThrowIfNull(deployCommand); 31ArgumentNullException.ThrowIfNull(featureFlags); 32ArgumentNullException.ThrowIfNull(interactionService);
Commands\RunCommand.cs (7)
44ArgumentNullException.ThrowIfNull(runner); 45ArgumentNullException.ThrowIfNull(interactionService); 46ArgumentNullException.ThrowIfNull(certificateService); 47ArgumentNullException.ThrowIfNull(projectLocator); 48ArgumentNullException.ThrowIfNull(ansiConsole); 49ArgumentNullException.ThrowIfNull(telemetry); 50ArgumentNullException.ThrowIfNull(configuration);
Commands\TemplateCommand.cs (2)
18ArgumentNullException.ThrowIfNull(template); 19ArgumentNullException.ThrowIfNull(executeCallback);
Interaction\ConsoleInteractionService.cs (5)
18ArgumentNullException.ThrowIfNull(ansiConsole); 38ArgumentNullException.ThrowIfNull(promptText, nameof(promptText)); 61ArgumentNullException.ThrowIfNull(promptText, nameof(promptText)); 62ArgumentNullException.ThrowIfNull(choices, nameof(choices)); 63ArgumentNullException.ThrowIfNull(choiceFormatter, nameof(choiceFormatter));
Aspire.Azure.AI.Inference (4)
AspireAzureAIInferenceExtensions.cs (4)
50ArgumentNullException.ThrowIfNull(builder); 87ArgumentNullException.ThrowIfNull(builder); 177ArgumentNullException.ThrowIfNull(builder); 192ArgumentNullException.ThrowIfNull(builder);
Aspire.Azure.AI.OpenAI (4)
AspireAzureOpenAIExtensions.cs (2)
44ArgumentNullException.ThrowIfNull(builder); 72ArgumentNullException.ThrowIfNull(builder);
AspireConfigurableOpenAIExtensions.cs (2)
33ArgumentNullException.ThrowIfNull(builder); 59ArgumentNullException.ThrowIfNull(builder);
Aspire.Azure.Data.Tables (2)
AspireTablesExtensions.cs (2)
40ArgumentNullException.ThrowIfNull(builder); 62ArgumentNullException.ThrowIfNull(builder);
Aspire.Azure.Messaging.EventHubs (11)
AspireEventHubsExtensions.cs (10)
36ArgumentNullException.ThrowIfNull(builder); 59ArgumentNullException.ThrowIfNull(builder); 82ArgumentNullException.ThrowIfNull(builder); 105ArgumentNullException.ThrowIfNull(builder); 128ArgumentNullException.ThrowIfNull(builder); 151ArgumentNullException.ThrowIfNull(builder); 175ArgumentNullException.ThrowIfNull(builder); 199ArgumentNullException.ThrowIfNull(builder); 222ArgumentNullException.ThrowIfNull(builder); 246ArgumentNullException.ThrowIfNull(builder);
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
Aspire.Azure.Messaging.ServiceBus (3)
AspireServiceBusExtensions.cs (2)
40ArgumentNullException.ThrowIfNull(builder); 61ArgumentNullException.ThrowIfNull(builder);
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
Aspire.Azure.Messaging.WebPubSub (4)
AspireWebPubSubExtensions.cs (3)
39ArgumentNullException.ThrowIfNull(builder); 62ArgumentNullException.ThrowIfNull(builder); 94ArgumentNullException.ThrowIfNull(builder);
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
Aspire.Azure.Npgsql (2)
AspireAzureNpgsqlExtensions.cs (2)
31ArgumentNullException.ThrowIfNull(builder); 60ArgumentNullException.ThrowIfNull(builder);
Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL (2)
AspireAzureEFPostgreSqlExtensions.cs (2)
52ArgumentNullException.ThrowIfNull(builder); 77ArgumentNullException.ThrowIfNull(builder);
Aspire.Azure.Search.Documents (3)
AspireAzureSearchExtensions.cs (2)
40ArgumentNullException.ThrowIfNull(builder); 60ArgumentNullException.ThrowIfNull(builder);
AzureSearchIndexHealthCheck.cs (1)
17ArgumentNullException.ThrowIfNull(indexClient, nameof(indexClient));
Aspire.Azure.Security.KeyVault (7)
AspireKeyVaultExtensions.cs (7)
40ArgumentNullException.ThrowIfNull(builder); 63ArgumentNullException.ThrowIfNull(builder); 85ArgumentNullException.ThrowIfNull(builder); 107ArgumentNullException.ThrowIfNull(builder); 129ArgumentNullException.ThrowIfNull(builder); 151ArgumentNullException.ThrowIfNull(builder); 173ArgumentNullException.ThrowIfNull(configurationManager);
Aspire.Azure.Storage.Blobs (4)
AspireBlobStorageExtensions.cs (4)
42ArgumentNullException.ThrowIfNull(builder); 74ArgumentNullException.ThrowIfNull(builder); 105ArgumentNullException.ThrowIfNull(builder); 139ArgumentNullException.ThrowIfNull(builder);
Aspire.Azure.Storage.Queues (2)
AspireQueueStorageExtensions.cs (2)
41ArgumentNullException.ThrowIfNull(builder); 63ArgumentNullException.ThrowIfNull(builder);
Aspire.Confluent.Kafka (5)
AspireKafkaConsumerExtensions.cs (1)
118ArgumentNullException.ThrowIfNull(builder);
AspireKafkaProducerExtensions.cs (1)
118ArgumentNullException.ThrowIfNull(builder);
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\OpenTelemetryConsumeResultExtensions.cs (3)
36ArgumentNullException.ThrowIfNull(consumeResult); 84ArgumentNullException.ThrowIfNull(consumer); 98ArgumentNullException.ThrowIfNull(handler);
Aspire.Dashboard (6)
Authentication\AspirePolicyEvaluator.cs (1)
107ArgumentNullException.ThrowIfNull(policy);
Components\Pages\IPageWithSessionAndUrlState.cs (1)
114ArgumentNullException.ThrowIfNull(page.PageViewModel, nameof(page.PageViewModel));
Model\ResourceViewModel.cs (2)
368ArgumentNullException.ThrowIfNull(url); 369ArgumentNullException.ThrowIfNull(displayProperties);
Otlp\Model\OtlpHelpers.cs (1)
95ArgumentNullException.ThrowIfNull(bytes);
Otlp\Storage\TelemetryRepository.cs (1)
212ArgumentNullException.ThrowIfNull(resource);
Aspire.Dashboard.Components.Tests (2)
tests\Shared\Logging\LogValuesAssert.cs (2)
34ArgumentNullException.ThrowIfNull(expectedValues); 35ArgumentNullException.ThrowIfNull(actualValues);
Aspire.Dashboard.Tests (2)
tests\Shared\Logging\LogValuesAssert.cs (2)
34ArgumentNullException.ThrowIfNull(expectedValues); 35ArgumentNullException.ThrowIfNull(actualValues);
Aspire.Hosting (279)
ApplicationModel\AllocatedEndpoint.cs (1)
51ArgumentNullException.ThrowIfNull(endpoint);
ApplicationModel\AspireStore.cs (2)
22ArgumentNullException.ThrowIfNull(basePath); 38ArgumentNullException.ThrowIfNull(contentStream);
ApplicationModel\CommandLineArgsCallbackAnnotation.cs (2)
20ArgumentNullException.ThrowIfNull(callback); 31ArgumentNullException.ThrowIfNull(callback);
ApplicationModel\ContainerRuntimeArgsCallbackAnnotation.cs (2)
20ArgumentNullException.ThrowIfNull(callback); 31ArgumentNullException.ThrowIfNull(callback);
ApplicationModel\EndpointReference.cs (4)
121ArgumentNullException.ThrowIfNull(owner); 122ArgumentNullException.ThrowIfNull(endpoint); 136ArgumentNullException.ThrowIfNull(owner); 137ArgumentNullException.ThrowIfNull(endpointName);
ApplicationModel\EnvironmentAnnotation.cs (2)
17ArgumentNullException.ThrowIfNull(name); 18ArgumentNullException.ThrowIfNull(value);
ApplicationModel\EnvironmentCallbackAnnotation.cs (5)
23ArgumentNullException.ThrowIfNull(name); 24ArgumentNullException.ThrowIfNull(callback); 40ArgumentNullException.ThrowIfNull(callback); 55ArgumentNullException.ThrowIfNull(callback); 70ArgumentNullException.ThrowIfNull(callback);
ApplicationModel\IInteractionService.cs (1)
215ArgumentNullException.ThrowIfNull(input, nameof(input));
ApplicationModel\ParameterResource.cs (2)
24ArgumentNullException.ThrowIfNull(name); 25ArgumentNullException.ThrowIfNull(callback);
ApplicationModel\ProjectResourceExtensions.cs (2)
18ArgumentNullException.ThrowIfNull(model); 31ArgumentNullException.ThrowIfNull(projectResource);
ApplicationModel\ReferenceExpression.cs (3)
19ArgumentNullException.ThrowIfNull(format); 20ArgumentNullException.ThrowIfNull(valueProviders); 21ArgumentNullException.ThrowIfNull(manifestExpressions);
ApplicationModel\ResourceCommandAnnotation.cs (4)
29ArgumentNullException.ThrowIfNull(name); 30ArgumentNullException.ThrowIfNull(displayName); 31ArgumentNullException.ThrowIfNull(updateState); 32ArgumentNullException.ThrowIfNull(executeCommand);
ApplicationModel\ResourceLoggerService.cs (10)
49ArgumentNullException.ThrowIfNull(resource); 133ArgumentNullException.ThrowIfNull(resourceName); 144ArgumentNullException.ThrowIfNull(resourceName); 157ArgumentNullException.ThrowIfNull(resource); 177ArgumentNullException.ThrowIfNull(resource); 197ArgumentNullException.ThrowIfNull(resourceName); 209ArgumentNullException.ThrowIfNull(resourceName); 256ArgumentNullException.ThrowIfNull(resource); 274ArgumentNullException.ThrowIfNull(name); 287ArgumentNullException.ThrowIfNull(resourceName);
ApplicationModel\ResourceUrlsCallbackAnnotation.cs (2)
17ArgumentNullException.ThrowIfNull(callback); 32ArgumentNullException.ThrowIfNull(callback);
Backchannel\AppHostRpcTarget.cs (1)
31ArgumentNullException.ThrowIfNull(channel);
Backchannel\BackchannelLoggerProvider.cs (1)
20ArgumentNullException.ThrowIfNull(serviceProvider);
ContainerResourceBuilderExtensions.cs (49)
24ArgumentNullException.ThrowIfNull(builder); 25ArgumentNullException.ThrowIfNull(name); 26ArgumentNullException.ThrowIfNull(image); 82ArgumentNullException.ThrowIfNull(builder); 83ArgumentNullException.ThrowIfNull(target); 122ArgumentNullException.ThrowIfNull(builder); 123ArgumentNullException.ThrowIfNull(target); 177ArgumentNullException.ThrowIfNull(builder); 178ArgumentNullException.ThrowIfNull(source); 179ArgumentNullException.ThrowIfNull(target); 196ArgumentNullException.ThrowIfNull(builder); 197ArgumentNullException.ThrowIfNull(entrypoint); 212ArgumentNullException.ThrowIfNull(builder); 213ArgumentNullException.ThrowIfNull(tag); 233ArgumentNullException.ThrowIfNull(builder); 254ArgumentNullException.ThrowIfNull(builder); 255ArgumentNullException.ThrowIfNull(image); 312ArgumentNullException.ThrowIfNull(builder); 313ArgumentNullException.ThrowIfNull(sha256); 336ArgumentNullException.ThrowIfNull(builder); 353ArgumentNullException.ThrowIfNull(builder); 354ArgumentNullException.ThrowIfNull(callback); 375ArgumentNullException.ThrowIfNull(builder); 376ArgumentNullException.ThrowIfNull(callback); 404ArgumentNullException.ThrowIfNull(builder); 418ArgumentNullException.ThrowIfNull(builder); 434ArgumentNullException.ThrowIfNull(builder); 478ArgumentNullException.ThrowIfNull(builder); 530ArgumentNullException.ThrowIfNull(builder); 531ArgumentNullException.ThrowIfNull(name); 532ArgumentNullException.ThrowIfNull(contextPath); 553ArgumentNullException.ThrowIfNull(builder); 554ArgumentNullException.ThrowIfNull(name); 592ArgumentNullException.ThrowIfNull(builder); 642ArgumentNullException.ThrowIfNull(builder); 643ArgumentNullException.ThrowIfNull(name); 644ArgumentNullException.ThrowIfNull(value); 689ArgumentNullException.ThrowIfNull(builder); 691ArgumentNullException.ThrowIfNull(value); 749ArgumentNullException.ThrowIfNull(builder); 750ArgumentNullException.ThrowIfNull(destinationPath); 751ArgumentNullException.ThrowIfNull(entries); 822ArgumentNullException.ThrowIfNull(builder); 823ArgumentNullException.ThrowIfNull(destinationPath); 824ArgumentNullException.ThrowIfNull(callback); 855ArgumentNullException.ThrowIfNull(builder); 856ArgumentNullException.ThrowIfNull(destinationPath); 857ArgumentNullException.ThrowIfNull(sourcePath); 907ArgumentNullException.ThrowIfNull(builder);
ContainerResourceExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(model); 38ArgumentNullException.ThrowIfNull(resource);
CustomResourceExtensions.cs (2)
23ArgumentNullException.ThrowIfNull(builder); 24ArgumentNullException.ThrowIfNull(initialSnapshot);
DistributedApplication.cs (3)
61ArgumentNullException.ThrowIfNull(host); 143ArgumentNullException.ThrowIfNull(args); 190ArgumentNullException.ThrowIfNull(options);
DistributedApplicationBuilder.cs (4)
103ArgumentNullException.ThrowIfNull(args); 158ArgumentNullException.ThrowIfNull(options); 534ArgumentNullException.ThrowIfNull(resource); 548ArgumentNullException.ThrowIfNull(resource);
DistributedApplicationBuilderExtensions.cs (1)
62ArgumentNullException.ThrowIfNull(builder, nameof(builder));
DistributedApplicationResourceBuilder.cs (1)
16ArgumentNullException.ThrowIfNull(annotation);
EmulatorResourceExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(resource);
ExecutableResourceBuilderExtensions.cs (9)
31ArgumentNullException.ThrowIfNull(builder); 32ArgumentNullException.ThrowIfNull(name); 33ArgumentNullException.ThrowIfNull(command); 34ArgumentNullException.ThrowIfNull(workingDirectory); 50ArgumentNullException.ThrowIfNull(builder); 51ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(command); 53ArgumentNullException.ThrowIfNull(workingDirectory); 91ArgumentNullException.ThrowIfNull(builder);
ExecutableResourceExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(model);
ExternalServiceBuilderExtensions.cs (9)
27ArgumentNullException.ThrowIfNull(builder); 28ArgumentNullException.ThrowIfNull(name); 29ArgumentNullException.ThrowIfNull(url); 48ArgumentNullException.ThrowIfNull(builder); 49ArgumentNullException.ThrowIfNull(name); 50ArgumentNullException.ThrowIfNull(uri); 64ArgumentNullException.ThrowIfNull(builder); 65ArgumentNullException.ThrowIfNull(name); 66ArgumentNullException.ThrowIfNull(urlParameter);
OtlpConfigurationExtensions.cs (4)
28ArgumentNullException.ThrowIfNull(resource); 29ArgumentNullException.ThrowIfNull(configuration); 30ArgumentNullException.ThrowIfNull(environment); 112ArgumentNullException.ThrowIfNull(builder);
ParameterResourceBuilderExtensions.cs (24)
25ArgumentNullException.ThrowIfNull(builder); 26ArgumentNullException.ThrowIfNull(name); 50ArgumentNullException.ThrowIfNull(builder); 51ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(value); 71ArgumentNullException.ThrowIfNull(builder); 72ArgumentNullException.ThrowIfNull(name); 73ArgumentNullException.ThrowIfNull(valueGetter); 104ArgumentNullException.ThrowIfNull(builder); 105ArgumentNullException.ThrowIfNull(name); 106ArgumentNullException.ThrowIfNull(configurationKey); 134ArgumentNullException.ThrowIfNull(builder); 135ArgumentNullException.ThrowIfNull(name); 136ArgumentNullException.ThrowIfNull(value); 187ArgumentNullException.ThrowIfNull(builder); 188ArgumentNullException.ThrowIfNull(name); 208ArgumentNullException.ThrowIfNull(builder); 220ArgumentNullException.ThrowIfNull(builder); 252ArgumentNullException.ThrowIfNull(builder); 253ArgumentNullException.ThrowIfNull(name); 285ArgumentNullException.ThrowIfNull(builder); 286ArgumentNullException.ThrowIfNull(name); 313ArgumentNullException.ThrowIfNull(builder); 314ArgumentNullException.ThrowIfNull(name);
ProjectResourceBuilderExtensions.cs (21)
63ArgumentNullException.ThrowIfNull(builder); 64ArgumentNullException.ThrowIfNull(name); 96ArgumentNullException.ThrowIfNull(builder); 97ArgumentNullException.ThrowIfNull(name); 98ArgumentNullException.ThrowIfNull(projectPath); 143ArgumentNullException.ThrowIfNull(builder); 144ArgumentNullException.ThrowIfNull(name); 181ArgumentNullException.ThrowIfNull(builder); 182ArgumentNullException.ThrowIfNull(name); 183ArgumentNullException.ThrowIfNull(projectPath); 230ArgumentNullException.ThrowIfNull(builder); 231ArgumentNullException.ThrowIfNull(name); 232ArgumentNullException.ThrowIfNull(configure); 270ArgumentNullException.ThrowIfNull(builder); 271ArgumentNullException.ThrowIfNull(name); 272ArgumentNullException.ThrowIfNull(projectPath); 273ArgumentNullException.ThrowIfNull(configure); 599ArgumentNullException.ThrowIfNull(builder); 633ArgumentNullException.ThrowIfNull(builder); 649ArgumentNullException.ThrowIfNull(builder); 650ArgumentNullException.ThrowIfNull(filter);
ResourceBuilderExtensions.cs (103)
35ArgumentNullException.ThrowIfNull(builder); 36ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(builder); 53ArgumentNullException.ThrowIfNull(name); 76ArgumentNullException.ThrowIfNull(builder); 77ArgumentNullException.ThrowIfNull(name); 78ArgumentNullException.ThrowIfNull(value); 98ArgumentNullException.ThrowIfNull(builder); 99ArgumentNullException.ThrowIfNull(name); 100ArgumentNullException.ThrowIfNull(callback); 114ArgumentNullException.ThrowIfNull(builder); 115ArgumentNullException.ThrowIfNull(callback); 129ArgumentNullException.ThrowIfNull(builder); 130ArgumentNullException.ThrowIfNull(callback); 146ArgumentNullException.ThrowIfNull(builder); 147ArgumentNullException.ThrowIfNull(name); 148ArgumentNullException.ThrowIfNull(endpointReference); 169ArgumentNullException.ThrowIfNull(builder); 170ArgumentNullException.ThrowIfNull(externalService); 204ArgumentNullException.ThrowIfNull(builder); 205ArgumentNullException.ThrowIfNull(name); 206ArgumentNullException.ThrowIfNull(parameter); 230ArgumentNullException.ThrowIfNull(builder); 231ArgumentNullException.ThrowIfNull(envVarName); 232ArgumentNullException.ThrowIfNull(resource); 255ArgumentNullException.ThrowIfNull(builder); 256ArgumentNullException.ThrowIfNull(name); 257ArgumentNullException.ThrowIfNull(value); 280ArgumentNullException.ThrowIfNull(builder); 281ArgumentNullException.ThrowIfNull(args); 295ArgumentNullException.ThrowIfNull(builder); 296ArgumentNullException.ThrowIfNull(args); 312ArgumentNullException.ThrowIfNull(builder); 313ArgumentNullException.ThrowIfNull(callback); 331ArgumentNullException.ThrowIfNull(builder); 332ArgumentNullException.ThrowIfNull(callback); 346ArgumentNullException.ThrowIfNull(builder); 347ArgumentNullException.ThrowIfNull(callback); 363ArgumentNullException.ThrowIfNull(builder); 364ArgumentNullException.ThrowIfNull(callback); 379ArgumentNullException.ThrowIfNull(builder); 380ArgumentNullException.ThrowIfNull(callback); 395ArgumentNullException.ThrowIfNull(builder); 396ArgumentNullException.ThrowIfNull(resource); 445ArgumentNullException.ThrowIfNull(builder); 446ArgumentNullException.ThrowIfNull(source); 472ArgumentNullException.ThrowIfNull(builder); 473ArgumentNullException.ThrowIfNull(source); 491ArgumentNullException.ThrowIfNull(builder); 492ArgumentNullException.ThrowIfNull(name); 493ArgumentNullException.ThrowIfNull(uri); 519ArgumentNullException.ThrowIfNull(builder); 520ArgumentNullException.ThrowIfNull(externalService); 565ArgumentNullException.ThrowIfNull(builder); 566ArgumentNullException.ThrowIfNull(endpointReference); 639ArgumentNullException.ThrowIfNull(builder); 640ArgumentNullException.ThrowIfNull(endpointName); 641ArgumentNullException.ThrowIfNull(callback); 686ArgumentNullException.ThrowIfNull(builder); 753ArgumentNullException.ThrowIfNull(builder); 773ArgumentNullException.ThrowIfNull(builder); 786ArgumentNullException.ThrowIfNull(builder); 814ArgumentNullException.ThrowIfNull(builder); 827ArgumentNullException.ThrowIfNull(builder); 882ArgumentNullException.ThrowIfNull(builder); 883ArgumentNullException.ThrowIfNull(callback); 905ArgumentNullException.ThrowIfNull(builder); 906ArgumentNullException.ThrowIfNull(callback); 926ArgumentNullException.ThrowIfNull(builder); 927ArgumentNullException.ThrowIfNull(url); 947ArgumentNullException.ThrowIfNull(builder); 969ArgumentNullException.ThrowIfNull(builder); 970ArgumentNullException.ThrowIfNull(url); 1095ArgumentNullException.ThrowIfNull(builder); 1129ArgumentNullException.ThrowIfNull(builder); 1130ArgumentNullException.ThrowIfNull(dependency); 1171ArgumentNullException.ThrowIfNull(builder); 1172ArgumentNullException.ThrowIfNull(dependency); 1272ArgumentNullException.ThrowIfNull(builder); 1273ArgumentNullException.ThrowIfNull(dependency); 1328ArgumentNullException.ThrowIfNull(builder); 1329ArgumentNullException.ThrowIfNull(key); 1372ArgumentNullException.ThrowIfNull(builder); 1496ArgumentNullException.ThrowIfNull(builder); 1527ArgumentNullException.ThrowIfNull(builder); 1528ArgumentNullException.ThrowIfNull(name); 1529ArgumentNullException.ThrowIfNull(displayName); 1530ArgumentNullException.ThrowIfNull(executeCommand); 1594ArgumentNullException.ThrowIfNull(builder); 1595ArgumentNullException.ThrowIfNull(name); 1596ArgumentNullException.ThrowIfNull(displayName); 1597ArgumentNullException.ThrowIfNull(executeCommand); 1938ArgumentNullException.ThrowIfNull(builder); 1939ArgumentNullException.ThrowIfNull(resource); 1940ArgumentNullException.ThrowIfNull(type); 1956ArgumentNullException.ThrowIfNull(builder); 1957ArgumentNullException.ThrowIfNull(resource); 1973ArgumentNullException.ThrowIfNull(builder); 1974ArgumentNullException.ThrowIfNull(expression); 2032ArgumentNullException.ThrowIfNull(builder); 2033ArgumentNullException.ThrowIfNull(resourceBuilder); 2111ArgumentNullException.ThrowIfNull(builder); 2112ArgumentNullException.ThrowIfNull(computeEnvironmentResource);
src\Shared\SecretsStore.cs (1)
24ArgumentNullException.ThrowIfNull(userSecretsId);
Aspire.Hosting.Azure (34)
AzureEnvironmentResourceExtensions.cs (4)
65ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(location); 88ArgumentNullException.ThrowIfNull(builder); 89ArgumentNullException.ThrowIfNull(resourceGroup);
AzureProvisioningResource.cs (3)
124ArgumentNullException.ThrowIfNull(infrastructure); 125ArgumentNullException.ThrowIfNull(createExisting); 126ArgumentNullException.ThrowIfNull(createNew);
AzureProvisioningResourceExtensions.cs (16)
42ArgumentNullException.ThrowIfNull(builder); 43ArgumentNullException.ThrowIfNull(configure); 64ArgumentNullException.ThrowIfNull(secretReference); 65ArgumentNullException.ThrowIfNull(infrastructure); 115ArgumentNullException.ThrowIfNull(parameterResourceBuilder); 116ArgumentNullException.ThrowIfNull(infrastructure); 131ArgumentNullException.ThrowIfNull(manifestExpressionProvider); 132ArgumentNullException.ThrowIfNull(infrastructure); 161ArgumentNullException.ThrowIfNull(parameterResource); 162ArgumentNullException.ThrowIfNull(infrastructure); 190ArgumentNullException.ThrowIfNull(outputReference); 191ArgumentNullException.ThrowIfNull(infrastructure); 217ArgumentNullException.ThrowIfNull(endpointReference); 218ArgumentNullException.ThrowIfNull(infrastructure); 243ArgumentNullException.ThrowIfNull(expression); 244ArgumentNullException.ThrowIfNull(infrastructure);
AzurePublishingContext.cs (2)
69ArgumentNullException.ThrowIfNull(model); 70ArgumentNullException.ThrowIfNull(outputPath);
AzureUserAssignedIdentityExtensions.cs (3)
32ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(builder); 67ArgumentNullException.ThrowIfNull(identityResourceBuilder);
ExistingAzureResourceExtensions.cs (6)
22ArgumentNullException.ThrowIfNull(resource); 38ArgumentNullException.ThrowIfNull(builder); 59ArgumentNullException.ThrowIfNull(builder); 80ArgumentNullException.ThrowIfNull(builder); 101ArgumentNullException.ThrowIfNull(builder); 122ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.AIFoundry (6)
AzureAIFoundryExtensions.cs (5)
50ArgumentNullException.ThrowIfNull(builder); 81ArgumentNullException.ThrowIfNull(builder); 82ArgumentNullException.ThrowIfNull(configure); 96ArgumentNullException.ThrowIfNull(builder, nameof(builder)); 185ArgumentNullException.ThrowIfNull(deployment, nameof(deployment));
AzureAIFoundryResource.cs (1)
65ArgumentNullException.ThrowIfNull(deployment);
Aspire.Hosting.Azure.AppConfiguration (1)
AzureAppConfigurationExtensions.cs (1)
31ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.AppContainers (12)
AzureContainerAppContainerExtensions.cs (2)
37ArgumentNullException.ThrowIfNull(container); 38ArgumentNullException.ThrowIfNull(configure);
AzureContainerAppExecutableExtensions.cs (2)
37ArgumentNullException.ThrowIfNull(executable); 38ArgumentNullException.ThrowIfNull(configure);
AzureContainerAppExtensions.cs (3)
36ArgumentNullException.ThrowIfNull(builder); 377ArgumentNullException.ThrowIfNull(builder); 378ArgumentNullException.ThrowIfNull(workspaceBuilder);
AzureContainerAppProjectExtensions.cs (2)
37ArgumentNullException.ThrowIfNull(project); 38ArgumentNullException.ThrowIfNull(configure);
ContainerAppExtensions.cs (3)
60ArgumentNullException.ThrowIfNull(app); 61ArgumentNullException.ThrowIfNull(customDomain); 62ArgumentNullException.ThrowIfNull(certificateName);
Aspire.Hosting.Azure.ApplicationInsights (1)
AzureApplicationInsightsExtensions.cs (1)
38ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.AppService (2)
AzureAppServiceComputeResourceExtensions.cs (2)
37ArgumentNullException.ThrowIfNull(builder); 38ArgumentNullException.ThrowIfNull(configure);
Aspire.Hosting.Azure.CognitiveServices (8)
AzureOpenAIDeploymentResource.cs (1)
37ArgumentNullException.ThrowIfNull(parent);
AzureOpenAIExtensions.cs (6)
32ArgumentNullException.ThrowIfNull(builder); 149ArgumentNullException.ThrowIfNull(builder); 150ArgumentNullException.ThrowIfNull(deployment); 167ArgumentNullException.ThrowIfNull(builder); 186ArgumentNullException.ThrowIfNull(builder); 187ArgumentNullException.ThrowIfNull(configure);
AzureOpenAIResource.cs (1)
52ArgumentNullException.ThrowIfNull(deployment);
Aspire.Hosting.Azure.ContainerRegistry (3)
AzureContainerRegistryExtensions.cs (3)
28ArgumentNullException.ThrowIfNull(builder); 77ArgumentNullException.ThrowIfNull(builder); 78ArgumentNullException.ThrowIfNull(registryBuilder);
Aspire.Hosting.Azure.CosmosDB (16)
AzureCosmosDBContainerResource.cs (2)
29ArgumentNullException.ThrowIfNull(partitionKeyPaths); 90ArgumentNullException.ThrowIfNull(value);
AzureCosmosDBExtensions.cs (13)
33ArgumentNullException.ThrowIfNull(builder); 74ArgumentNullException.ThrowIfNull(builder); 171ArgumentNullException.ThrowIfNull(builder); 187ArgumentNullException.ThrowIfNull(builder); 206ArgumentNullException.ThrowIfNull(builder); 230ArgumentNullException.ThrowIfNull(builder); 247ArgumentNullException.ThrowIfNull(builder); 269ArgumentNullException.ThrowIfNull(builder); 292ArgumentNullException.ThrowIfNull(builder); 294ArgumentNullException.ThrowIfNull(partitionKeyPaths); 339ArgumentNullException.ThrowIfNull(builder); 388ArgumentNullException.ThrowIfNull(builder); 418ArgumentNullException.ThrowIfNull(builder);
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
Aspire.Hosting.Azure.EventHubs (14)
AzureEventHubsExtensions.cs (14)
40ArgumentNullException.ThrowIfNull(builder); 111ArgumentNullException.ThrowIfNull(builder); 128ArgumentNullException.ThrowIfNull(builder); 148ArgumentNullException.ThrowIfNull(builder); 149ArgumentNullException.ThrowIfNull(configure); 168ArgumentNullException.ThrowIfNull(builder); 210ArgumentNullException.ThrowIfNull(builder); 332ArgumentNullException.ThrowIfNull(builder); 346ArgumentNullException.ThrowIfNull(builder); 360ArgumentNullException.ThrowIfNull(builder); 373ArgumentNullException.ThrowIfNull(builder); 389ArgumentNullException.ThrowIfNull(builder); 403ArgumentNullException.ThrowIfNull(builder); 404ArgumentNullException.ThrowIfNull(configJson);
Aspire.Hosting.Azure.Functions (5)
AzureFunctionsProjectResourceExtensions.cs (5)
38ArgumentNullException.ThrowIfNull(builder); 209ArgumentNullException.ThrowIfNull(builder); 210ArgumentNullException.ThrowIfNull(storage); 227ArgumentNullException.ThrowIfNull(destination); 228ArgumentNullException.ThrowIfNull(source);
Aspire.Hosting.Azure.KeyVault (15)
AzureKeyVaultResourceExtensions.cs (15)
61ArgumentNullException.ThrowIfNull(builder); 62ArgumentNullException.ThrowIfNull(name); 168ArgumentNullException.ThrowIfNull(builder); 182ArgumentNullException.ThrowIfNull(builder); 183ArgumentNullException.ThrowIfNull(parameterResource); 197ArgumentNullException.ThrowIfNull(builder); 198ArgumentNullException.ThrowIfNull(parameterResource); 217ArgumentNullException.ThrowIfNull(builder); 218ArgumentNullException.ThrowIfNull(value); 238ArgumentNullException.ThrowIfNull(builder); 239ArgumentNullException.ThrowIfNull(parameterResource); 254ArgumentNullException.ThrowIfNull(builder); 255ArgumentNullException.ThrowIfNull(parameterResource); 275ArgumentNullException.ThrowIfNull(builder); 276ArgumentNullException.ThrowIfNull(value);
Aspire.Hosting.Azure.OperationalInsights (2)
AzureLogAnalyticsWorkspaceExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(builder); 25ArgumentNullException.ThrowIfNull(name);
Aspire.Hosting.Azure.PostgreSQL (6)
AzurePostgresExtensions.cs (6)
36ArgumentNullException.ThrowIfNull(builder); 138ArgumentNullException.ThrowIfNull(builder); 157ArgumentNullException.ThrowIfNull(builder); 209ArgumentNullException.ThrowIfNull(builder); 291ArgumentNullException.ThrowIfNull(builder); 328ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.Redis (6)
AzureRedisExtensions.cs (6)
32ArgumentNullException.ThrowIfNull(builder); 118ArgumentNullException.ThrowIfNull(builder); 155ArgumentNullException.ThrowIfNull(builder); 197ArgumentNullException.ThrowIfNull(builder); 227ArgumentNullException.ThrowIfNull(builder); 228ArgumentNullException.ThrowIfNull(keyVaultBuilder);
Aspire.Hosting.Azure.Search (1)
AzureSearchExtensions.cs (1)
33ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.ServiceBus (20)
AzureServiceBusExtensions.cs (20)
39ArgumentNullException.ThrowIfNull(builder); 123ArgumentNullException.ThrowIfNull(builder); 140ArgumentNullException.ThrowIfNull(builder); 160ArgumentNullException.ThrowIfNull(builder); 161ArgumentNullException.ThrowIfNull(configure); 176ArgumentNullException.ThrowIfNull(builder); 193ArgumentNullException.ThrowIfNull(builder); 195ArgumentNullException.ThrowIfNull(subscriptions); 217ArgumentNullException.ThrowIfNull(builder); 237ArgumentNullException.ThrowIfNull(builder); 238ArgumentNullException.ThrowIfNull(configure); 255ArgumentNullException.ThrowIfNull(builder); 283ArgumentNullException.ThrowIfNull(builder); 303ArgumentNullException.ThrowIfNull(builder); 304ArgumentNullException.ThrowIfNull(configure); 338ArgumentNullException.ThrowIfNull(builder); 471ArgumentNullException.ThrowIfNull(builder); 501ArgumentNullException.ThrowIfNull(builder); 502ArgumentNullException.ThrowIfNull(configJson); 517ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.SignalR (2)
AzureSignalRExtensions.cs (2)
55ArgumentNullException.ThrowIfNull(builder); 118ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.Sql (4)
AzureSqlExtensions.cs (4)
22ArgumentNullException.ThrowIfNull(builder); 77ArgumentNullException.ThrowIfNull(builder); 105ArgumentNullException.ThrowIfNull(builder); 169ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.Storage (12)
AzureStorageExtensions.cs (12)
39ArgumentNullException.ThrowIfNull(builder); 117ArgumentNullException.ThrowIfNull(builder); 193ArgumentNullException.ThrowIfNull(builder); 207ArgumentNullException.ThrowIfNull(builder); 220ArgumentNullException.ThrowIfNull(builder); 236ArgumentNullException.ThrowIfNull(builder); 252ArgumentNullException.ThrowIfNull(builder); 268ArgumentNullException.ThrowIfNull(builder); 292ArgumentNullException.ThrowIfNull(builder); 325ArgumentNullException.ThrowIfNull(builder); 359ArgumentNullException.ThrowIfNull(builder); 374ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Azure.WebPubSub (4)
AzureWebPubSubExtensions.cs (4)
34ArgumentNullException.ThrowIfNull(builder); 156ArgumentNullException.ThrowIfNull(builder); 215ArgumentNullException.ThrowIfNull(builder); 216ArgumentNullException.ThrowIfNull(urlExpression);
Aspire.Hosting.Docker (13)
DockerComposeAspireDashboardResourceBuilderExtensions.cs (1)
31ArgumentNullException.ThrowIfNull(builder);
DockerComposeEnvironmentExtensions.cs (8)
33ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(builder); 67ArgumentNullException.ThrowIfNull(configure); 82ArgumentNullException.ThrowIfNull(builder); 83ArgumentNullException.ThrowIfNull(configure); 97ArgumentNullException.ThrowIfNull(builder); 112ArgumentNullException.ThrowIfNull(builder); 113ArgumentNullException.ThrowIfNull(configure);
DockerComposePublishingContext.cs (2)
50ArgumentNullException.ThrowIfNull(model); 51ArgumentNullException.ThrowIfNull(OutputPath);
DockerComposeServiceExtensions.cs (2)
39ArgumentNullException.ThrowIfNull(builder); 40ArgumentNullException.ThrowIfNull(configure);
Aspire.Hosting.Garnet (4)
GarnetBuilderExtensions.cs (4)
100ArgumentNullException.ThrowIfNull(builder); 196ArgumentNullException.ThrowIfNull(builder); 231ArgumentNullException.ThrowIfNull(builder); 284ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Kafka (5)
KafkaBuilderExtensions.cs (5)
34ArgumentNullException.ThrowIfNull(builder); 93ArgumentNullException.ThrowIfNull(builder); 156ArgumentNullException.ThrowIfNull(builder); 173ArgumentNullException.ThrowIfNull(builder); 189ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Keycloak (5)
KeycloakResourceBuilderExtensions.cs (5)
52ArgumentNullException.ThrowIfNull(builder); 107ArgumentNullException.ThrowIfNull(builder); 130ArgumentNullException.ThrowIfNull(builder); 159ArgumentNullException.ThrowIfNull(builder); 187ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Kubernetes (7)
KubernetesEnvironmentExtensions.cs (3)
32ArgumentNullException.ThrowIfNull(builder); 57ArgumentNullException.ThrowIfNull(builder); 58ArgumentNullException.ThrowIfNull(configure);
KubernetesPublishingContext.cs (2)
54ArgumentNullException.ThrowIfNull(model); 55ArgumentNullException.ThrowIfNull(OutputPath);
KubernetesServiceExtensions.cs (2)
38ArgumentNullException.ThrowIfNull(builder); 39ArgumentNullException.ThrowIfNull(configure);
Aspire.Hosting.Milvus (8)
MilvusBuilderExtensions.cs (7)
46ArgumentNullException.ThrowIfNull(builder); 97ArgumentNullException.ThrowIfNull(builder); 133ArgumentNullException.ThrowIfNull(builder); 159ArgumentNullException.ThrowIfNull(builder); 173ArgumentNullException.ThrowIfNull(builder); 188ArgumentNullException.ThrowIfNull(builder); 202ArgumentNullException.ThrowIfNull(builder);
MilvusServerResource.cs (1)
22ArgumentNullException.ThrowIfNull(apiKey);
Aspire.Hosting.MongoDB (8)
MongoDBBuilderExtensions.cs (8)
53ArgumentNullException.ThrowIfNull(builder); 102ArgumentNullException.ThrowIfNull(builder); 150ArgumentNullException.ThrowIfNull(builder); 176ArgumentNullException.ThrowIfNull(builder); 193ArgumentNullException.ThrowIfNull(builder); 207ArgumentNullException.ThrowIfNull(builder); 223ArgumentNullException.ThrowIfNull(builder); 237ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.MySql (12)
MySqlBuilderExtensions.cs (10)
34ArgumentNullException.ThrowIfNull(builder); 97ArgumentNullException.ThrowIfNull(builder); 170ArgumentNullException.ThrowIfNull(builder); 171ArgumentNullException.ThrowIfNull(script); 190ArgumentNullException.ThrowIfNull(builder); 278ArgumentNullException.ThrowIfNull(builder); 295ArgumentNullException.ThrowIfNull(builder); 309ArgumentNullException.ThrowIfNull(builder); 325ArgumentNullException.ThrowIfNull(builder); 339ArgumentNullException.ThrowIfNull(builder);
MySqlCreateDatabaseScriptAnnotation.cs (1)
19ArgumentNullException.ThrowIfNull(script);
MySqlServerResource.cs (1)
23ArgumentNullException.ThrowIfNull(password);
Aspire.Hosting.Nats (5)
NatsBuilderExtensions.cs (5)
51ArgumentNullException.ThrowIfNull(builder); 115ArgumentNullException.ThrowIfNull(builder); 135ArgumentNullException.ThrowIfNull(builder); 149ArgumentNullException.ThrowIfNull(builder); 165ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.NodeJs (2)
NodeExtensions.cs (2)
25ArgumentNullException.ThrowIfNull(builder); 53ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Oracle (8)
OracleDatabaseBuilderExtensions.cs (7)
34ArgumentNullException.ThrowIfNull(builder); 80ArgumentNullException.ThrowIfNull(builder); 99ArgumentNullException.ThrowIfNull(builder); 112ArgumentNullException.ThrowIfNull(builder); 127ArgumentNullException.ThrowIfNull(builder); 141ArgumentNullException.ThrowIfNull(builder); 159ArgumentNullException.ThrowIfNull(builder);
OracleDatabaseServerResource.cs (1)
20ArgumentNullException.ThrowIfNull(password);
Aspire.Hosting.PostgreSQL (19)
PostgresBuilderExtensions.cs (17)
47ArgumentNullException.ThrowIfNull(builder); 140ArgumentNullException.ThrowIfNull(builder); 183ArgumentNullException.ThrowIfNull(builder); 236ArgumentNullException.ThrowIfNull(builder); 252ArgumentNullException.ThrowIfNull(builder); 287ArgumentNullException.ThrowIfNull(builder); 371ArgumentNullException.ThrowIfNull(builder); 386ArgumentNullException.ThrowIfNull(builder); 402ArgumentNullException.ThrowIfNull(builder); 416ArgumentNullException.ThrowIfNull(builder); 439ArgumentNullException.ThrowIfNull(builder); 440ArgumentNullException.ThrowIfNull(script); 455ArgumentNullException.ThrowIfNull(builder); 456ArgumentNullException.ThrowIfNull(password); 470ArgumentNullException.ThrowIfNull(builder); 471ArgumentNullException.ThrowIfNull(userName); 485ArgumentNullException.ThrowIfNull(builder);
PostgresCreateDatabaseScriptAnnotation.cs (1)
19ArgumentNullException.ThrowIfNull(script);
PostgresServerResource.cs (1)
22ArgumentNullException.ThrowIfNull(password);
Aspire.Hosting.Python (4)
PythonAppResourceBuilderExtensions.cs (2)
109ArgumentNullException.ThrowIfNull(builder); 179ArgumentNullException.ThrowIfNull(scriptArgs);
PythonProjectResourceBuilderExtensions.cs (2)
112ArgumentNullException.ThrowIfNull(builder); 182ArgumentNullException.ThrowIfNull(scriptArgs);
Aspire.Hosting.Qdrant (7)
QdrantBuilderExtensions.cs (5)
43ArgumentNullException.ThrowIfNull(builder); 109ArgumentNullException.ThrowIfNull(builder); 124ArgumentNullException.ThrowIfNull(builder); 139ArgumentNullException.ThrowIfNull(builder); 140ArgumentNullException.ThrowIfNull(qdrantResource);
QdrantServerResource.cs (1)
21ArgumentNullException.ThrowIfNull(apiKey);
src\Components\Aspire.Qdrant.Client\QdrantHealthCheck.cs (1)
14ArgumentNullException.ThrowIfNull(client, nameof(client));
Aspire.Hosting.RabbitMQ (6)
RabbitMQBuilderExtensions.cs (5)
35ArgumentNullException.ThrowIfNull(builder); 97ArgumentNullException.ThrowIfNull(builder); 112ArgumentNullException.ThrowIfNull(builder); 132ArgumentNullException.ThrowIfNull(builder); 152ArgumentNullException.ThrowIfNull(builder);
RabbitMQServerResource.cs (1)
23ArgumentNullException.ThrowIfNull(password);
Aspire.Hosting.Redis (13)
RedisBuilderExtensions.cs (13)
62ArgumentNullException.ThrowIfNull(builder); 63ArgumentNullException.ThrowIfNull(name); 142ArgumentNullException.ThrowIfNull(builder); 210ArgumentNullException.ThrowIfNull(builder); 270ArgumentNullException.ThrowIfNull(builder); 286ArgumentNullException.ThrowIfNull(builder); 314ArgumentNullException.ThrowIfNull(builder); 344ArgumentNullException.ThrowIfNull(builder); 373ArgumentNullException.ThrowIfNull(builder); 394ArgumentNullException.ThrowIfNull(builder); 407ArgumentNullException.ThrowIfNull(builder); 421ArgumentNullException.ThrowIfNull(builder); 435ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Seq (5)
SeqBuilderExtensions.cs (5)
30ArgumentNullException.ThrowIfNull(builder); 31ArgumentNullException.ThrowIfNull(name); 53ArgumentNullException.ThrowIfNull(builder); 67ArgumentNullException.ThrowIfNull(builder); 68ArgumentNullException.ThrowIfNull(source);
Aspire.Hosting.SqlServer (12)
SqlServerBuilderExtensions.cs (9)
38ArgumentNullException.ThrowIfNull(builder); 101ArgumentNullException.ThrowIfNull(builder); 139ArgumentNullException.ThrowIfNull(builder); 157ArgumentNullException.ThrowIfNull(builder); 192ArgumentNullException.ThrowIfNull(builder); 193ArgumentNullException.ThrowIfNull(script); 208ArgumentNullException.ThrowIfNull(builder); 209ArgumentNullException.ThrowIfNull(password); 223ArgumentNullException.ThrowIfNull(builder);
SqlServerCreateDatabaseScriptAnnotation.cs (1)
19ArgumentNullException.ThrowIfNull(script);
SqlServerServerResource.cs (2)
20ArgumentNullException.ThrowIfNull(password); 81ArgumentNullException.ThrowIfNull(password);
Aspire.Hosting.Testing (8)
DistributedApplicationFactory.cs (1)
154ArgumentNullException.ThrowIfNull(args);
DistributedApplicationHostingTestingExtensions.cs (3)
25ArgumentNullException.ThrowIfNull(app); 46ArgumentNullException.ThrowIfNull(app); 69ArgumentNullException.ThrowIfNull(app);
DistributedApplicationTestingBuilder.cs (4)
104ArgumentNullException.ThrowIfNull(entryPoint); 106ArgumentNullException.ThrowIfNull(configureBuilder, nameof(configureBuilder)); 133ArgumentNullException.ThrowIfNull(configureBuilder); 140ArgumentNullException.ThrowIfNull(args);
Aspire.Hosting.Testing.Tests (9)
tests\Aspire.Hosting.Tests\Utils\LoggerNotificationExtensions.cs (7)
25ArgumentNullException.ThrowIfNull(app); 33ArgumentNullException.ThrowIfNull(app); 34ArgumentNullException.ThrowIfNull(resource); 49ArgumentNullException.ThrowIfNull(app); 50ArgumentNullException.ThrowIfNull(logTexts); 75ArgumentNullException.ThrowIfNull(app); 76ArgumentNullException.ThrowIfNull(predicate);
tests\Shared\Logging\LogValuesAssert.cs (2)
34ArgumentNullException.ThrowIfNull(expectedValues); 35ArgumentNullException.ThrowIfNull(actualValues);
Aspire.Hosting.Tests (10)
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
tests\Shared\Logging\LogValuesAssert.cs (2)
34ArgumentNullException.ThrowIfNull(expectedValues); 35ArgumentNullException.ThrowIfNull(actualValues);
Utils\LoggerNotificationExtensions.cs (7)
25ArgumentNullException.ThrowIfNull(app); 33ArgumentNullException.ThrowIfNull(app); 34ArgumentNullException.ThrowIfNull(resource); 49ArgumentNullException.ThrowIfNull(app); 50ArgumentNullException.ThrowIfNull(logTexts); 75ArgumentNullException.ThrowIfNull(app); 76ArgumentNullException.ThrowIfNull(predicate);
Aspire.Hosting.Valkey (5)
ValkeyBuilderExtensions.cs (5)
62ArgumentNullException.ThrowIfNull(builder); 113ArgumentNullException.ThrowIfNull(builder); 207ArgumentNullException.ThrowIfNull(builder); 244ArgumentNullException.ThrowIfNull(builder); 279ArgumentNullException.ThrowIfNull(builder);
Aspire.Hosting.Yarp (1)
ConfigurationBuilder\YarpRoute.cs (1)
137ArgumentNullException.ThrowIfNull(createTransform);
Aspire.Keycloak.Authentication (2)
AspireKeycloakExtensions.cs (2)
79ArgumentNullException.ThrowIfNull(builder); 161ArgumentNullException.ThrowIfNull(builder);
Aspire.Microsoft.Azure.Cosmos (2)
AspireMicrosoftAzureCosmosExtensions.cs (1)
190ArgumentNullException.ThrowIfNull(builder);
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
Aspire.Microsoft.Data.SqlClient (1)
AspireSqlServerSqlClientExtensions.cs (1)
56ArgumentNullException.ThrowIfNull(builder);
Aspire.Microsoft.EntityFrameworkCore.Cosmos (4)
AspireAzureEFCoreCosmosExtensions.cs (3)
43ArgumentNullException.ThrowIfNull(builder); 87ArgumentNullException.ThrowIfNull(builder); 184ArgumentNullException.ThrowIfNull(builder);
src\Shared\StableConnectionStringBuilder.cs (1)
39ArgumentNullException.ThrowIfNull(connectionString);
Aspire.Microsoft.EntityFrameworkCore.SqlServer (2)
AspireSqlServerEFCoreSqlClientExtensions.cs (2)
43ArgumentNullException.ThrowIfNull(builder); 100ArgumentNullException.ThrowIfNull(builder);
Aspire.Milvus.Client (2)
AspireMilvusExtensions.cs (1)
63ArgumentNullException.ThrowIfNull(builder);
MilvusHealthCheck.cs (1)
16ArgumentNullException.ThrowIfNull(milvusClient, nameof(milvusClient));
Aspire.MongoDB.Driver (1)
src\Components\Aspire.MongoDB.Driver\AspireMongoDBDriverExtensions.cs (1)
74ArgumentNullException.ThrowIfNull(builder);
Aspire.MySqlConnector (1)
AspireMySqlConnectorExtensions.cs (1)
59ArgumentNullException.ThrowIfNull(builder);
Aspire.NATS.Net (2)
AspireNatsClientExtensions.cs (2)
119ArgumentNullException.ThrowIfNull(builder); 198ArgumentNullException.ThrowIfNull(builder);
Aspire.Npgsql (1)
AspirePostgreSqlNpgsqlExtensions.cs (1)
57ArgumentNullException.ThrowIfNull(builder);
Aspire.Npgsql.EntityFrameworkCore.PostgreSQL (2)
AspireEFPostgreSqlExtensions.cs (2)
51ArgumentNullException.ThrowIfNull(builder); 112ArgumentNullException.ThrowIfNull(builder);
Aspire.OpenAI (7)
AspireOpenAIClientBuilderChatClientExtensions.cs (2)
27ArgumentNullException.ThrowIfNull(builder); 45ArgumentNullException.ThrowIfNull(builder);
AspireOpenAIClientBuilderEmbeddingGeneratorExtensions.cs (2)
27ArgumentNullException.ThrowIfNull(builder); 45ArgumentNullException.ThrowIfNull(builder);
AspireOpenAIExtensions.cs (3)
65ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(configurationSectionName); 67ArgumentNullException.ThrowIfNull(connectionName);
Aspire.Oracle.EntityFrameworkCore (2)
AspireOracleEFCoreExtensions.cs (2)
44ArgumentNullException.ThrowIfNull(builder); 99ArgumentNullException.ThrowIfNull(builder);
Aspire.Playground.Tests (9)
tests\Aspire.Hosting.Tests\Utils\LoggerNotificationExtensions.cs (7)
25ArgumentNullException.ThrowIfNull(app); 33ArgumentNullException.ThrowIfNull(app); 34ArgumentNullException.ThrowIfNull(resource); 49ArgumentNullException.ThrowIfNull(app); 50ArgumentNullException.ThrowIfNull(logTexts); 75ArgumentNullException.ThrowIfNull(app); 76ArgumentNullException.ThrowIfNull(predicate);
tests\Shared\Logging\LogValuesAssert.cs (2)
34ArgumentNullException.ThrowIfNull(expectedValues); 35ArgumentNullException.ThrowIfNull(actualValues);
Aspire.Pomelo.EntityFrameworkCore.MySql (2)
AspireEFMySqlExtensions.cs (2)
56ArgumentNullException.ThrowIfNull(builder); 149ArgumentNullException.ThrowIfNull(builder);
Aspire.Qdrant.Client (2)
AspireQdrantExtensions.cs (1)
61ArgumentNullException.ThrowIfNull(builder);
QdrantHealthCheck.cs (1)
14ArgumentNullException.ThrowIfNull(client, nameof(client));
Aspire.RabbitMQ.Client (1)
src\Components\Aspire.RabbitMQ.Client\AspireRabbitMQExtensions.cs (1)
72ArgumentNullException.ThrowIfNull(builder);
Aspire.Seq (1)
AspireSeqExtensions.cs (1)
34ArgumentNullException.ThrowIfNull(builder);
Aspire.StackExchange.Redis (1)
AspireRedisExtensions.cs (1)
68ArgumentNullException.ThrowIfNull(builder);
Aspire.StackExchange.Redis.DistributedCaching (2)
AspireRedisDistributedCacheExtensions.cs (2)
36ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(builder);
Aspire.StackExchange.Redis.OutputCaching (2)
AspireRedisOutputCacheExtensions.cs (2)
35ArgumentNullException.ThrowIfNull(builder); 65ArgumentNullException.ThrowIfNull(builder);
CodeGenerator (1)
HttpUtilities\HttpUtilities.cs (1)
245ArgumentNullException.ThrowIfNull(method);
CorsMiddlewareWebSite (1)
EchoMiddleware.cs (1)
25ArgumentNullException.ThrowIfNull(context);
CustomEncryptorSample (2)
CustomXmlDecryptor.cs (1)
22ArgumentNullException.ThrowIfNull(encryptedElement);
CustomXmlEncryptor.cs (1)
22ArgumentNullException.ThrowIfNull(plaintextElement);
dotnet-razorpagegenerator (2)
Program.cs (2)
148ArgumentNullException.ThrowIfNull(options); 160ArgumentNullException.ThrowIfNull(options);
dotnet-user-jwts (1)
Helpers\ConsoleTable.cs (1)
30ArgumentNullException.ThrowIfNull(values);
GenerateDocumentationAndConfigFiles (1)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (1)
62ArgumentNullException.ThrowIfNull(source);
HtmlGenerationWebSite (2)
Models\ProductRecommendations.cs (1)
10ArgumentNullException.ThrowIfNull(products);
TestCacheTagHelper.cs (1)
21ArgumentNullException.ThrowIfNull(loggerFactory);
http2cat (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Identity.DefaultUI.WebSite (1)
src\Identity\test\InMemory.Test\InMemoryUserStore.cs (1)
336ArgumentNullException.ThrowIfNull(claim);
IIS.FunctionalTests (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
IIS.LongTests (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
IIS.NewHandler.FunctionalTests (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
IIS.NewShim.FunctionalTests (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
IIS.ShadowCopy.Tests (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
IISExpress.FunctionalTests (1)
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
illink (3)
InProcessWebSite (1)
src\Servers\IIS\IIS\test\testassets\shared\WebSockets\HandshakeHelpers.cs (1)
27ArgumentNullException.ThrowIfNull(requestKey);
Microsoft.AspNetCore (4)
ConfigureHostBuilder.cs (2)
54ArgumentNullException.ThrowIfNull(configureDelegate); 105ArgumentNullException.ThrowIfNull(factory);
GenericHostBuilderExtensions.cs (2)
34ArgumentNullException.ThrowIfNull(configure); 60ArgumentNullException.ThrowIfNull(configure);
Microsoft.AspNetCore.Antiforgery (18)
AntiforgeryApplicationBuilderExtensions.cs (1)
23ArgumentNullException.ThrowIfNull(builder);
AntiforgeryServiceCollectionExtensions.cs (3)
23ArgumentNullException.ThrowIfNull(services); 57ArgumentNullException.ThrowIfNull(services); 58ArgumentNullException.ThrowIfNull(setupAction);
AntiforgeryTokenSet.cs (1)
24ArgumentNullException.ThrowIfNull(formFieldName);
Internal\AntiforgeryOptionsSetup.cs (1)
23ArgumentNullException.ThrowIfNull(options);
Internal\DefaultAntiforgery.cs (5)
42ArgumentNullException.ThrowIfNull(httpContext); 79ArgumentNullException.ThrowIfNull(httpContext); 90ArgumentNullException.ThrowIfNull(httpContext); 145ArgumentNullException.ThrowIfNull(httpContext); 211ArgumentNullException.ThrowIfNull(httpContext);
Internal\DefaultAntiforgeryTokenGenerator.cs (3)
39ArgumentNullException.ThrowIfNull(httpContext); 40ArgumentNullException.ThrowIfNull(cookieToken); 108ArgumentNullException.ThrowIfNull(httpContext);
Internal\DefaultAntiforgeryTokenSerializer.cs (3)
22ArgumentNullException.ThrowIfNull(provider); 23ArgumentNullException.ThrowIfNull(pool); 127ArgumentNullException.ThrowIfNull(token);
Internal\DefaultAntiforgeryTokenStore.cs (1)
17ArgumentNullException.ThrowIfNull(optionsAccessor);
Microsoft.AspNetCore.Authentication (29)
AuthAppBuilderExtensions.cs (1)
22ArgumentNullException.ThrowIfNull(app);
AuthenticationConfigurationProviderExtensions.cs (1)
23ArgumentNullException.ThrowIfNull(provider, nameof(provider));
AuthenticationHandler.cs (2)
149ArgumentNullException.ThrowIfNull(scheme); 150ArgumentNullException.ThrowIfNull(context);
AuthenticationMiddleware.cs (2)
24ArgumentNullException.ThrowIfNull(next); 25ArgumentNullException.ThrowIfNull(schemes);
AuthenticationServiceCollectionExtensions.cs (3)
21ArgumentNullException.ThrowIfNull(services); 53ArgumentNullException.ThrowIfNull(services); 54ArgumentNullException.ThrowIfNull(configureOptions);
Events\BaseContext.cs (3)
21ArgumentNullException.ThrowIfNull(context); 22ArgumentNullException.ThrowIfNull(scheme); 23ArgumentNullException.ThrowIfNull(options);
HandleRequestResult.cs (1)
34ArgumentNullException.ThrowIfNull(ticket);
PropertiesSerializer.cs (3)
47ArgumentNullException.ThrowIfNull(writer); 48ArgumentNullException.ThrowIfNull(properties); 63ArgumentNullException.ThrowIfNull(reader);
RemoteAuthenticationHandler.cs (2)
228ArgumentNullException.ThrowIfNull(properties); 250ArgumentNullException.ThrowIfNull(properties);
SystemClock.cs (1)
21ArgumentNullException.ThrowIfNull(timeProvider);
TicketSerializer.cs (10)
55ArgumentNullException.ThrowIfNull(writer); 56ArgumentNullException.ThrowIfNull(ticket); 80ArgumentNullException.ThrowIfNull(writer); 81ArgumentNullException.ThrowIfNull(identity); 122ArgumentNullException.ThrowIfNull(writer); 123ArgumentNullException.ThrowIfNull(claim); 148ArgumentNullException.ThrowIfNull(reader); 183ArgumentNullException.ThrowIfNull(reader); 227ArgumentNullException.ThrowIfNull(reader); 228ArgumentNullException.ThrowIfNull(identity);
Microsoft.AspNetCore.Authentication.Abstractions (15)
AuthenticateResult.cs (1)
81ArgumentNullException.ThrowIfNull(ticket);
AuthenticationOptions.cs (2)
34ArgumentNullException.ThrowIfNull(name); 35ArgumentNullException.ThrowIfNull(configureBuilder);
AuthenticationScheme.cs (2)
22ArgumentNullException.ThrowIfNull(name); 23ArgumentNullException.ThrowIfNull(handlerType);
AuthenticationTicket.cs (1)
21ArgumentNullException.ThrowIfNull(principal);
TokenExtensions.cs (9)
23ArgumentNullException.ThrowIfNull(properties); 24ArgumentNullException.ThrowIfNull(tokens); 61ArgumentNullException.ThrowIfNull(properties); 62ArgumentNullException.ThrowIfNull(tokenName); 78ArgumentNullException.ThrowIfNull(properties); 79ArgumentNullException.ThrowIfNull(tokenName); 97ArgumentNullException.ThrowIfNull(properties); 136ArgumentNullException.ThrowIfNull(auth); 137ArgumentNullException.ThrowIfNull(tokenName);
Microsoft.AspNetCore.Authentication.BearerToken (3)
BearerTokenExtensions.cs (3)
64ArgumentNullException.ThrowIfNull(builder); 65ArgumentNullException.ThrowIfNull(authenticationScheme); 66ArgumentNullException.ThrowIfNull(configure);
Microsoft.AspNetCore.Authentication.Cookies (12)
CookieAuthenticationHandler.cs (1)
293ArgumentNullException.ThrowIfNull(user);
CookieSlidingExpirationContext.cs (1)
26ArgumentNullException.ThrowIfNull(ticket);
CookieValidatePrincipalContext.cs (1)
24ArgumentNullException.ThrowIfNull(ticket);
PostConfigureCookieAuthenticationOptions.cs (1)
34ArgumentNullException.ThrowIfNull(name);
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (8)
92ArgumentNullException.ThrowIfNull(context); 93ArgumentNullException.ThrowIfNull(key); 147ArgumentNullException.ThrowIfNull(context); 148ArgumentNullException.ThrowIfNull(key); 149ArgumentNullException.ThrowIfNull(options); 227ArgumentNullException.ThrowIfNull(context); 228ArgumentNullException.ThrowIfNull(key); 229ArgumentNullException.ThrowIfNull(options);
Microsoft.AspNetCore.Authentication.Core (4)
AuthenticationCoreServiceCollectionExtensions.cs (3)
21ArgumentNullException.ThrowIfNull(services); 40ArgumentNullException.ThrowIfNull(services); 41ArgumentNullException.ThrowIfNull(configureOptions);
AuthenticationService.cs (1)
157ArgumentNullException.ThrowIfNull(principal);
Microsoft.AspNetCore.Authentication.Negotiate (1)
NegotiateOptions.cs (1)
60ArgumentNullException.ThrowIfNull(configureSettings);
Microsoft.AspNetCore.Authentication.OAuth (14)
ClaimActionCollectionMapExtensions.cs (11)
24ArgumentNullException.ThrowIfNull(collection); 39ArgumentNullException.ThrowIfNull(collection); 54ArgumentNullException.ThrowIfNull(collection); 70ArgumentNullException.ThrowIfNull(collection); 84ArgumentNullException.ThrowIfNull(collection); 99ArgumentNullException.ThrowIfNull(collection); 110ArgumentNullException.ThrowIfNull(collection); 123ArgumentNullException.ThrowIfNull(collection); 136ArgumentNullException.ThrowIfNull(collection); 148ArgumentNullException.ThrowIfNull(collection); 149ArgumentNullException.ThrowIfNull(claimTypes);
Events\OAuthCreatingTicketContext.cs (2)
39ArgumentNullException.ThrowIfNull(backchannel); 40ArgumentNullException.ThrowIfNull(tokens);
OAuthPostConfigureOptions.cs (1)
33ArgumentNullException.ThrowIfNull(name);
Microsoft.AspNetCore.Authentication.OpenIdConnect (1)
OpenIdConnectPostConfigureOptions.cs (1)
36ArgumentNullException.ThrowIfNull(name);
Microsoft.AspNetCore.Authentication.Twitter (4)
Messages\RequestTokenSerializer.cs (3)
54ArgumentNullException.ThrowIfNull(writer); 55ArgumentNullException.ThrowIfNull(token); 71ArgumentNullException.ThrowIfNull(reader);
TwitterPostConfigureOptions.cs (1)
33ArgumentNullException.ThrowIfNull(name);
Microsoft.AspNetCore.Authentication.WsFederation (1)
WsFederationPostConfigureOptions.cs (1)
36ArgumentNullException.ThrowIfNull(name);
Microsoft.AspNetCore.Authorization (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.Authorization.Policy (13)
AuthorizationAppBuilderExtensions.cs (1)
28ArgumentNullException.ThrowIfNull(app);
AuthorizationEndpointConventionBuilderExtensions.cs (4)
44ArgumentNullException.ThrowIfNull(policyNames); 65ArgumentNullException.ThrowIfNull(authorizeData); 90ArgumentNullException.ThrowIfNull(policy); 111ArgumentNullException.ThrowIfNull(configurePolicy);
AuthorizationMiddleware.cs (2)
80ArgumentNullException.ThrowIfNull(services); 95ArgumentNullException.ThrowIfNull(context);
PolicyEvaluator.cs (1)
96ArgumentNullException.ThrowIfNull(policy);
PolicyServiceCollectionExtensions.cs (3)
30ArgumentNullException.ThrowIfNull(services); 45ArgumentNullException.ThrowIfNull(services); 61ArgumentNullException.ThrowIfNull(services);
src\Http\Routing\src\DataSourceDependentCache.cs (2)
29ArgumentNullException.ThrowIfNull(dataSource); 30ArgumentNullException.ThrowIfNull(initialize);
Microsoft.AspNetCore.AzureAppServicesIntegration (1)
AppServicesWebHostBuilderExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(hostBuilder);
Microsoft.AspNetCore.BrowserTesting (2)
BrowserTestOutputLogger.cs (2)
16ArgumentNullException.ThrowIfNull(logger); 23ArgumentNullException.ThrowIfNull(message);
Microsoft.AspNetCore.Components (120)
BindElementAttribute.cs (3)
21ArgumentNullException.ThrowIfNull(element); 22ArgumentNullException.ThrowIfNull(valueAttribute); 23ArgumentNullException.ThrowIfNull(changeAttribute);
CascadingTypeParameterAttribute.cs (1)
20ArgumentNullException.ThrowIfNull(name);
CascadingValueSource.cs (2)
45ArgumentNullException.ThrowIfNull(name); 67ArgumentNullException.ThrowIfNull(name);
Dispatcher.cs (1)
88ArgumentNullException.ThrowIfNull(e);
ErrorBoundaryBase.cs (1)
59ArgumentNullException.ThrowIfNull(exception);
EventCallbackFactory.cs (11)
23ArgumentNullException.ThrowIfNull(receiver); 37ArgumentNullException.ThrowIfNull(receiver); 51ArgumentNullException.ThrowIfNull(receiver); 65ArgumentNullException.ThrowIfNull(receiver); 79ArgumentNullException.ThrowIfNull(receiver); 93ArgumentNullException.ThrowIfNull(receiver); 107ArgumentNullException.ThrowIfNull(receiver); 121ArgumentNullException.ThrowIfNull(receiver); 135ArgumentNullException.ThrowIfNull(receiver); 149ArgumentNullException.ThrowIfNull(receiver); 163ArgumentNullException.ThrowIfNull(receiver);
EventCallbackFactoryEventArgsExtensions.cs (4)
21ArgumentNullException.ThrowIfNull(factory); 36ArgumentNullException.ThrowIfNull(factory); 51ArgumentNullException.ThrowIfNull(factory); 66ArgumentNullException.ThrowIfNull(factory);
EventHandlerAttribute.cs (2)
30ArgumentNullException.ThrowIfNull(attributeName); 31ArgumentNullException.ThrowIfNull(eventArgsType);
NavigationManager.cs (2)
225ArgumentNullException.ThrowIfNull(uri); 226ArgumentNullException.ThrowIfNull(baseUri);
NavigationManagerExtensions.cs (3)
524ArgumentNullException.ThrowIfNull(navigationManager); 561ArgumentNullException.ThrowIfNull(navigationManager); 562ArgumentNullException.ThrowIfNull(uri);
ParameterView.cs (1)
321ArgumentNullException.ThrowIfNull(target);
PersistentComponentState.cs (7)
57ArgumentNullException.ThrowIfNull(callback); 80ArgumentNullException.ThrowIfNull(key); 98ArgumentNullException.ThrowIfNull(key); 125ArgumentNullException.ThrowIfNull(key); 143ArgumentNullException.ThrowIfNull(type); 144ArgumentNullException.ThrowIfNull(key); 160ArgumentNullException.ThrowIfNull(key);
Reflection\ComponentProperties.cs (1)
26ArgumentNullException.ThrowIfNull(target);
Rendering\RendererSynchronizationContextDispatcher.cs (4)
23ArgumentNullException.ThrowIfNull(workItem); 35ArgumentNullException.ThrowIfNull(workItem); 46ArgumentNullException.ThrowIfNull(workItem); 57ArgumentNullException.ThrowIfNull(workItem);
Rendering\RenderTreeBuilder.cs (1)
670ArgumentNullException.ThrowIfNull(eventType);
RenderTree\Renderer.cs (3)
92ArgumentNullException.ThrowIfNull(serviceProvider); 93ArgumentNullException.ThrowIfNull(loggerFactory); 94ArgumentNullException.ThrowIfNull(componentActivator);
RouteAttribute.cs (1)
20ArgumentNullException.ThrowIfNull(template);
Routing\RouteData.cs (1)
22ArgumentNullException.ThrowIfNull(pageType);
src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (2)
445ArgumentNullException.ThrowIfNull(array); 799ArgumentNullException.ThrowIfNull(dictionary);
src\Http\Routing\src\Constraints\BoolRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\CompositeRouteConstraint.cs (3)
27ArgumentNullException.ThrowIfNull(constraints); 50ArgumentNullException.ThrowIfNull(routeKey); 51ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\DateTimeRouteConstraint.cs (2)
42ArgumentNullException.ThrowIfNull(routeKey); 43ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\DecimalRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\DoubleRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\FileNameRouteConstraint.cs (2)
107ArgumentNullException.ThrowIfNull(routeKey); 108ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\FloatRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\GuidRouteConstraint.cs (2)
38ArgumentNullException.ThrowIfNull(routeKey); 39ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\IntRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\LengthRouteConstraint.cs (2)
92ArgumentNullException.ThrowIfNull(routeKey); 93ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\LongRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\MaxLengthRouteConstraint.cs (2)
56ArgumentNullException.ThrowIfNull(routeKey); 57ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\MaxRouteConstraint.cs (1)
53ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\MinLengthRouteConstraint.cs (2)
56ArgumentNullException.ThrowIfNull(routeKey); 57ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\MinRouteConstraint.cs (2)
50ArgumentNullException.ThrowIfNull(routeKey); 51ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\NonFileNameRouteConstraint.cs (2)
103ArgumentNullException.ThrowIfNull(routeKey); 104ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\OptionalRouteConstraint.cs (3)
27ArgumentNullException.ThrowIfNull(innerConstraint); 50ArgumentNullException.ThrowIfNull(routeKey); 51ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\RangeRouteConstraint.cs (2)
64ArgumentNullException.ThrowIfNull(routeKey); 65ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Constraints\RegexRouteConstraint.cs (4)
36ArgumentNullException.ThrowIfNull(regex); 49ArgumentNullException.ThrowIfNull(regexPattern); 91ArgumentNullException.ThrowIfNull(routeKey); 92ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\DefaultInlineConstraintResolver.cs (3)
33ArgumentNullException.ThrowIfNull(routeOptions); 34ArgumentNullException.ThrowIfNull(serviceProvider); 50ArgumentNullException.ThrowIfNull(inlineConstraint);
src\Http\Routing\src\ParameterPolicyActivator.cs (1)
76ArgumentNullException.ThrowIfNull(inlineParameterPolicy);
src\Http\Routing\src\Patterns\RouteParameterParser.cs (1)
18ArgumentNullException.ThrowIfNull(parameter);
src\Http\Routing\src\Patterns\RoutePattern.cs (1)
140ArgumentNullException.ThrowIfNull(name);
src\Http\Routing\src\Patterns\RoutePatternException.cs (2)
34ArgumentNullException.ThrowIfNull(pattern); 35ArgumentNullException.ThrowIfNull(message);
src\Http\Routing\src\Patterns\RoutePatternFactory.cs (3)
180ArgumentNullException.ThrowIfNull(segments); 974ArgumentNullException.ThrowIfNull(constraint); 1004ArgumentNullException.ThrowIfNull(parameterPolicy);
src\Http\Routing\src\Patterns\RoutePatternMatcher.cs (2)
27ArgumentNullException.ThrowIfNull(pattern); 65ArgumentNullException.ThrowIfNull(values);
src\Http\Routing\src\Patterns\RoutePatternParser.cs (1)
27ArgumentNullException.ThrowIfNull(pattern);
src\Http\Routing\src\RouteConstraintBuilder.cs (5)
38ArgumentNullException.ThrowIfNull(inlineConstraintResolver); 39ArgumentNullException.ThrowIfNull(displayName); 134ArgumentNullException.ThrowIfNull(key); 135ArgumentNullException.ThrowIfNull(constraintText); 162ArgumentNullException.ThrowIfNull(key);
src\Http\Routing\src\RouteConstraintMatcher.cs (1)
49ArgumentNullException.ThrowIfNull(routeValues);
src\Http\Routing\src\RouteOptions.cs (1)
90ArgumentNullException.ThrowIfNull(value);
src\Http\Routing\src\Tree\TreeRouteBuilder.cs (4)
53ArgumentNullException.ThrowIfNull(loggerFactory); 57ArgumentNullException.ThrowIfNull(constraintResolver); 91ArgumentNullException.ThrowIfNull(handler); 92ArgumentNullException.ThrowIfNull(routeTemplate);
src\Http\Routing\src\Tree\TreeRouter.cs (3)
71ArgumentNullException.ThrowIfNull(trees); 75ArgumentNullException.ThrowIfNull(urlEncoder); 79ArgumentNullException.ThrowIfNull(routeLogger);
Microsoft.AspNetCore.Components.Authorization (2)
AuthenticationState.cs (1)
19ArgumentNullException.ThrowIfNull(user);
AuthenticationStateProvider.cs (1)
29ArgumentNullException.ThrowIfNull(task);
Microsoft.AspNetCore.Components.Endpoints (30)
Builder\RazorComponentsEndpointConventionBuilder.cs (1)
54ArgumentNullException.ThrowIfNull(convention);
Builder\RazorComponentsEndpointConventionBuilderExtensions.cs (3)
28ArgumentNullException.ThrowIfNull(builder); 29ArgumentNullException.ThrowIfNull(assemblies); 54ArgumentNullException.ThrowIfNull(builder);
Builder\RazorComponentsEndpointHttpContextExtensions.cs (1)
31ArgumentNullException.ThrowIfNull(context);
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (2)
27ArgumentNullException.ThrowIfNull(endpoints); 58ArgumentNullException.ThrowIfNull(endpoints);
DependencyInjection\RazorComponentsRazorComponentBuilderExtensions.cs (1)
27ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\RazorComponentsServiceCollectionExtensions.cs (1)
38ArgumentNullException.ThrowIfNull(services);
Discovery\AssemblyComponentLibraryDescriptor.cs (2)
25ArgumentNullException.ThrowIfNull(pages); 26ArgumentNullException.ThrowIfNull(components);
Discovery\ComponentInfo.cs (2)
23ArgumentNullException.ThrowIfNull(componentType); 40ArgumentNullException.ThrowIfNull(value, nameof(value));
FormMapping\Converters\CollectionConverter.cs (1)
47ArgumentNullException.ThrowIfNull(elementConverter);
FormMapping\Converters\DictionaryConverter.cs (1)
23ArgumentNullException.ThrowIfNull(elementConverter);
FormMapping\Factories\CollectionConverterFactory.cs (2)
49ArgumentNullException.ThrowIfNull(type); 50ArgumentNullException.ThrowIfNull(options);
FormMapping\FormDataMappingError.cs (2)
10ArgumentNullException.ThrowIfNull(key); 11ArgumentNullException.ThrowIfNull(message);
FormMapping\FormDataMappingException.cs (1)
13ArgumentNullException.ThrowIfNull(error);
FormMapping\FormDataReader.cs (2)
59ArgumentNullException.ThrowIfNull(errorMessage); 85ArgumentNullException.ThrowIfNull(exception);
Rendering\EndpointHtmlRenderer.Prerendering.cs (2)
103ArgumentNullException.ThrowIfNull(httpContext); 104ArgumentNullException.ThrowIfNull(componentType);
Results\RazorComponentResult.cs (2)
51ArgumentNullException.ThrowIfNull(componentType); 52ArgumentNullException.ThrowIfNull(parameters);
Results\RazorComponentResultExecutor.cs (1)
24ArgumentNullException.ThrowIfNull(httpContext);
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
25ArgumentNullException.ThrowIfNull(existingState);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Binding\FormDataMapperTests.cs (1)
2508ArgumentNullException.ThrowIfNull(key);
Microsoft.AspNetCore.Components.Forms (3)
EditContextDataAnnotationsExtensions.cs (1)
52ArgumentNullException.ThrowIfNull(serviceProvider);
FieldIdentifier.cs (2)
33ArgumentNullException.ThrowIfNull(accessor); 46ArgumentNullException.ThrowIfNull(model);
Microsoft.AspNetCore.Components.Server (17)
Builder\ComponentEndpointRouteBuilderExtensions.cs (8)
23ArgumentNullException.ThrowIfNull(endpoints); 38ArgumentNullException.ThrowIfNull(endpoints); 39ArgumentNullException.ThrowIfNull(path); 54ArgumentNullException.ThrowIfNull(endpoints); 55ArgumentNullException.ThrowIfNull(configureOptions); 72ArgumentNullException.ThrowIfNull(endpoints); 73ArgumentNullException.ThrowIfNull(path); 74ArgumentNullException.ThrowIfNull(configureOptions);
Builder\ServerRazorComponentsEndpointConventionBuilderExtensions.cs (2)
37ArgumentNullException.ThrowIfNull(builder); 38ArgumentNullException.ThrowIfNull(configure);
Circuits\RevalidatingServerAuthenticationStateProvider.cs (1)
26ArgumentNullException.ThrowIfNull(loggerFactory);
DependencyInjection\ServerRazorComponentsBuilderExtensions.cs (1)
35ArgumentNullException.ThrowIfNull(builder, nameof(builder));
DependencyInjection\ServerSideBlazorBuilderExtensions.cs (4)
22ArgumentNullException.ThrowIfNull(builder); 23ArgumentNullException.ThrowIfNull(configure); 38ArgumentNullException.ThrowIfNull(builder); 39ArgumentNullException.ThrowIfNull(configure);
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
25ArgumentNullException.ThrowIfNull(existingState);
Microsoft.AspNetCore.Components.Web (33)
BindInputElementAttribute.cs (2)
29ArgumentNullException.ThrowIfNull(valueAttribute); 30ArgumentNullException.ThrowIfNull(changeAttribute);
Forms\AntiforgeryRequestToken.cs (2)
18ArgumentNullException.ThrowIfNull(value); 19ArgumentNullException.ThrowIfNull(formFieldName);
Forms\EditContextFieldClassExtensions.cs (1)
49ArgumentNullException.ThrowIfNull(fieldCssClassProvider);
Forms\Mapping\EditContextFormMappingExtensions.cs (4)
14ArgumentNullException.ThrowIfNull(context, nameof(context)); 15ArgumentNullException.ThrowIfNull(mappingContext, nameof(mappingContext)); 24ArgumentNullException.ThrowIfNull(context, nameof(context)); 25ArgumentNullException.ThrowIfNull(fieldName, nameof(fieldName));
Forms\Mapping\FormMappingContext.cs (1)
19ArgumentNullException.ThrowIfNull(mappingScopeName);
Forms\Mapping\FormValueMappingContext.cs (3)
15ArgumentNullException.ThrowIfNull(acceptMappingScopeName, nameof(acceptMappingScopeName)); 16ArgumentNullException.ThrowIfNull(valueType, nameof(valueType)); 17ArgumentNullException.ThrowIfNull(parameterName, nameof(parameterName));
Web\WebEventCallbackFactoryEventArgsExtensions.cs (20)
22ArgumentNullException.ThrowIfNull(factory); 38ArgumentNullException.ThrowIfNull(factory); 54ArgumentNullException.ThrowIfNull(factory); 70ArgumentNullException.ThrowIfNull(factory); 86ArgumentNullException.ThrowIfNull(factory); 102ArgumentNullException.ThrowIfNull(factory); 118ArgumentNullException.ThrowIfNull(factory); 134ArgumentNullException.ThrowIfNull(factory); 150ArgumentNullException.ThrowIfNull(factory); 166ArgumentNullException.ThrowIfNull(factory); 182ArgumentNullException.ThrowIfNull(factory); 198ArgumentNullException.ThrowIfNull(factory); 213ArgumentNullException.ThrowIfNull(factory); 229ArgumentNullException.ThrowIfNull(factory); 245ArgumentNullException.ThrowIfNull(factory); 261ArgumentNullException.ThrowIfNull(factory); 277ArgumentNullException.ThrowIfNull(factory); 293ArgumentNullException.ThrowIfNull(factory); 309ArgumentNullException.ThrowIfNull(factory); 325ArgumentNullException.ThrowIfNull(factory);
Microsoft.AspNetCore.Components.WebAssembly (29)
Hosting\RootComponentMapping.cs (2)
22ArgumentNullException.ThrowIfNull(componentType); 31ArgumentNullException.ThrowIfNull(selector);
Hosting\RootComponentMappingCollection.cs (4)
26ArgumentNullException.ThrowIfNull(selector); 49ArgumentNullException.ThrowIfNull(componentType); 50ArgumentNullException.ThrowIfNull(selector); 61ArgumentNullException.ThrowIfNull(items);
Hosting\WebAssemblyHostBuilder.cs (1)
269ArgumentNullException.ThrowIfNull(factory);
Hosting\WebAssemblyHostConfiguration.cs (1)
145ArgumentNullException.ThrowIfNull(source);
Hosting\WebAssemblyHostEnvironmentExtensions.cs (4)
18ArgumentNullException.ThrowIfNull(hostingEnvironment); 30ArgumentNullException.ThrowIfNull(hostingEnvironment); 42ArgumentNullException.ThrowIfNull(hostingEnvironment); 57ArgumentNullException.ThrowIfNull(hostingEnvironment);
Http\WebAssemblyHttpRequestMessageExtensions.cs (6)
28ArgumentNullException.ThrowIfNull(requestMessage); 52ArgumentNullException.ThrowIfNull(requestMessage); 79ArgumentNullException.ThrowIfNull(requestMessage); 117ArgumentNullException.ThrowIfNull(requestMessage); 148ArgumentNullException.ThrowIfNull(requestMessage); 167ArgumentNullException.ThrowIfNull(requestMessage);
Rendering\NullDispatcher.cs (4)
18ArgumentNullException.ThrowIfNull(workItem); 26ArgumentNullException.ThrowIfNull(workItem); 33ArgumentNullException.ThrowIfNull(workItem); 40ArgumentNullException.ThrowIfNull(workItem);
Rendering\WebAssemblyDispatcher.cs (4)
20ArgumentNullException.ThrowIfNull(workItem); 53ArgumentNullException.ThrowIfNull(workItem); 81ArgumentNullException.ThrowIfNull(workItem); 126ArgumentNullException.ThrowIfNull(workItem);
Services\WebAssemblyConsoleLogger.cs (1)
51ArgumentNullException.ThrowIfNull(formatter);
Services\WebAssemblyNavigationManager.cs (1)
55ArgumentNullException.ThrowIfNull(uri);
src\Shared\Components\PrerenderComponentApplicationStore.cs (1)
25ArgumentNullException.ThrowIfNull(existingState);
Microsoft.AspNetCore.Components.WebAssembly.Server (2)
ComponentsWebAssemblyApplicationBuilderExtensions.cs (1)
36ArgumentNullException.ThrowIfNull(builder);
WebAssemblyRazorComponentsBuilderExtensions.cs (1)
25ArgumentNullException.ThrowIfNull(builder, nameof(builder));
Microsoft.AspNetCore.Components.WebView (4)
FileExtensionContentTypeProvider.cs (1)
424ArgumentNullException.ThrowIfNull(mapping);
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
42ArgumentNullException.ThrowIfNull(subpath); 156ArgumentNullException.ThrowIfNull(subpath);
WebViewManager.cs (1)
178ArgumentNullException.ThrowIfNull(workItem);
Microsoft.AspNetCore.Components.WebView.Maui (1)
BlazorWebView.cs (1)
91 ArgumentNullException.ThrowIfNull(workItem);
Microsoft.AspNetCore.Components.WebView.Test (3)
Infrastructure\ElementNode.cs (2)
40ArgumentNullException.ThrowIfNull(eventName); 41ArgumentNullException.ThrowIfNull(descriptor);
StaticContentProviderTests.cs (1)
48ArgumentNullException.ThrowIfNull(filePathsAndContents);
Microsoft.AspNetCore.Components.WebView.WindowsForms (2)
BlazorWebView.cs (1)
303 ArgumentNullException.ThrowIfNull(workItem);
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
101 ArgumentNullException.ThrowIfNull(webview);
Microsoft.AspNetCore.Components.WebView.Wpf (2)
BlazorWebView.cs (1)
363 ArgumentNullException.ThrowIfNull(workItem);
src\BlazorWebView\src\SharedSource\WebView2WebViewManager.cs (1)
101 ArgumentNullException.ThrowIfNull(webview);
Microsoft.AspNetCore.ConcurrencyLimiter (1)
ConcurrencyLimiterExtensions.cs (1)
21ArgumentNullException.ThrowIfNull(app);
Microsoft.AspNetCore.CookiePolicy (10)
CookiePolicyAppBuilderExtensions.cs (3)
21ArgumentNullException.ThrowIfNull(app); 34ArgumentNullException.ThrowIfNull(app); 35ArgumentNullException.ThrowIfNull(options);
CookiePolicyServiceCollectionExtensions.cs (4)
21ArgumentNullException.ThrowIfNull(services); 22ArgumentNullException.ThrowIfNull(configureOptions); 35ArgumentNullException.ThrowIfNull(services); 36ArgumentNullException.ThrowIfNull(configureOptions);
ResponseCookiesWrapper.cs (3)
126ArgumentNullException.ThrowIfNull(options); 140ArgumentNullException.ThrowIfNull(options); 198ArgumentNullException.ThrowIfNull(options);
Microsoft.AspNetCore.CookiePolicy.Test (8)
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (8)
92ArgumentNullException.ThrowIfNull(context); 93ArgumentNullException.ThrowIfNull(key); 147ArgumentNullException.ThrowIfNull(context); 148ArgumentNullException.ThrowIfNull(key); 149ArgumentNullException.ThrowIfNull(options); 227ArgumentNullException.ThrowIfNull(context); 228ArgumentNullException.ThrowIfNull(key); 229ArgumentNullException.ThrowIfNull(options);
Microsoft.AspNetCore.Cors (36)
CorsServiceCollectionExtensions.cs (3)
21ArgumentNullException.ThrowIfNull(services); 39ArgumentNullException.ThrowIfNull(services); 40ArgumentNullException.ThrowIfNull(setupAction);
Infrastructure\CorsEndpointConventionBuilderExtensions.cs (4)
21ArgumentNullException.ThrowIfNull(builder); 38ArgumentNullException.ThrowIfNull(builder); 55ArgumentNullException.ThrowIfNull(builder); 56ArgumentNullException.ThrowIfNull(configurePolicy);
Infrastructure\CorsMiddleware.cs (7)
50ArgumentNullException.ThrowIfNull(next); 51ArgumentNullException.ThrowIfNull(corsService); 52ArgumentNullException.ThrowIfNull(loggerFactory); 73ArgumentNullException.ThrowIfNull(next); 74ArgumentNullException.ThrowIfNull(corsService); 75ArgumentNullException.ThrowIfNull(policy); 76ArgumentNullException.ThrowIfNull(loggerFactory);
Infrastructure\CorsMiddlewareExtensions.cs (4)
20ArgumentNullException.ThrowIfNull(app); 33ArgumentNullException.ThrowIfNull(app); 48ArgumentNullException.ThrowIfNull(app); 49ArgumentNullException.ThrowIfNull(configurePolicy);
Infrastructure\CorsOptions.cs (7)
36ArgumentNullException.ThrowIfNull(policy); 47ArgumentNullException.ThrowIfNull(configurePolicy); 59ArgumentNullException.ThrowIfNull(name); 60ArgumentNullException.ThrowIfNull(policy); 72ArgumentNullException.ThrowIfNull(name); 73ArgumentNullException.ThrowIfNull(configurePolicy); 89ArgumentNullException.ThrowIfNull(name);
Infrastructure\CorsPolicyBuilder.cs (3)
56ArgumentNullException.ThrowIfNull(origins); 69ArgumentNullException.ThrowIfNull(origin); 245ArgumentNullException.ThrowIfNull(policy);
Infrastructure\CorsService.cs (7)
29ArgumentNullException.ThrowIfNull(options); 30ArgumentNullException.ThrowIfNull(loggerFactory); 46ArgumentNullException.ThrowIfNull(context); 60ArgumentNullException.ThrowIfNull(context); 61ArgumentNullException.ThrowIfNull(policy); 154ArgumentNullException.ThrowIfNull(result); 155ArgumentNullException.ThrowIfNull(response);
Infrastructure\DefaultCorsPolicyProvider.cs (1)
27ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.DataProtection.Abstractions (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.DataProtection.EntityFrameworkCore (1)
EntityFrameworkCoreXmlRepository.cs (1)
34ArgumentNullException.ThrowIfNull(loggerFactory);
Microsoft.AspNetCore.Diagnostics (42)
DeveloperExceptionPage\DeveloperExceptionPageExtensions.cs (3)
24ArgumentNullException.ThrowIfNull(app); 43ArgumentNullException.ThrowIfNull(app); 44ArgumentNullException.ThrowIfNull(options);
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (3)
56ArgumentNullException.ThrowIfNull(next); 57ArgumentNullException.ThrowIfNull(options); 58ArgumentNullException.ThrowIfNull(filters);
ExceptionHandler\ExceptionHandlerExtensions.cs (7)
28ArgumentNullException.ThrowIfNull(app); 42ArgumentNullException.ThrowIfNull(app); 60ArgumentNullException.ThrowIfNull(app); 78ArgumentNullException.ThrowIfNull(app); 79ArgumentNullException.ThrowIfNull(configure); 100ArgumentNullException.ThrowIfNull(app); 101ArgumentNullException.ThrowIfNull(options);
ExceptionHandler\ExceptionHandlerServiceCollectionExtensions.cs (4)
23ArgumentNullException.ThrowIfNull(services); 24ArgumentNullException.ThrowIfNull(configureOptions); 37ArgumentNullException.ThrowIfNull(services); 38ArgumentNullException.ThrowIfNull(configureOptions);
src\Shared\Diagnostics\BaseView.cs (4)
144ArgumentNullException.ThrowIfNull(writer); 145ArgumentNullException.ThrowIfNull(name); 146ArgumentNullException.ThrowIfNull(leader); 147ArgumentNullException.ThrowIfNull(trailer);
src\Shared\RazorViews\BaseView.cs (4)
101ArgumentNullException.ThrowIfNull(writer); 182ArgumentNullException.ThrowIfNull(name); 183ArgumentNullException.ThrowIfNull(leader); 184ArgumentNullException.ThrowIfNull(trailer);
StatusCodePage\StatusCodePagesExtensions.cs (10)
29ArgumentNullException.ThrowIfNull(app); 30ArgumentNullException.ThrowIfNull(options); 43ArgumentNullException.ThrowIfNull(app); 57ArgumentNullException.ThrowIfNull(app); 58ArgumentNullException.ThrowIfNull(handler); 76ArgumentNullException.ThrowIfNull(app); 96ArgumentNullException.ThrowIfNull(app); 128ArgumentNullException.ThrowIfNull(app); 149ArgumentNullException.ThrowIfNull(app); 181ArgumentNullException.ThrowIfNull(app);
WelcomePage\WelcomePageExtensions.cs (5)
23ArgumentNullException.ThrowIfNull(app); 24ArgumentNullException.ThrowIfNull(options); 37ArgumentNullException.ThrowIfNull(app); 53ArgumentNullException.ThrowIfNull(app); 68ArgumentNullException.ThrowIfNull(app);
WelcomePage\WelcomePageMiddleware.cs (2)
26ArgumentNullException.ThrowIfNull(next); 27ArgumentNullException.ThrowIfNull(options);
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore (23)
DatabaseDeveloperPageExceptionFilterServiceExtensions.cs (1)
28ArgumentNullException.ThrowIfNull(services);
DatabaseErrorPageExtensions.cs (3)
27ArgumentNullException.ThrowIfNull(app); 44ArgumentNullException.ThrowIfNull(app); 45ArgumentNullException.ThrowIfNull(options);
DatabaseErrorPageMiddleware.cs (4)
57ArgumentNullException.ThrowIfNull(next); 58ArgumentNullException.ThrowIfNull(loggerFactory); 59ArgumentNullException.ThrowIfNull(options); 77ArgumentNullException.ThrowIfNull(httpContext);
MigrationsEndPointExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(app); 35ArgumentNullException.ThrowIfNull(app); 36ArgumentNullException.ThrowIfNull(options);
MigrationsEndPointMiddleware.cs (4)
36ArgumentNullException.ThrowIfNull(next); 37ArgumentNullException.ThrowIfNull(logger); 38ArgumentNullException.ThrowIfNull(options); 53ArgumentNullException.ThrowIfNull(context);
src\Shared\Diagnostics\BaseView.cs (4)
144ArgumentNullException.ThrowIfNull(writer); 145ArgumentNullException.ThrowIfNull(name); 146ArgumentNullException.ThrowIfNull(leader); 147ArgumentNullException.ThrowIfNull(trailer);
src\Shared\RazorViews\BaseView.cs (4)
101ArgumentNullException.ThrowIfNull(writer); 182ArgumentNullException.ThrowIfNull(name); 183ArgumentNullException.ThrowIfNull(leader); 184ArgumentNullException.ThrowIfNull(trailer);
Microsoft.AspNetCore.Diagnostics.HealthChecks (18)
Builder\HealthCheckApplicationBuilderExtensions.cs (11)
36ArgumentNullException.ThrowIfNull(app); 59ArgumentNullException.ThrowIfNull(app); 60ArgumentNullException.ThrowIfNull(options); 87ArgumentNullException.ThrowIfNull(app); 114ArgumentNullException.ThrowIfNull(app); 115ArgumentNullException.ThrowIfNull(port); 145ArgumentNullException.ThrowIfNull(app); 146ArgumentNullException.ThrowIfNull(options); 171ArgumentNullException.ThrowIfNull(app); 178ArgumentNullException.ThrowIfNull(port); 185ArgumentNullException.ThrowIfNull(options);
Builder\HealthCheckEndpointRouteBuilderExtensions.cs (3)
30ArgumentNullException.ThrowIfNull(endpoints); 47ArgumentNullException.ThrowIfNull(endpoints); 48ArgumentNullException.ThrowIfNull(options);
HealthCheckMiddleware.cs (4)
27ArgumentNullException.ThrowIfNull(next); 28ArgumentNullException.ThrowIfNull(healthCheckOptions); 29ArgumentNullException.ThrowIfNull(healthCheckService); 43ArgumentNullException.ThrowIfNull(httpContext);
Microsoft.AspNetCore.Grpc.JsonTranscoding (5)
GrpcJsonTranscodingServiceExtensions.cs (3)
27ArgumentNullException.ThrowIfNull(builder); 45ArgumentNullException.ThrowIfNull(builder); 63ArgumentNullException.ThrowIfNull(options);
Internal\HttpContextStreamWriter.cs (1)
44ArgumentNullException.ThrowIfNull(message);
Internal\JsonRequestHelpers.cs (1)
30ArgumentNullException.ThrowIfNull(request);
Microsoft.AspNetCore.Grpc.Swagger (1)
GrpcSwaggerServiceExtensions.cs (1)
29ArgumentNullException.ThrowIfNull(services);
Microsoft.AspNetCore.HeaderPropagation (25)
DependencyInjection\HeaderPropagationApplicationBuilderExtensions.cs (1)
29ArgumentNullException.ThrowIfNull(app);
DependencyInjection\HeaderPropagationHttpClientBuilderExtensions.cs (3)
24ArgumentNullException.ThrowIfNull(builder); 53ArgumentNullException.ThrowIfNull(builder); 54ArgumentNullException.ThrowIfNull(configure);
DependencyInjection\HeaderPropagationServiceCollectionExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(services); 37ArgumentNullException.ThrowIfNull(services); 38ArgumentNullException.ThrowIfNull(configureOptions);
HeaderPropagationContext.cs (2)
23ArgumentNullException.ThrowIfNull(httpContext); 24ArgumentNullException.ThrowIfNull(headerName);
HeaderPropagationEntry.cs (2)
31ArgumentNullException.ThrowIfNull(inboundHeaderName); 32ArgumentNullException.ThrowIfNull(capturedHeaderName);
HeaderPropagationEntryCollection.cs (6)
22ArgumentNullException.ThrowIfNull(headerName); 39ArgumentNullException.ThrowIfNull(headerName); 56ArgumentNullException.ThrowIfNull(inboundHeaderName); 57ArgumentNullException.ThrowIfNull(outboundHeaderName); 81ArgumentNullException.ThrowIfNull(inboundHeaderName); 82ArgumentNullException.ThrowIfNull(outboundHeaderName);
HeaderPropagationMessageHandlerEntry.cs (2)
25ArgumentNullException.ThrowIfNull(capturedHeaderName); 26ArgumentNullException.ThrowIfNull(outboundHeaderName);
HeaderPropagationMessageHandlerEntryCollection.cs (3)
23ArgumentNullException.ThrowIfNull(headerName); 40ArgumentNullException.ThrowIfNull(capturedHeaderName); 41ArgumentNullException.ThrowIfNull(outboundHeaderName);
HeaderPropagationMiddleware.cs (3)
30ArgumentNullException.ThrowIfNull(next); 31ArgumentNullException.ThrowIfNull(options); 32ArgumentNullException.ThrowIfNull(values);
Microsoft.AspNetCore.HostFiltering (3)
HostFilteringBuilderExtensions.cs (1)
21ArgumentNullException.ThrowIfNull(app);
HostFilteringServicesExtensions.cs (2)
22ArgumentNullException.ThrowIfNull(services); 23ArgumentNullException.ThrowIfNull(configureOptions);
Microsoft.AspNetCore.Hosting (21)
GenericHostWebHostBuilderExtensions.cs (3)
23ArgumentNullException.ThrowIfNull(configure); 66ArgumentNullException.ThrowIfNull(configure); 67ArgumentNullException.ThrowIfNull(configureWebHostBuilder);
Http\DefaultHttpContextFactory.cs (1)
46ArgumentNullException.ThrowIfNull(featureCollection);
Internal\HostingEnvironmentExtensions.cs (2)
15ArgumentNullException.ThrowIfNull(options); 66ArgumentNullException.ThrowIfNull(options);
Internal\WebHost.cs (3)
55ArgumentNullException.ThrowIfNull(appServices); 56ArgumentNullException.ThrowIfNull(hostingServiceProvider); 57ArgumentNullException.ThrowIfNull(config);
Internal\WebHostOptions.cs (1)
16ArgumentNullException.ThrowIfNull(primaryConfiguration);
src\Shared\RazorViews\BaseView.cs (4)
101ArgumentNullException.ThrowIfNull(writer); 182ArgumentNullException.ThrowIfNull(name); 183ArgumentNullException.ThrowIfNull(leader); 184ArgumentNullException.ThrowIfNull(trailer);
src\Shared\StaticWebAssets\ManifestStaticWebAssetFileProvider.cs (2)
42ArgumentNullException.ThrowIfNull(subpath); 156ArgumentNullException.ThrowIfNull(subpath);
WebHostBuilder.cs (1)
94ArgumentNullException.ThrowIfNull(configureServices);
WebHostBuilderExtensions.cs (4)
33ArgumentNullException.ThrowIfNull(configureApp); 62ArgumentNullException.ThrowIfNull(configureApp); 92ArgumentNullException.ThrowIfNull(startupFactory); 135ArgumentNullException.ThrowIfNull(startupType);
Microsoft.AspNetCore.Hosting.Abstractions (11)
HostingAbstractionsWebHostBuilderExtensions.cs (6)
55ArgumentNullException.ThrowIfNull(startupAssemblyName); 70ArgumentNullException.ThrowIfNull(server); 88ArgumentNullException.ThrowIfNull(environment); 101ArgumentNullException.ThrowIfNull(contentRoot); 114ArgumentNullException.ThrowIfNull(webRoot); 127ArgumentNullException.ThrowIfNull(urls);
HostingEnvironmentExtensions.cs (4)
19ArgumentNullException.ThrowIfNull(hostingEnvironment); 31ArgumentNullException.ThrowIfNull(hostingEnvironment); 43ArgumentNullException.ThrowIfNull(hostingEnvironment); 58ArgumentNullException.ThrowIfNull(hostingEnvironment);
HostingStartupAttribute.cs (1)
20ArgumentNullException.ThrowIfNull(hostingStartupType);
Microsoft.AspNetCore.Html.Abstractions (24)
HtmlContentBuilder.cs (5)
45ArgumentNullException.ThrowIfNull(entries); 103ArgumentNullException.ThrowIfNull(destination); 130ArgumentNullException.ThrowIfNull(destination); 159ArgumentNullException.ThrowIfNull(writer); 160ArgumentNullException.ThrowIfNull(encoder);
HtmlContentBuilderExtensions.cs (13)
32ArgumentNullException.ThrowIfNull(builder); 33ArgumentNullException.ThrowIfNull(format); 34ArgumentNullException.ThrowIfNull(args); 61ArgumentNullException.ThrowIfNull(builder); 62ArgumentNullException.ThrowIfNull(format); 63ArgumentNullException.ThrowIfNull(args); 76ArgumentNullException.ThrowIfNull(builder); 91ArgumentNullException.ThrowIfNull(builder); 106ArgumentNullException.ThrowIfNull(builder); 122ArgumentNullException.ThrowIfNull(builder); 138ArgumentNullException.ThrowIfNull(builder); 153ArgumentNullException.ThrowIfNull(builder); 169ArgumentNullException.ThrowIfNull(builder);
HtmlFormattableString.cs (4)
46ArgumentNullException.ThrowIfNull(format); 47ArgumentNullException.ThrowIfNull(args); 57ArgumentNullException.ThrowIfNull(writer); 58ArgumentNullException.ThrowIfNull(encoder);
HtmlString.cs (2)
40ArgumentNullException.ThrowIfNull(writer); 41ArgumentNullException.ThrowIfNull(encoder);
Microsoft.AspNetCore.Http (31)
Features\FormFeature.cs (3)
32ArgumentNullException.ThrowIfNull(form); 60ArgumentNullException.ThrowIfNull(request); 61ArgumentNullException.ThrowIfNull(options);
Features\QueryFeature.cs (2)
30ArgumentNullException.ThrowIfNull(query); 41ArgumentNullException.ThrowIfNull(features);
Features\RequestBodyPipeFeature.cs (1)
26ArgumentNullException.ThrowIfNull(context);
Features\RequestCookiesFeature.cs (2)
27ArgumentNullException.ThrowIfNull(cookies); 38ArgumentNullException.ThrowIfNull(features);
FormFile.cs (2)
86ArgumentNullException.ThrowIfNull(target); 101ArgumentNullException.ThrowIfNull(target);
HeaderDictionary.cs (2)
85ArgumentNullException.ThrowIfNull(key); 212ArgumentNullException.ThrowIfNull(key);
HttpServiceCollectionExtensions.cs (1)
21ArgumentNullException.ThrowIfNull(services);
Internal\BufferingHelper.cs (3)
15ArgumentNullException.ThrowIfNull(request); 30ArgumentNullException.ThrowIfNull(section); 31ArgumentNullException.ThrowIfNull(registerForDispose);
Internal\DefaultHttpResponse.cs (2)
129ArgumentNullException.ThrowIfNull(callback); 136ArgumentNullException.ThrowIfNull(callback);
Internal\ReferenceReadStream.cs (1)
20ArgumentNullException.ThrowIfNull(inner);
Internal\RequestCookieCollection.cs (1)
48ArgumentNullException.ThrowIfNull(key);
Internal\ResponseCookies.cs (3)
46ArgumentNullException.ThrowIfNull(options); 70ArgumentNullException.ThrowIfNull(options); 114ArgumentNullException.ThrowIfNull(options);
RequestFormReaderExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(request); 25ArgumentNullException.ThrowIfNull(options);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (2)
26ArgumentNullException.ThrowIfNull(sourceDictionary); 27ArgumentNullException.ThrowIfNull(comparer);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
19ArgumentNullException.ThrowIfNull(source);
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (2)
295ArgumentNullException.ThrowIfNull(array); 612ArgumentNullException.ThrowIfNull(dictionary);
Timeouts\RequestTimeoutOptions.cs (1)
42ArgumentNullException.ThrowIfNull(policy);
Microsoft.AspNetCore.Http.Abstractions (52)
CookieBuilder.cs (1)
107ArgumentNullException.ThrowIfNull(context);
Extensions\HttpResponseWritingExtensions.cs (5)
28ArgumentNullException.ThrowIfNull(response); 29ArgumentNullException.ThrowIfNull(text); 45ArgumentNullException.ThrowIfNull(response); 46ArgumentNullException.ThrowIfNull(text); 47ArgumentNullException.ThrowIfNull(encoding);
Extensions\MapExtensions.cs (2)
51ArgumentNullException.ThrowIfNull(app); 52ArgumentNullException.ThrowIfNull(configuration);
Extensions\MapMiddleware.cs (3)
23ArgumentNullException.ThrowIfNull(next); 24ArgumentNullException.ThrowIfNull(options); 42ArgumentNullException.ThrowIfNull(context);
Extensions\MapWhenExtensions.cs (3)
25ArgumentNullException.ThrowIfNull(app); 26ArgumentNullException.ThrowIfNull(predicate); 27ArgumentNullException.ThrowIfNull(configuration);
Extensions\MapWhenMiddleware.cs (3)
23ArgumentNullException.ThrowIfNull(next); 24ArgumentNullException.ThrowIfNull(options); 47ArgumentNullException.ThrowIfNull(context);
Extensions\MapWhenOptions.cs (1)
26ArgumentNullException.ThrowIfNull(value);
Extensions\RunExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(app); 21ArgumentNullException.ThrowIfNull(handler);
Extensions\UsePathBaseExtensions.cs (1)
23ArgumentNullException.ThrowIfNull(app);
Extensions\UsePathBaseMiddleware.cs (2)
23ArgumentNullException.ThrowIfNull(next); 41ArgumentNullException.ThrowIfNull(context);
Extensions\UseWhenExtensions.cs (3)
24ArgumentNullException.ThrowIfNull(app); 25ArgumentNullException.ThrowIfNull(predicate); 26ArgumentNullException.ThrowIfNull(configuration);
FragmentString.cs (1)
96ArgumentNullException.ThrowIfNull(uri);
HostString.cs (3)
48ArgumentNullException.ThrowIfNull(host); 203ArgumentNullException.ThrowIfNull(uri); 231ArgumentNullException.ThrowIfNull(patterns);
HttpProtocol.cs (1)
112ArgumentNullException.ThrowIfNull(version);
HttpResults\EmptyHttpResult.cs (1)
24ArgumentNullException.ThrowIfNull(httpContext);
Internal\ParsingHelpers.cs (7)
43ArgumentNullException.ThrowIfNull(headers); 51ArgumentNullException.ThrowIfNull(headers); 89ArgumentNullException.ThrowIfNull(headers); 104ArgumentNullException.ThrowIfNull(headers); 105ArgumentNullException.ThrowIfNull(key); 125ArgumentNullException.ThrowIfNull(headers); 126ArgumentNullException.ThrowIfNull(key);
Metadata\AcceptsMetadata.cs (1)
23ArgumentNullException.ThrowIfNull(contentTypes);
PathString.cs (2)
201ArgumentNullException.ThrowIfNull(uri); 525ArgumentNullException.ThrowIfNull(destinationType);
QueryString.cs (3)
93ArgumentNullException.ThrowIfNull(uri); 111ArgumentNullException.ThrowIfNull(name); 197ArgumentNullException.ThrowIfNull(name);
Routing\EndpointHttpContextExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(context); 36ArgumentNullException.ThrowIfNull(context);
Routing\EndpointMetadataCollection.cs (2)
38ArgumentNullException.ThrowIfNull(items); 228ArgumentNullException.ThrowIfNull(collection);
Routing\RouteValueDictionary.cs (3)
62ArgumentNullException.ThrowIfNull(items); 445ArgumentNullException.ThrowIfNull(array); 799ArgumentNullException.ThrowIfNull(dictionary);
Microsoft.AspNetCore.Http.Connections (4)
Internal\Transports\WebSocketsServerTransport.cs (3)
25ArgumentNullException.ThrowIfNull(options); 26ArgumentNullException.ThrowIfNull(application); 27ArgumentNullException.ThrowIfNull(loggerFactory);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.Http.Extensions (79)
HeaderDictionaryTypeExtensions.cs (12)
44ArgumentNullException.ThrowIfNull(headers); 45ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(headers); 53ArgumentNullException.ThrowIfNull(name); 67ArgumentNullException.ThrowIfNull(headers); 68ArgumentNullException.ThrowIfNull(name); 98ArgumentNullException.ThrowIfNull(name); 99ArgumentNullException.ThrowIfNull(values); 122ArgumentNullException.ThrowIfNull(headers); 123ArgumentNullException.ThrowIfNull(name); 170ArgumentNullException.ThrowIfNull(headers); 222ArgumentNullException.ThrowIfNull(headers);
HttpContextServerVariableExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(context); 25ArgumentNullException.ThrowIfNull(variableName);
HttpRequestJsonExtensions.cs (11)
39ArgumentNullException.ThrowIfNull(request); 61ArgumentNullException.ThrowIfNull(request); 101ArgumentNullException.ThrowIfNull(request); 139ArgumentNullException.ThrowIfNull(request); 175ArgumentNullException.ThrowIfNull(request); 198ArgumentNullException.ThrowIfNull(request); 199ArgumentNullException.ThrowIfNull(type); 241ArgumentNullException.ThrowIfNull(request); 242ArgumentNullException.ThrowIfNull(type); 243ArgumentNullException.ThrowIfNull(context); 277ArgumentNullException.ThrowIfNull(request);
HttpRequestMultipartExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(request);
HttpResponseJsonExtensions.cs (10)
41ArgumentNullException.ThrowIfNull(response); 87ArgumentNullException.ThrowIfNull(response); 120ArgumentNullException.ThrowIfNull(response); 162ArgumentNullException.ThrowIfNull(response); 217ArgumentNullException.ThrowIfNull(response); 265ArgumentNullException.ThrowIfNull(response); 266ArgumentNullException.ThrowIfNull(type); 317ArgumentNullException.ThrowIfNull(response); 318ArgumentNullException.ThrowIfNull(type); 319ArgumentNullException.ThrowIfNull(context);
ProblemDetailsService.cs (3)
28ArgumentNullException.ThrowIfNull(context); 29ArgumentNullException.ThrowIfNull(context.ProblemDetails); 30ArgumentNullException.ThrowIfNull(context.HttpContext);
ProblemDetailsServiceCollectionExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(services); 38ArgumentNullException.ThrowIfNull(services);
RequestDelegateFactory.cs (2)
178ArgumentNullException.ThrowIfNull(handler); 230ArgumentNullException.ThrowIfNull(methodInfo);
RequestHeaders.cs (5)
21ArgumentNullException.ThrowIfNull(headers); 383ArgumentNullException.ThrowIfNull(name); 396ArgumentNullException.ThrowIfNull(name); 408ArgumentNullException.ThrowIfNull(name); 409ArgumentNullException.ThrowIfNull(value);
ResponseHeaders.cs (5)
21ArgumentNullException.ThrowIfNull(headers); 233ArgumentNullException.ThrowIfNull(name); 246ArgumentNullException.ThrowIfNull(name); 258ArgumentNullException.ThrowIfNull(name); 259ArgumentNullException.ThrowIfNull(value);
SendFileResponseExtensions.cs (8)
27ArgumentNullException.ThrowIfNull(response); 28ArgumentNullException.ThrowIfNull(file); 45ArgumentNullException.ThrowIfNull(response); 46ArgumentNullException.ThrowIfNull(file); 61ArgumentNullException.ThrowIfNull(response); 62ArgumentNullException.ThrowIfNull(fileName); 79ArgumentNullException.ThrowIfNull(response); 80ArgumentNullException.ThrowIfNull(fileName);
src\Components\Endpoints\src\FormMapping\Converters\CollectionConverter.cs (1)
47ArgumentNullException.ThrowIfNull(elementConverter);
src\Components\Endpoints\src\FormMapping\Converters\DictionaryConverter.cs (1)
23ArgumentNullException.ThrowIfNull(elementConverter);
src\Components\Endpoints\src\FormMapping\Factories\CollectionConverterFactory.cs (2)
49ArgumentNullException.ThrowIfNull(type); 50ArgumentNullException.ThrowIfNull(options);
src\Components\Endpoints\src\FormMapping\FormDataMappingError.cs (2)
10ArgumentNullException.ThrowIfNull(key); 11ArgumentNullException.ThrowIfNull(message);
src\Components\Endpoints\src\FormMapping\FormDataMappingException.cs (1)
13ArgumentNullException.ThrowIfNull(error);
src\Components\Endpoints\src\FormMapping\FormDataReader.cs (2)
59ArgumentNullException.ThrowIfNull(errorMessage); 85ArgumentNullException.ThrowIfNull(exception);
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
32ArgumentNullException.ThrowIfNull(methodInfo); 114ArgumentNullException.ThrowIfNull(parameterDefaultValues);
src\Shared\PropertyAsParameterInfo.cs (2)
66ArgumentNullException.ThrowIfNull(parameters); 67ArgumentNullException.ThrowIfNull(cache);
UriHelper.cs (3)
58ArgumentNullException.ThrowIfNull(scheme); 112ArgumentNullException.ThrowIfNull(uri); 160ArgumentNullException.ThrowIfNull(uri);
Microsoft.AspNetCore.Http.Features (1)
CookieOptions.cs (1)
35ArgumentNullException.ThrowIfNull(options);
Microsoft.AspNetCore.Http.Results (121)
Accepted.cs (3)
61ArgumentNullException.ThrowIfNull(httpContext); 81ArgumentNullException.ThrowIfNull(method); 82ArgumentNullException.ThrowIfNull(builder);
AcceptedAtRoute.cs (3)
79ArgumentNullException.ThrowIfNull(httpContext); 108ArgumentNullException.ThrowIfNull(method); 109ArgumentNullException.ThrowIfNull(builder);
AcceptedAtRouteOfT.cs (3)
93ArgumentNullException.ThrowIfNull(httpContext); 122ArgumentNullException.ThrowIfNull(method); 123ArgumentNullException.ThrowIfNull(builder);
AcceptedOfT.cs (4)
43ArgumentNullException.ThrowIfNull(locationUri); 77ArgumentNullException.ThrowIfNull(httpContext); 100ArgumentNullException.ThrowIfNull(method); 101ArgumentNullException.ThrowIfNull(builder);
BadRequest.cs (3)
36ArgumentNullException.ThrowIfNull(httpContext); 51ArgumentNullException.ThrowIfNull(method); 52ArgumentNullException.ThrowIfNull(builder);
BadRequestOfT.cs (3)
47ArgumentNullException.ThrowIfNull(httpContext); 65ArgumentNullException.ThrowIfNull(method); 66ArgumentNullException.ThrowIfNull(builder);
ChallengeHttpResult.cs (1)
72ArgumentNullException.ThrowIfNull(httpContext);
Conflict.cs (3)
36ArgumentNullException.ThrowIfNull(httpContext); 51ArgumentNullException.ThrowIfNull(method); 52ArgumentNullException.ThrowIfNull(builder);
ConflictOfT.cs (3)
47ArgumentNullException.ThrowIfNull(httpContext); 65ArgumentNullException.ThrowIfNull(method); 66ArgumentNullException.ThrowIfNull(builder);
ContentHttpResult.cs (1)
60ArgumentNullException.ThrowIfNull(httpContext);
Created.cs (3)
61ArgumentNullException.ThrowIfNull(httpContext); 81ArgumentNullException.ThrowIfNull(method); 82ArgumentNullException.ThrowIfNull(builder);
CreatedAtRoute.cs (3)
79ArgumentNullException.ThrowIfNull(httpContext); 108ArgumentNullException.ThrowIfNull(method); 109ArgumentNullException.ThrowIfNull(builder);
CreatedAtRouteOfT.cs (3)
93ArgumentNullException.ThrowIfNull(httpContext); 125ArgumentNullException.ThrowIfNull(method); 126ArgumentNullException.ThrowIfNull(builder);
CreatedOfT.cs (3)
76ArgumentNullException.ThrowIfNull(httpContext); 99ArgumentNullException.ThrowIfNull(method); 100ArgumentNullException.ThrowIfNull(builder);
FileContentHttpResult.cs (1)
109ArgumentNullException.ThrowIfNull(httpContext);
FileStreamHttpResult.cs (2)
62ArgumentNullException.ThrowIfNull(fileStream); 115ArgumentNullException.ThrowIfNull(httpContext);
ForbidHttpResult.cs (1)
83ArgumentNullException.ThrowIfNull(httpContext);
InternalServerError.cs (3)
36ArgumentNullException.ThrowIfNull(httpContext); 51ArgumentNullException.ThrowIfNull(method); 52ArgumentNullException.ThrowIfNull(builder);
InternalServerErrorOfT.cs (3)
47ArgumentNullException.ThrowIfNull(httpContext); 65ArgumentNullException.ThrowIfNull(method); 66ArgumentNullException.ThrowIfNull(builder);
JsonHttpResultOfT.cs (1)
91ArgumentNullException.ThrowIfNull(httpContext);
NoContent.cs (3)
35ArgumentNullException.ThrowIfNull(httpContext); 51ArgumentNullException.ThrowIfNull(method); 52ArgumentNullException.ThrowIfNull(builder);
NotFound.cs (3)
35ArgumentNullException.ThrowIfNull(httpContext); 50ArgumentNullException.ThrowIfNull(method); 51ArgumentNullException.ThrowIfNull(builder);
NotFoundOfT.cs (3)
46ArgumentNullException.ThrowIfNull(httpContext); 64ArgumentNullException.ThrowIfNull(method); 65ArgumentNullException.ThrowIfNull(builder);
Ok.cs (3)
35ArgumentNullException.ThrowIfNull(httpContext); 50ArgumentNullException.ThrowIfNull(method); 51ArgumentNullException.ThrowIfNull(builder);
OkOfT.cs (3)
46ArgumentNullException.ThrowIfNull(httpContext); 64ArgumentNullException.ThrowIfNull(method); 65ArgumentNullException.ThrowIfNull(builder);
PhysicalFileHttpResult.cs (1)
110ArgumentNullException.ThrowIfNull(httpContext);
ProblemHttpResult.cs (1)
51ArgumentNullException.ThrowIfNull(httpContext);
PushStreamHttpResult.cs (1)
103ArgumentNullException.ThrowIfNull(httpContext);
RedirectHttpResult.cs (1)
91ArgumentNullException.ThrowIfNull(httpContext);
RedirectToRouteHttpResult.cs (1)
159ArgumentNullException.ThrowIfNull(httpContext);
Results.cs (3)
203ArgumentNullException.ThrowIfNull(jsonTypeInfo); 222ArgumentNullException.ThrowIfNull(context); 800ArgumentNullException.ThrowIfNull(errors);
ResultsOfT.Generated.cs (15)
42ArgumentNullException.ThrowIfNull(httpContext); 67ArgumentNullException.ThrowIfNull(method); 68ArgumentNullException.ThrowIfNull(builder); 106ArgumentNullException.ThrowIfNull(httpContext); 137ArgumentNullException.ThrowIfNull(method); 138ArgumentNullException.ThrowIfNull(builder); 179ArgumentNullException.ThrowIfNull(httpContext); 216ArgumentNullException.ThrowIfNull(method); 217ArgumentNullException.ThrowIfNull(builder); 261ArgumentNullException.ThrowIfNull(httpContext); 304ArgumentNullException.ThrowIfNull(method); 305ArgumentNullException.ThrowIfNull(builder); 352ArgumentNullException.ThrowIfNull(httpContext); 401ArgumentNullException.ThrowIfNull(method); 402ArgumentNullException.ThrowIfNull(builder);
ServerSentEventsResult.cs (3)
41ArgumentNullException.ThrowIfNull(httpContext); 104ArgumentNullException.ThrowIfNull(method); 105ArgumentNullException.ThrowIfNull(builder);
SignInHttpResult.cs (1)
58ArgumentNullException.ThrowIfNull(httpContext);
SignOutHttpResult.cs (2)
53ArgumentNullException.ThrowIfNull(authenticationSchemes); 72ArgumentNullException.ThrowIfNull(httpContext);
StatusCodeHttpResult.cs (1)
39ArgumentNullException.ThrowIfNull(httpContext);
TypedResults.cs (13)
74ArgumentNullException.ThrowIfNull(principal); 217ArgumentNullException.ThrowIfNull(jsonTypeInfo); 235ArgumentNullException.ThrowIfNull(context); 266ArgumentNullException.ThrowIfNull(fileContents); 301ArgumentNullException.ThrowIfNull(contents); 371ArgumentNullException.ThrowIfNull(fileStream); 412ArgumentNullException.ThrowIfNull(stream); 450ArgumentNullException.ThrowIfNull(pipeReader); 479ArgumentNullException.ThrowIfNull(streamWriterCallback); 810ArgumentNullException.ThrowIfNull(problemDetails); 856ArgumentNullException.ThrowIfNull(errors); 1007ArgumentNullException.ThrowIfNull(uri); 1021ArgumentNullException.ThrowIfNull(uri);
UnauthorizedHttpResult.cs (1)
32ArgumentNullException.ThrowIfNull(httpContext);
UnprocessableEntity.cs (3)
36ArgumentNullException.ThrowIfNull(httpContext); 51ArgumentNullException.ThrowIfNull(method); 52ArgumentNullException.ThrowIfNull(builder);
UnprocessableEntityOfT.cs (3)
47ArgumentNullException.ThrowIfNull(httpContext); 65ArgumentNullException.ThrowIfNull(method); 66ArgumentNullException.ThrowIfNull(builder);
Utf8ContentHttpResult.cs (1)
51ArgumentNullException.ThrowIfNull(httpContext);
ValidationProblem.cs (4)
20ArgumentNullException.ThrowIfNull(problemDetails); 54ArgumentNullException.ThrowIfNull(httpContext); 76ArgumentNullException.ThrowIfNull(method); 77ArgumentNullException.ThrowIfNull(builder);
VirtualFileHttpResult.cs (1)
104ArgumentNullException.ThrowIfNull(httpContext);
Microsoft.AspNetCore.HttpLogging (21)
HttpLoggingBuilderExtensions.cs (2)
23ArgumentNullException.ThrowIfNull(app); 38ArgumentNullException.ThrowIfNull(app);
HttpLoggingMiddleware.cs (6)
29ArgumentNullException.ThrowIfNull(next); 30ArgumentNullException.ThrowIfNull(options); 31ArgumentNullException.ThrowIfNull(logger); 32ArgumentNullException.ThrowIfNull(interceptors); 33ArgumentNullException.ThrowIfNull(contextPool); 34ArgumentNullException.ThrowIfNull(timeProvider);
HttpLoggingServicesExtensions.cs (5)
22ArgumentNullException.ThrowIfNull(services); 37ArgumentNullException.ThrowIfNull(services); 38ArgumentNullException.ThrowIfNull(configureOptions); 66ArgumentNullException.ThrowIfNull(services); 67ArgumentNullException.ThrowIfNull(configureOptions);
MediaTypeOptions.cs (4)
36ArgumentNullException.ThrowIfNull(mediaType); 52ArgumentNullException.ThrowIfNull(contentType); 64ArgumentNullException.ThrowIfNull(contentType); 65ArgumentNullException.ThrowIfNull(encoding);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
W3CLoggingMiddleware.cs (3)
55ArgumentNullException.ThrowIfNull(next); 56ArgumentNullException.ThrowIfNull(options); 57ArgumentNullException.ThrowIfNull(w3cLogger);
Microsoft.AspNetCore.HttpOverrides (17)
CertificateForwardingBuilderExtensions.cs (1)
21ArgumentNullException.ThrowIfNull(app);
CertificateForwardingMiddleware.cs (3)
32ArgumentNullException.ThrowIfNull(next); 33ArgumentNullException.ThrowIfNull(loggerFactory); 34ArgumentNullException.ThrowIfNull(options);
CertificateForwardingServiceExtensions.cs (2)
23ArgumentNullException.ThrowIfNull(services); 24ArgumentNullException.ThrowIfNull(configure);
ForwardedHeadersExtensions.cs (3)
27ArgumentNullException.ThrowIfNull(builder); 52ArgumentNullException.ThrowIfNull(builder); 53ArgumentNullException.ThrowIfNull(options);
ForwardedHeadersMiddleware.cs (3)
48ArgumentNullException.ThrowIfNull(next); 49ArgumentNullException.ThrowIfNull(loggerFactory); 50ArgumentNullException.ThrowIfNull(options);
HttpMethodOverrideExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(builder); 37ArgumentNullException.ThrowIfNull(builder); 38ArgumentNullException.ThrowIfNull(options);
HttpMethodOverrideMiddleware.cs (2)
26ArgumentNullException.ThrowIfNull(next); 27ArgumentNullException.ThrowIfNull(options);
Microsoft.AspNetCore.HttpsPolicy (10)
HstsBuilderExtensions.cs (1)
19ArgumentNullException.ThrowIfNull(app);
HstsMiddleware.cs (1)
35ArgumentNullException.ThrowIfNull(options);
HstsServicesExtensions.cs (2)
22ArgumentNullException.ThrowIfNull(services); 23ArgumentNullException.ThrowIfNull(configureOptions);
HttpsRedirectionBuilderExtensions.cs (1)
21ArgumentNullException.ThrowIfNull(app);
HttpsRedirectionMiddleware.cs (3)
38ArgumentNullException.ThrowIfNull(next); 39ArgumentNullException.ThrowIfNull(options); 40ArgumentNullException.ThrowIfNull(config);
HttpsRedirectionServicesExtensions.cs (2)
22ArgumentNullException.ThrowIfNull(services); 23ArgumentNullException.ThrowIfNull(configureOptions);
Microsoft.AspNetCore.Identity (28)
DataProtectorTokenProvider.cs (2)
28ArgumentNullException.ThrowIfNull(dataProtectionProvider); 78ArgumentNullException.ThrowIfNull(user);
IdentityApiEndpointRouteBuilderExtensions.cs (1)
43ArgumentNullException.ThrowIfNull(endpoints);
IdentityBuilderExtensions.cs (1)
97ArgumentNullException.ThrowIfNull(builder);
IdentityServiceCollectionExtensions.cs (2)
138ArgumentNullException.ThrowIfNull(services); 139ArgumentNullException.ThrowIfNull(configure);
PasskeyAssertionResult.cs (2)
65ArgumentNullException.ThrowIfNull(passkey); 66ArgumentNullException.ThrowIfNull(user);
PasskeyAttestationResult.cs (1)
49ArgumentNullException.ThrowIfNull(passkey);
SecurityStampValidator.cs (4)
29ArgumentNullException.ThrowIfNull(options); 30ArgumentNullException.ThrowIfNull(signInManager); 46ArgumentNullException.ThrowIfNull(options); 47ArgumentNullException.ThrowIfNull(signInManager);
SignInManager.cs (14)
55ArgumentNullException.ThrowIfNull(userManager); 56ArgumentNullException.ThrowIfNull(contextAccessor); 57ArgumentNullException.ThrowIfNull(claimsFactory); 89ArgumentNullException.ThrowIfNull(passkeyHandler); 156ArgumentNullException.ThrowIfNull(principal); 381ArgumentNullException.ThrowIfNull(user); 421ArgumentNullException.ThrowIfNull(user); 479ArgumentNullException.ThrowIfNull(options); 509ArgumentNullException.ThrowIfNull(options); 582ArgumentNullException.ThrowIfNull(creationArgs); 611ArgumentNullException.ThrowIfNull(creationArgs); 676ArgumentNullException.ThrowIfNull(requestArgs); 707ArgumentNullException.ThrowIfNull(requestArgs); 1120ArgumentNullException.ThrowIfNull(externalLogin);
TimeProviderClock.cs (1)
19ArgumentNullException.ThrowIfNull(timeProvider);
Microsoft.AspNetCore.Identity.EntityFrameworkCore (64)
RoleStore.cs (14)
88ArgumentNullException.ThrowIfNull(context); 134ArgumentNullException.ThrowIfNull(role); 150ArgumentNullException.ThrowIfNull(role); 175ArgumentNullException.ThrowIfNull(role); 198ArgumentNullException.ThrowIfNull(role); 212ArgumentNullException.ThrowIfNull(role); 227ArgumentNullException.ThrowIfNull(role); 297ArgumentNullException.ThrowIfNull(role); 312ArgumentNullException.ThrowIfNull(role); 339ArgumentNullException.ThrowIfNull(role); 354ArgumentNullException.ThrowIfNull(role); 355ArgumentNullException.ThrowIfNull(claim); 371ArgumentNullException.ThrowIfNull(role); 372ArgumentNullException.ThrowIfNull(claim);
UserOnlyStore.cs (23)
129ArgumentNullException.ThrowIfNull(context); 196ArgumentNullException.ThrowIfNull(user); 212ArgumentNullException.ThrowIfNull(user); 238ArgumentNullException.ThrowIfNull(user); 337ArgumentNullException.ThrowIfNull(user); 352ArgumentNullException.ThrowIfNull(user); 353ArgumentNullException.ThrowIfNull(claims); 372ArgumentNullException.ThrowIfNull(user); 373ArgumentNullException.ThrowIfNull(claim); 374ArgumentNullException.ThrowIfNull(newClaim); 394ArgumentNullException.ThrowIfNull(user); 395ArgumentNullException.ThrowIfNull(claims); 418ArgumentNullException.ThrowIfNull(user); 419ArgumentNullException.ThrowIfNull(login); 437ArgumentNullException.ThrowIfNull(user); 457ArgumentNullException.ThrowIfNull(user); 513ArgumentNullException.ThrowIfNull(claim); 619ArgumentNullException.ThrowIfNull(user); 620ArgumentNullException.ThrowIfNull(passkey); 650ArgumentNullException.ThrowIfNull(user); 705ArgumentNullException.ThrowIfNull(user); 737ArgumentNullException.ThrowIfNull(user); 738ArgumentNullException.ThrowIfNull(credentialId);
UserStore.cs (27)
148ArgumentNullException.ThrowIfNull(context); 191ArgumentNullException.ThrowIfNull(user); 207ArgumentNullException.ThrowIfNull(user); 233ArgumentNullException.ThrowIfNull(user); 357ArgumentNullException.ThrowIfNull(user); 379ArgumentNullException.ThrowIfNull(user); 403ArgumentNullException.ThrowIfNull(user); 424ArgumentNullException.ThrowIfNull(user); 445ArgumentNullException.ThrowIfNull(user); 460ArgumentNullException.ThrowIfNull(user); 461ArgumentNullException.ThrowIfNull(claims); 480ArgumentNullException.ThrowIfNull(user); 481ArgumentNullException.ThrowIfNull(claim); 482ArgumentNullException.ThrowIfNull(newClaim); 502ArgumentNullException.ThrowIfNull(user); 503ArgumentNullException.ThrowIfNull(claims); 526ArgumentNullException.ThrowIfNull(user); 527ArgumentNullException.ThrowIfNull(login); 545ArgumentNullException.ThrowIfNull(user); 565ArgumentNullException.ThrowIfNull(user); 621ArgumentNullException.ThrowIfNull(claim); 755ArgumentNullException.ThrowIfNull(user); 756ArgumentNullException.ThrowIfNull(passkey); 785ArgumentNullException.ThrowIfNull(user); 840ArgumentNullException.ThrowIfNull(credentialId); 872ArgumentNullException.ThrowIfNull(user); 873ArgumentNullException.ThrowIfNull(credentialId);
Microsoft.AspNetCore.Identity.FunctionalTests (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.Identity.InMemory.Test (1)
InMemoryUserStore.cs (1)
336ArgumentNullException.ThrowIfNull(claim);
Microsoft.AspNetCore.JsonPatch (3)
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.JsonPatch.SystemTextJson (3)
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.Localization (25)
AcceptLanguageHeaderRequestCultureProvider.cs (1)
25ArgumentNullException.ThrowIfNull(httpContext);
ApplicationBuilderExtensions.cs (7)
22ArgumentNullException.ThrowIfNull(app); 38ArgumentNullException.ThrowIfNull(app); 39ArgumentNullException.ThrowIfNull(options); 58ArgumentNullException.ThrowIfNull(app); 59ArgumentNullException.ThrowIfNull(optionsAction); 81ArgumentNullException.ThrowIfNull(app); 82ArgumentNullException.ThrowIfNull(cultures);
CookieRequestCultureProvider.cs (2)
31ArgumentNullException.ThrowIfNull(httpContext); 52ArgumentNullException.ThrowIfNull(requestCulture);
CustomRequestCultureProvider.cs (2)
21ArgumentNullException.ThrowIfNull(provider); 29ArgumentNullException.ThrowIfNull(httpContext);
QueryStringRequestCultureProvider.cs (1)
29ArgumentNullException.ThrowIfNull(httpContext);
RequestCulture.cs (2)
52ArgumentNullException.ThrowIfNull(culture); 53ArgumentNullException.ThrowIfNull(uiCulture);
RequestCultureFeature.cs (1)
18ArgumentNullException.ThrowIfNull(requestCulture);
RequestLocalizationMiddleware.cs (2)
35ArgumentNullException.ThrowIfNull(options); 49ArgumentNullException.ThrowIfNull(context);
RequestLocalizationOptions.cs (1)
48ArgumentNullException.ThrowIfNull(value);
RequestLocalizationOptionsExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(requestLocalizationOptions); 25ArgumentNullException.ThrowIfNull(requestCultureProvider);
RequestLocalizationServiceCollectionExtensions.cs (4)
21ArgumentNullException.ThrowIfNull(services); 22ArgumentNullException.ThrowIfNull(configureOptions); 35ArgumentNullException.ThrowIfNull(services); 36ArgumentNullException.ThrowIfNull(configureOptions);
Microsoft.AspNetCore.Localization.Routing (1)
RouteDataRequestCultureProvider.cs (1)
30ArgumentNullException.ThrowIfNull(httpContext);
Microsoft.AspNetCore.MiddlewareAnalysis (1)
AnalysisServiceCollectionExtensions.cs (1)
23ArgumentNullException.ThrowIfNull(services);
Microsoft.AspNetCore.Mvc (9)
MvcServiceCollectionExtensions.cs (9)
33ArgumentNullException.ThrowIfNull(services); 48ArgumentNullException.ThrowIfNull(services); 49ArgumentNullException.ThrowIfNull(setupAction); 85ArgumentNullException.ThrowIfNull(services); 120ArgumentNullException.ThrowIfNull(services); 178ArgumentNullException.ThrowIfNull(services); 211ArgumentNullException.ThrowIfNull(services); 259ArgumentNullException.ThrowIfNull(services); 290ArgumentNullException.ThrowIfNull(services);
Microsoft.AspNetCore.Mvc.Abstractions (99)
Abstractions\ActionDescriptorExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(actionDescriptor); 41ArgumentNullException.ThrowIfNull(actionDescriptor);
Abstractions\ActionInvokerProviderContext.cs (1)
17ArgumentNullException.ThrowIfNull(actionContext);
ActionConstraints\ActionConstraintItem.cs (1)
18ArgumentNullException.ThrowIfNull(metadata);
ActionConstraints\ActionConstraintProviderContext.cs (3)
25ArgumentNullException.ThrowIfNull(context); 26ArgumentNullException.ThrowIfNull(action); 27ArgumentNullException.ThrowIfNull(items);
ActionConstraints\ActionSelectorCandidate.cs (1)
22ArgumentNullException.ThrowIfNull(action);
ActionContext.cs (4)
67ArgumentNullException.ThrowIfNull(httpContext); 68ArgumentNullException.ThrowIfNull(routeData); 69ArgumentNullException.ThrowIfNull(actionDescriptor); 70ArgumentNullException.ThrowIfNull(modelState);
ApiExplorer\ApiDescriptionProviderContext.cs (1)
19ArgumentNullException.ThrowIfNull(actions);
Filters\ActionExecutingContext.cs (1)
30ArgumentNullException.ThrowIfNull(actionArguments);
Filters\FilterContext.cs (1)
23ArgumentNullException.ThrowIfNull(filters);
Filters\FilterDescriptor.cs (1)
39ArgumentNullException.ThrowIfNull(filter);
Filters\FilterItem.cs (2)
23ArgumentNullException.ThrowIfNull(descriptor); 36ArgumentNullException.ThrowIfNull(filter);
Filters\FilterProviderContext.cs (2)
20ArgumentNullException.ThrowIfNull(actionContext); 21ArgumentNullException.ThrowIfNull(items);
Filters\ResourceExecutingContext.cs (1)
26ArgumentNullException.ThrowIfNull(valueProviderFactories);
Filters\ResultExecutedContext.cs (1)
32ArgumentNullException.ThrowIfNull(result);
Formatters\InputFormatterContext.cs (5)
68ArgumentNullException.ThrowIfNull(httpContext); 69ArgumentNullException.ThrowIfNull(modelName); 70ArgumentNullException.ThrowIfNull(modelState); 71ArgumentNullException.ThrowIfNull(metadata); 72ArgumentNullException.ThrowIfNull(readerFactory);
Formatters\OutputFormatterCanWriteContext.cs (1)
20ArgumentNullException.ThrowIfNull(httpContext);
Formatters\OutputFormatterWriteContext.cs (1)
24ArgumentNullException.ThrowIfNull(writerFactory);
ModelBinding\BindingInfo.cs (4)
31ArgumentNullException.ThrowIfNull(other); 203ArgumentNullException.ThrowIfNull(attributes); 204ArgumentNullException.ThrowIfNull(modelMetadata); 230ArgumentNullException.ThrowIfNull(modelMetadata);
ModelBinding\BindingSource.cs (2)
118ArgumentNullException.ThrowIfNull(id); 182ArgumentNullException.ThrowIfNull(bindingSource);
ModelBinding\CompositeBindingSource.cs (4)
27ArgumentNullException.ThrowIfNull(bindingSources); 66ArgumentNullException.ThrowIfNull(id); 67ArgumentNullException.ThrowIfNull(bindingSources); 80ArgumentNullException.ThrowIfNull(bindingSource);
ModelBinding\EnumGroupAndName.cs (4)
21ArgumentNullException.ThrowIfNull(group); 22ArgumentNullException.ThrowIfNull(name); 37ArgumentNullException.ThrowIfNull(group); 38ArgumentNullException.ThrowIfNull(name);
ModelBinding\Metadata\ModelMetadataIdentity.cs (10)
34ArgumentNullException.ThrowIfNull(modelType); 52ArgumentNullException.ThrowIfNull(modelType); 53ArgumentNullException.ThrowIfNull(containerType); 71ArgumentNullException.ThrowIfNull(propertyInfo); 72ArgumentNullException.ThrowIfNull(modelType); 73ArgumentNullException.ThrowIfNull(containerType); 95ArgumentNullException.ThrowIfNull(parameter); 96ArgumentNullException.ThrowIfNull(modelType); 110ArgumentNullException.ThrowIfNull(constructor); 111ArgumentNullException.ThrowIfNull(modelType);
ModelBinding\ModelErrorCollection.cs (2)
19ArgumentNullException.ThrowIfNull(exception); 30ArgumentNullException.ThrowIfNull(errorMessage);
ModelBinding\ModelPropertyCollection.cs (1)
37ArgumentNullException.ThrowIfNull(propertyName);
ModelBinding\ModelStateDictionary.cs (30)
80ArgumentNullException.ThrowIfNull(dictionary); 175ArgumentNullException.ThrowIfNull(key); 209ArgumentNullException.ThrowIfNull(key); 210ArgumentNullException.ThrowIfNull(exception); 241ArgumentNullException.ThrowIfNull(key); 242ArgumentNullException.ThrowIfNull(exception); 243ArgumentNullException.ThrowIfNull(metadata); 264ArgumentNullException.ThrowIfNull(key); 265ArgumentNullException.ThrowIfNull(exception); 266ArgumentNullException.ThrowIfNull(metadata); 326ArgumentNullException.ThrowIfNull(key); 327ArgumentNullException.ThrowIfNull(errorMessage); 346ArgumentNullException.ThrowIfNull(key); 347ArgumentNullException.ThrowIfNull(errorMessage); 375ArgumentNullException.ThrowIfNull(key); 390ArgumentNullException.ThrowIfNull(key); 407ArgumentNullException.ThrowIfNull(key); 427ArgumentNullException.ThrowIfNull(key); 473ArgumentNullException.ThrowIfNull(key); 491ArgumentNullException.ThrowIfNull(key); 703ArgumentNullException.ThrowIfNull(key); 716ArgumentNullException.ThrowIfNull(key); 733ArgumentNullException.ThrowIfNull(key); 767ArgumentNullException.ThrowIfNull(prefix); 768ArgumentNullException.ThrowIfNull(key); 809ArgumentNullException.ThrowIfNull(prefix); 984ArgumentNullException.ThrowIfNull(dictionary); 985ArgumentNullException.ThrowIfNull(prefix); 1018ArgumentNullException.ThrowIfNull(dictionary); 1019ArgumentNullException.ThrowIfNull(prefix);
ModelBinding\TooManyModelErrorsException.cs (1)
19ArgumentNullException.ThrowIfNull(message);
ModelBinding\Validation\ModelValidationContextBase.cs (3)
22ArgumentNullException.ThrowIfNull(actionContext); 23ArgumentNullException.ThrowIfNull(modelMetadata); 24ArgumentNullException.ThrowIfNull(metadataProvider);
ModelBinding\Validation\ValidationEntry.cs (5)
22ArgumentNullException.ThrowIfNull(metadata); 23ArgumentNullException.ThrowIfNull(key); 39ArgumentNullException.ThrowIfNull(metadata); 40ArgumentNullException.ThrowIfNull(key); 41ArgumentNullException.ThrowIfNull(modelAccessor);
ModelBinding\ValueProviderFactoryContext.cs (1)
17ArgumentNullException.ThrowIfNull(context);
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.Mvc.ApiExplorer (7)
ApiDescriptionExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(apiDescription); 41ArgumentNullException.ThrowIfNull(apiDescription);
ApiDescriptionGroupCollection.cs (1)
18ArgumentNullException.ThrowIfNull(items);
DefaultApiDescriptionProvider.cs (1)
64ArgumentNullException.ThrowIfNull(context);
DependencyInjection\MvcApiExplorerMvcCoreBuilderExtensions.cs (1)
25ArgumentNullException.ThrowIfNull(builder);
src\Shared\PropertyAsParameterInfo.cs (2)
66ArgumentNullException.ThrowIfNull(parameters); 67ArgumentNullException.ThrowIfNull(cache);
Microsoft.AspNetCore.Mvc.Core (736)
AcceptedAtActionResult.cs (1)
65ArgumentNullException.ThrowIfNull(context);
AcceptedAtRouteResult.cs (1)
68ArgumentNullException.ThrowIfNull(context);
AcceptedResult.cs (2)
49ArgumentNullException.ThrowIfNull(locationUri); 71ArgumentNullException.ThrowIfNull(context);
AcceptVerbsAttribute.cs (1)
27ArgumentNullException.ThrowIfNull(method);
ActionConstraints\DefaultActionConstraintProvider.cs (1)
22ArgumentNullException.ThrowIfNull(context);
ActionConstraints\HttpMethodActionConstraint.cs (2)
33ArgumentNullException.ThrowIfNull(httpMethods); 61ArgumentNullException.ThrowIfNull(context);
ApplicationModels\ActionModel.cs (3)
29ArgumentNullException.ThrowIfNull(actionMethod); 30ArgumentNullException.ThrowIfNull(attributes); 49ArgumentNullException.ThrowIfNull(other);
ApplicationModels\ApiConventionApplicationModelConvention.cs (1)
39ArgumentNullException.ThrowIfNull(action);
ApplicationModels\ApiExplorerModel.cs (1)
24ArgumentNullException.ThrowIfNull(other);
ApplicationModels\ApplicationModelConventions.cs (2)
22ArgumentNullException.ThrowIfNull(applicationModel); 23ArgumentNullException.ThrowIfNull(conventions);
ApplicationModels\ApplicationModelFactory.cs (3)
26ArgumentNullException.ThrowIfNull(applicationModelProviders); 27ArgumentNullException.ThrowIfNull(options); 35ArgumentNullException.ThrowIfNull(controllerTypes);
ApplicationModels\ApplicationModelProviderContext.cs (1)
19ArgumentNullException.ThrowIfNull(controllerTypes);
ApplicationModels\AttributeRouteModel.cs (2)
33ArgumentNullException.ThrowIfNull(templateProvider); 47ArgumentNullException.ThrowIfNull(other);
ApplicationModels\AuthorizationApplicationModelProvider.cs (1)
33ArgumentNullException.ThrowIfNull(context);
ApplicationModels\ClientErrorResultFilterConvention.cs (1)
20ArgumentNullException.ThrowIfNull(action);
ApplicationModels\ConsumesConstraintForFormFileParameterConvention.cs (1)
19ArgumentNullException.ThrowIfNull(action);
ApplicationModels\ControllerActionDescriptorProvider.cs (3)
20ArgumentNullException.ThrowIfNull(partManager); 21ArgumentNullException.ThrowIfNull(applicationModelFactory); 32ArgumentNullException.ThrowIfNull(context);
ApplicationModels\ControllerModel.cs (3)
28ArgumentNullException.ThrowIfNull(controllerType); 29ArgumentNullException.ThrowIfNull(attributes); 49ArgumentNullException.ThrowIfNull(other);
ApplicationModels\DefaultApplicationModelProvider.cs (8)
45ArgumentNullException.ThrowIfNull(context); 111ArgumentNullException.ThrowIfNull(typeInfo); 213ArgumentNullException.ThrowIfNull(propertyInfo); 260ArgumentNullException.ThrowIfNull(typeInfo); 261ArgumentNullException.ThrowIfNull(methodInfo); 412ArgumentNullException.ThrowIfNull(typeInfo); 413ArgumentNullException.ThrowIfNull(methodInfo); 469ArgumentNullException.ThrowIfNull(parameterInfo);
ApplicationModels\InferParameterBindingInfoConvention.cs (1)
69ArgumentNullException.ThrowIfNull(action);
ApplicationModels\InvalidModelStateFilterConvention.cs (1)
20ArgumentNullException.ThrowIfNull(action);
ApplicationModels\ParameterModel.cs (1)
36ArgumentNullException.ThrowIfNull(other);
ApplicationModels\ParameterModelBase.cs (1)
37ArgumentNullException.ThrowIfNull(other);
ApplicationModels\PropertyModel.cs (1)
36ArgumentNullException.ThrowIfNull(other);
ApplicationModels\RouteTokenTransformerConvention.cs (1)
23ArgumentNullException.ThrowIfNull(parameterTransformer);
ApplicationModels\SelectorModel.cs (1)
28ArgumentNullException.ThrowIfNull(other);
ApplicationParts\ApplicationPartFactory.cs (1)
37ArgumentNullException.ThrowIfNull(assembly);
ApplicationParts\DefaultApplicationPartFactory.cs (1)
28ArgumentNullException.ThrowIfNull(assembly);
ApplicationParts\RelatedAssemblyAttribute.cs (2)
41ArgumentNullException.ThrowIfNull(assembly); 53ArgumentNullException.ThrowIfNull(assembly);
Authorization\AuthorizeFilter.cs (4)
41ArgumentNullException.ThrowIfNull(policy); 54ArgumentNullException.ThrowIfNull(policyProvider); 65ArgumentNullException.ThrowIfNull(authorizeData); 161ArgumentNullException.ThrowIfNull(context);
BadRequestObjectResult.cs (1)
35ArgumentNullException.ThrowIfNull(modelState);
Builder\ControllerActionEndpointConventionBuilder.cs (2)
34ArgumentNullException.ThrowIfNull(convention); 47ArgumentNullException.ThrowIfNull(finalConvention);
Builder\ControllerEndpointRouteBuilderExtensions.cs (21)
29ArgumentNullException.ThrowIfNull(endpoints); 52ArgumentNullException.ThrowIfNull(endpoints); 101ArgumentNullException.ThrowIfNull(endpoints); 152ArgumentNullException.ThrowIfNull(endpoints); 199ArgumentNullException.ThrowIfNull(endpoints); 200ArgumentNullException.ThrowIfNull(action); 201ArgumentNullException.ThrowIfNull(controller); 262ArgumentNullException.ThrowIfNull(endpoints); 263ArgumentNullException.ThrowIfNull(pattern); 264ArgumentNullException.ThrowIfNull(action); 265ArgumentNullException.ThrowIfNull(controller); 323ArgumentNullException.ThrowIfNull(endpoints); 324ArgumentNullException.ThrowIfNull(action); 325ArgumentNullException.ThrowIfNull(controller); 388ArgumentNullException.ThrowIfNull(endpoints); 389ArgumentNullException.ThrowIfNull(pattern); 390ArgumentNullException.ThrowIfNull(action); 391ArgumentNullException.ThrowIfNull(controller); 432ArgumentNullException.ThrowIfNull(endpoints); 459ArgumentNullException.ThrowIfNull(endpoints); 494ArgumentNullException.ThrowIfNull(endpoints);
Builder\MvcApplicationBuilderExtensions.cs (4)
27ArgumentNullException.ThrowIfNull(app); 43ArgumentNullException.ThrowIfNull(app); 63ArgumentNullException.ThrowIfNull(app); 64ArgumentNullException.ThrowIfNull(configureRoutes);
Builder\MvcAreaRouteBuilderExtensions.cs (1)
120ArgumentNullException.ThrowIfNull(routeBuilder);
ChallengeResult.cs (1)
93ArgumentNullException.ThrowIfNull(context);
ConflictObjectResult.cs (1)
35ArgumentNullException.ThrowIfNull(modelState);
ConsumesAttribute.cs (4)
41ArgumentNullException.ThrowIfNull(contentType); 64ArgumentNullException.ThrowIfNull(contentType); 108ArgumentNullException.ThrowIfNull(context); 145ArgumentNullException.ThrowIfNull(context);
ContentResult.cs (1)
33ArgumentNullException.ThrowIfNull(context);
ControllerBase.cs (37)
81ArgumentNullException.ThrowIfNull(value); 104ArgumentNullException.ThrowIfNull(value); 127ArgumentNullException.ThrowIfNull(value); 151ArgumentNullException.ThrowIfNull(value); 174ArgumentNullException.ThrowIfNull(value); 197ArgumentNullException.ThrowIfNull(value); 1023ArgumentNullException.ThrowIfNull(pageName); 1051ArgumentNullException.ThrowIfNull(pageName); 1767ArgumentNullException.ThrowIfNull(modelState); 1797ArgumentNullException.ThrowIfNull(modelState); 1912ArgumentNullException.ThrowIfNull(descriptor); 2161ArgumentNullException.ThrowIfNull(uri); 2195ArgumentNullException.ThrowIfNull(uri); 2529ArgumentNullException.ThrowIfNull(model); 2549ArgumentNullException.ThrowIfNull(model); 2550ArgumentNullException.ThrowIfNull(prefix); 2578ArgumentNullException.ThrowIfNull(model); 2579ArgumentNullException.ThrowIfNull(prefix); 2580ArgumentNullException.ThrowIfNull(valueProvider); 2610ArgumentNullException.ThrowIfNull(model); 2611ArgumentNullException.ThrowIfNull(includeExpressions); 2647ArgumentNullException.ThrowIfNull(model); 2648ArgumentNullException.ThrowIfNull(propertyFilter); 2687ArgumentNullException.ThrowIfNull(model); 2688ArgumentNullException.ThrowIfNull(valueProvider); 2689ArgumentNullException.ThrowIfNull(includeExpressions); 2721ArgumentNullException.ThrowIfNull(model); 2722ArgumentNullException.ThrowIfNull(valueProvider); 2723ArgumentNullException.ThrowIfNull(propertyFilter); 2751ArgumentNullException.ThrowIfNull(model); 2752ArgumentNullException.ThrowIfNull(modelType); 2790ArgumentNullException.ThrowIfNull(model); 2791ArgumentNullException.ThrowIfNull(modelType); 2792ArgumentNullException.ThrowIfNull(valueProvider); 2793ArgumentNullException.ThrowIfNull(propertyFilter); 2816ArgumentNullException.ThrowIfNull(model); 2833ArgumentNullException.ThrowIfNull(model);
ControllerContext.cs (1)
85ArgumentNullException.ThrowIfNull(value);
Controllers\ControllerActionDescriptor.cs (1)
65ArgumentNullException.ThrowIfNull(value);
Controllers\ControllerActivatorProvider.cs (6)
28ArgumentNullException.ThrowIfNull(controllerActivator); 42ArgumentNullException.ThrowIfNull(descriptor); 65ArgumentNullException.ThrowIfNull(descriptor); 83ArgumentNullException.ThrowIfNull(descriptor); 105ArgumentNullException.ThrowIfNull(controller); 112ArgumentNullException.ThrowIfNull(controller);
Controllers\ControllerBinderDelegateProvider.cs (5)
21ArgumentNullException.ThrowIfNull(parameterBinder); 22ArgumentNullException.ThrowIfNull(modelBinderFactory); 23ArgumentNullException.ThrowIfNull(modelMetadataProvider); 24ArgumentNullException.ThrowIfNull(actionDescriptor); 25ArgumentNullException.ThrowIfNull(mvcOptions);
Controllers\ControllerFactoryProvider.cs (5)
22ArgumentNullException.ThrowIfNull(activatorProvider); 23ArgumentNullException.ThrowIfNull(controllerFactory); 40ArgumentNullException.ThrowIfNull(descriptor); 75ArgumentNullException.ThrowIfNull(descriptor); 96ArgumentNullException.ThrowIfNull(descriptor);
Controllers\DefaultControllerActivator.cs (6)
22ArgumentNullException.ThrowIfNull(typeActivatorCache); 30ArgumentNullException.ThrowIfNull(controllerContext); 55ArgumentNullException.ThrowIfNull(context); 56ArgumentNullException.ThrowIfNull(controller); 66ArgumentNullException.ThrowIfNull(context); 67ArgumentNullException.ThrowIfNull(controller);
Controllers\DefaultControllerFactory.cs (7)
31ArgumentNullException.ThrowIfNull(controllerActivator); 32ArgumentNullException.ThrowIfNull(propertyActivators); 41ArgumentNullException.ThrowIfNull(context); 62ArgumentNullException.ThrowIfNull(context); 63ArgumentNullException.ThrowIfNull(controller); 70ArgumentNullException.ThrowIfNull(context); 71ArgumentNullException.ThrowIfNull(controller);
Controllers\DefaultControllerPropertyActivator.cs (1)
35ArgumentNullException.ThrowIfNull(actionDescriptor);
Controllers\ServiceBasedControllerActivator.cs (1)
17ArgumentNullException.ThrowIfNull(actionContext);
CreatedAtActionResult.cs (1)
65ArgumentNullException.ThrowIfNull(context);
CreatedAtRouteResult.cs (1)
68ArgumentNullException.ThrowIfNull(context);
CreatedResult.cs (1)
81ArgumentNullException.ThrowIfNull(context);
DependencyInjection\ApiBehaviorOptionsSetup.cs (1)
17ArgumentNullException.ThrowIfNull(options);
DependencyInjection\ApplicationModelConventionExtensions.cs (18)
22ArgumentNullException.ThrowIfNull(list); 34ArgumentNullException.ThrowIfNull(list); 35ArgumentNullException.ThrowIfNull(type); 58ArgumentNullException.ThrowIfNull(conventions); 59ArgumentNullException.ThrowIfNull(controllerModelConvention); 75ArgumentNullException.ThrowIfNull(conventions); 76ArgumentNullException.ThrowIfNull(actionModelConvention); 92ArgumentNullException.ThrowIfNull(conventions); 93ArgumentNullException.ThrowIfNull(parameterModelConvention); 109ArgumentNullException.ThrowIfNull(conventions); 110ArgumentNullException.ThrowIfNull(parameterModelConvention); 127ArgumentNullException.ThrowIfNull(application); 160ArgumentNullException.ThrowIfNull(application); 165ArgumentNullException.ThrowIfNull(parameterModel); 177ArgumentNullException.ThrowIfNull(actionModelConvention); 185ArgumentNullException.ThrowIfNull(application); 207ArgumentNullException.ThrowIfNull(controllerConvention); 215ArgumentNullException.ThrowIfNull(application);
DependencyInjection\MvcBuilder.cs (2)
20ArgumentNullException.ThrowIfNull(services); 21ArgumentNullException.ThrowIfNull(manager);
DependencyInjection\MvcCoreBuilder.cs (2)
22ArgumentNullException.ThrowIfNull(services); 23ArgumentNullException.ThrowIfNull(manager);
DependencyInjection\MvcCoreMvcBuilderExtensions.cs (14)
30ArgumentNullException.ThrowIfNull(builder); 31ArgumentNullException.ThrowIfNull(setupAction); 48ArgumentNullException.ThrowIfNull(builder); 49ArgumentNullException.ThrowIfNull(configure); 65ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(setupAction); 81ArgumentNullException.ThrowIfNull(builder); 82ArgumentNullException.ThrowIfNull(assembly); 107ArgumentNullException.ThrowIfNull(builder); 108ArgumentNullException.ThrowIfNull(setupAction); 122ArgumentNullException.ThrowIfNull(builder); 148ArgumentNullException.ThrowIfNull(builder); 164ArgumentNullException.ThrowIfNull(builder); 165ArgumentNullException.ThrowIfNull(setupAction);
DependencyInjection\MvcCoreMvcCoreBuilderExtensions.cs (11)
32ArgumentNullException.ThrowIfNull(builder); 33ArgumentNullException.ThrowIfNull(setupAction); 49ArgumentNullException.ThrowIfNull(builder); 50ArgumentNullException.ThrowIfNull(configure); 163ArgumentNullException.ThrowIfNull(builder); 164ArgumentNullException.ThrowIfNull(assembly); 189ArgumentNullException.ThrowIfNull(builder); 190ArgumentNullException.ThrowIfNull(setupAction); 207ArgumentNullException.ThrowIfNull(builder); 208ArgumentNullException.ThrowIfNull(setupAction); 226ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\MvcCoreRouteOptionsSetup.cs (1)
21ArgumentNullException.ThrowIfNull(options);
DependencyInjection\MvcCoreServiceCollectionExtensions.cs (3)
49ArgumentNullException.ThrowIfNull(services); 119ArgumentNullException.ThrowIfNull(services); 120ArgumentNullException.ThrowIfNull(setupAction);
FileContentResult.cs (3)
41ArgumentNullException.ThrowIfNull(fileContents); 55ArgumentNullException.ThrowIfNull(value); 64ArgumentNullException.ThrowIfNull(context);
FileResult.cs (1)
24ArgumentNullException.ThrowIfNull(contentType);
FileStreamResult.cs (3)
41ArgumentNullException.ThrowIfNull(fileStream); 56ArgumentNullException.ThrowIfNull(value); 65ArgumentNullException.ThrowIfNull(context);
Filters\ActionFilterAttribute.cs (4)
35ArgumentNullException.ThrowIfNull(context); 36ArgumentNullException.ThrowIfNull(next); 60ArgumentNullException.ThrowIfNull(context); 61ArgumentNullException.ThrowIfNull(next);
Filters\ControllerActionFilter.cs (2)
22ArgumentNullException.ThrowIfNull(context); 23ArgumentNullException.ThrowIfNull(next);
Filters\ControllerResultFilter.cs (2)
22ArgumentNullException.ThrowIfNull(context); 23ArgumentNullException.ThrowIfNull(next);
Filters\DefaultFilterProvider.cs (1)
16ArgumentNullException.ThrowIfNull(context);
Filters\DisableRequestSizeLimitFilter.cs (1)
34ArgumentNullException.ThrowIfNull(context);
Filters\ExceptionFilterAttribute.cs (1)
19ArgumentNullException.ThrowIfNull(context);
Filters\FilterCollection.cs (4)
43ArgumentNullException.ThrowIfNull(filterType); 77ArgumentNullException.ThrowIfNull(filterType); 121ArgumentNullException.ThrowIfNull(filterType); 155ArgumentNullException.ThrowIfNull(filterType);
Filters\FilterDescriptorOrderComparer.cs (2)
12ArgumentNullException.ThrowIfNull(x); 13ArgumentNullException.ThrowIfNull(y);
Filters\FilterFactory.cs (5)
14ArgumentNullException.ThrowIfNull(filterProviders); 15ArgumentNullException.ThrowIfNull(actionContext); 66ArgumentNullException.ThrowIfNull(filterProviders); 67ArgumentNullException.ThrowIfNull(actionContext); 68ArgumentNullException.ThrowIfNull(cachedFilterItems);
Filters\MiddlewareFilter.cs (1)
17ArgumentNullException.ThrowIfNull(middlewarePipeline);
Filters\MiddlewareFilterAttribute.cs (2)
22ArgumentNullException.ThrowIfNull(configurationType); 41ArgumentNullException.ThrowIfNull(serviceProvider);
Filters\MiddlewareFilterConfigurationProvider.cs (1)
20ArgumentNullException.ThrowIfNull(configurationType);
Filters\OutputCacheFilter.cs (1)
28ArgumentNullException.ThrowIfNull(context);
Filters\RequestFormLimitsFilter.cs (1)
25ArgumentNullException.ThrowIfNull(context);
Filters\RequestSizeLimitFilter.cs (1)
36ArgumentNullException.ThrowIfNull(context);
Filters\ResponseCacheFilter.cs (1)
84ArgumentNullException.ThrowIfNull(context);
Filters\ResponseCacheFilterExecutor.cs (1)
57ArgumentNullException.ThrowIfNull(context);
Filters\ResultFilterAttribute.cs (2)
32ArgumentNullException.ThrowIfNull(context); 33ArgumentNullException.ThrowIfNull(next);
ForbidResult.cs (1)
93ArgumentNullException.ThrowIfNull(context);
FormatFilterAttribute.cs (1)
27ArgumentNullException.ThrowIfNull(serviceProvider);
Formatters\AcceptHeaderParser.cs (2)
21ArgumentNullException.ThrowIfNull(acceptHeaders); 22ArgumentNullException.ThrowIfNull(parsedValues);
Formatters\FormatFilter.cs (4)
29ArgumentNullException.ThrowIfNull(options); 30ArgumentNullException.ThrowIfNull(loggerFactory); 63ArgumentNullException.ThrowIfNull(context); 134ArgumentNullException.ThrowIfNull(context);
Formatters\FormatterMappings.cs (5)
26ArgumentNullException.ThrowIfNull(format); 27ArgumentNullException.ThrowIfNull(contentType); 40ArgumentNullException.ThrowIfNull(format); 41ArgumentNullException.ThrowIfNull(contentType); 77ArgumentNullException.ThrowIfNull(format);
Formatters\InputFormatter.cs (2)
28ArgumentNullException.ThrowIfNull(modelType); 94ArgumentNullException.ThrowIfNull(context);
Formatters\MediaType.cs (1)
48ArgumentNullException.ThrowIfNull(mediaType);
Formatters\MediaTypeCollection.cs (3)
20ArgumentNullException.ThrowIfNull(item); 37ArgumentNullException.ThrowIfNull(item); 51ArgumentNullException.ThrowIfNull(item);
Formatters\OutputFormatter.cs (3)
95ArgumentNullException.ThrowIfNull(context); 159ArgumentNullException.ThrowIfNull(context); 171ArgumentNullException.ThrowIfNull(context);
Formatters\StreamOutputFormatter.cs (2)
15ArgumentNullException.ThrowIfNull(context); 29ArgumentNullException.ThrowIfNull(context);
Formatters\StringOutputFormatter.cs (3)
31ArgumentNullException.ThrowIfNull(context); 45ArgumentNullException.ThrowIfNull(context); 46ArgumentNullException.ThrowIfNull(encoding);
Formatters\SystemTextJsonInputFormatter.cs (2)
57ArgumentNullException.ThrowIfNull(context); 58ArgumentNullException.ThrowIfNull(encoding);
Formatters\SystemTextJsonOutputFormatter.cs (2)
63ArgumentNullException.ThrowIfNull(context); 64ArgumentNullException.ThrowIfNull(selectedEncoding);
Formatters\TextInputFormatter.cs (2)
37ArgumentNullException.ThrowIfNull(context); 75ArgumentNullException.ThrowIfNull(context);
Formatters\TextOutputFormatter.cs (2)
65ArgumentNullException.ThrowIfNull(context); 105ArgumentNullException.ThrowIfNull(context);
HttpDeleteAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
HttpGetAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
HttpHeadAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
HttpOptionsAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
HttpPatchAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
HttpPostAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
HttpPutAttribute.cs (1)
31ArgumentNullException.ThrowIfNull(template);
Infrastructure\ActionDescriptorCollection.cs (1)
22ArgumentNullException.ThrowIfNull(items);
Infrastructure\ActionResultTypeMapper.cs (2)
14ArgumentNullException.ThrowIfNull(returnType); 27ArgumentNullException.ThrowIfNull(returnType);
Infrastructure\ActionSelector.cs (3)
65ArgumentNullException.ThrowIfNull(context); 81ArgumentNullException.ThrowIfNull(context); 82ArgumentNullException.ThrowIfNull(candidates);
Infrastructure\ClientErrorResultFilter.cs (1)
34ArgumentNullException.ThrowIfNull(context);
Infrastructure\CompatibilitySwitch.cs (1)
80ArgumentNullException.ThrowIfNull(name);
Infrastructure\ConfigureCompatibilityOptions.cs (3)
32ArgumentNullException.ThrowIfNull(loggerFactory); 52ArgumentNullException.ThrowIfNull(name); 53ArgumentNullException.ThrowIfNull(options);
Infrastructure\ContentResultExecutor.cs (2)
36ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(result);
Infrastructure\ControllerActionInvoker.cs (1)
40ArgumentNullException.ThrowIfNull(cacheEntry);
Infrastructure\ControllerActionInvokerProvider.cs (1)
62ArgumentNullException.ThrowIfNull(context);
Infrastructure\DefaultOutputFormatterSelector.cs (5)
39ArgumentNullException.ThrowIfNull(options); 40ArgumentNullException.ThrowIfNull(loggerFactory); 52ArgumentNullException.ThrowIfNull(context); 53ArgumentNullException.ThrowIfNull(formatters); 54ArgumentNullException.ThrowIfNull(contentTypes);
Infrastructure\DefaultProblemDetailsFactory.cs (1)
72ArgumentNullException.ThrowIfNull(modelStateDictionary);
Infrastructure\FileContentResultExecutor.cs (4)
28ArgumentNullException.ThrowIfNull(context); 29ArgumentNullException.ThrowIfNull(result); 58ArgumentNullException.ThrowIfNull(context); 59ArgumentNullException.ThrowIfNull(result);
Infrastructure\FileResultExecutorBase.cs (1)
81ArgumentNullException.ThrowIfNull(factory);
Infrastructure\FileStreamResultExecutor.cs (4)
28ArgumentNullException.ThrowIfNull(context); 29ArgumentNullException.ThrowIfNull(result); 71ArgumentNullException.ThrowIfNull(context); 72ArgumentNullException.ThrowIfNull(result);
Infrastructure\LocalRedirectResultExecutor.cs (4)
28ArgumentNullException.ThrowIfNull(loggerFactory); 29ArgumentNullException.ThrowIfNull(urlHelperFactory); 38ArgumentNullException.ThrowIfNull(context); 39ArgumentNullException.ThrowIfNull(result);
Infrastructure\MemoryPoolHttpRequestStreamReaderFactory.cs (4)
38ArgumentNullException.ThrowIfNull(bytePool); 39ArgumentNullException.ThrowIfNull(charPool); 48ArgumentNullException.ThrowIfNull(stream); 49ArgumentNullException.ThrowIfNull(encoding);
Infrastructure\MemoryPoolHttpResponseStreamWriterFactory.cs (4)
46ArgumentNullException.ThrowIfNull(bytePool); 47ArgumentNullException.ThrowIfNull(charPool); 56ArgumentNullException.ThrowIfNull(stream); 57ArgumentNullException.ThrowIfNull(encoding);
Infrastructure\MvcCoreMvcOptionsSetup.cs (3)
36ArgumentNullException.ThrowIfNull(readerFactory); 37ArgumentNullException.ThrowIfNull(loggerFactory); 38ArgumentNullException.ThrowIfNull(jsonOptions);
Infrastructure\NonDisposableStream.cs (1)
23ArgumentNullException.ThrowIfNull(innerStream);
Infrastructure\ObjectResultExecutor.cs (5)
33ArgumentNullException.ThrowIfNull(formatterSelector); 34ArgumentNullException.ThrowIfNull(writerFactory); 35ArgumentNullException.ThrowIfNull(loggerFactory); 67ArgumentNullException.ThrowIfNull(context); 68ArgumentNullException.ThrowIfNull(result);
Infrastructure\ParameterDefaultValues.cs (1)
14ArgumentNullException.ThrowIfNull(methodInfo);
Infrastructure\PhysicalFileResultExecutor.cs (5)
28ArgumentNullException.ThrowIfNull(context); 29ArgumentNullException.ThrowIfNull(result); 70ArgumentNullException.ThrowIfNull(httpContext); 71ArgumentNullException.ThrowIfNull(result); 107ArgumentNullException.ThrowIfNull(path);
Infrastructure\RedirectResultExecutor.cs (4)
25ArgumentNullException.ThrowIfNull(loggerFactory); 26ArgumentNullException.ThrowIfNull(urlHelperFactory); 35ArgumentNullException.ThrowIfNull(context); 36ArgumentNullException.ThrowIfNull(result);
Infrastructure\RedirectToActionResultExecutor.cs (4)
26ArgumentNullException.ThrowIfNull(loggerFactory); 27ArgumentNullException.ThrowIfNull(urlHelperFactory); 36ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(result);
Infrastructure\RedirectToPageResultExecutor.cs (4)
26ArgumentNullException.ThrowIfNull(loggerFactory); 27ArgumentNullException.ThrowIfNull(urlHelperFactory); 36ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(result);
Infrastructure\RedirectToRouteResultExecutor.cs (2)
26ArgumentNullException.ThrowIfNull(loggerFactory); 27ArgumentNullException.ThrowIfNull(urlHelperFactory);
Infrastructure\SystemTextJsonResultExecutor.cs (2)
36ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(result);
Infrastructure\TypeActivatorCache.cs (2)
25ArgumentNullException.ThrowIfNull(serviceProvider); 26ArgumentNullException.ThrowIfNull(implementationType);
Infrastructure\VirtualFileResultExecutor.cs (5)
28ArgumentNullException.ThrowIfNull(hostingEnvironment); 36ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(result); 68ArgumentNullException.ThrowIfNull(context); 69ArgumentNullException.ThrowIfNull(result);
JsonResult.cs (1)
72ArgumentNullException.ThrowIfNull(context);
LocalRedirectResult.cs (1)
89ArgumentNullException.ThrowIfNull(context);
ModelBinderAttribute.cs (1)
49ArgumentNullException.ThrowIfNull(binderType);
ModelBinding\Binders\ArrayModelBinder.cs (1)
111ArgumentNullException.ThrowIfNull(target);
ModelBinding\Binders\ArrayModelBinderProvider.cs (1)
20ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\BinderTypeModelBinder.cs (2)
25ArgumentNullException.ThrowIfNull(binderType); 42ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\BinderTypeModelBinderProvider.cs (1)
17ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\BodyModelBinder.cs (3)
73ArgumentNullException.ThrowIfNull(formatters); 74ArgumentNullException.ThrowIfNull(readerFactory); 89ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\BodyModelBinderProvider.cs (3)
58ArgumentNullException.ThrowIfNull(formatters); 59ArgumentNullException.ThrowIfNull(readerFactory); 70ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\ByteArrayModelBinder.cs (2)
23ArgumentNullException.ThrowIfNull(loggerFactory); 31ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\ByteArrayModelBinderProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\CancellationTokenModelBinder.cs (1)
18ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\CancellationTokenModelBinderProvider.cs (1)
20ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\CollectionModelBinder.cs (5)
57ArgumentNullException.ThrowIfNull(elementBinder); 58ArgumentNullException.ThrowIfNull(loggerFactory); 86ArgumentNullException.ThrowIfNull(mvcOptions); 107ArgumentNullException.ThrowIfNull(bindingContext); 469ArgumentNullException.ThrowIfNull(target);
ModelBinding\Binders\CollectionModelBinderProvider.cs (1)
21ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\ComplexObjectModelBinder.cs (2)
51ArgumentNullException.ThrowIfNull(bindingContext); 180ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\ComplexObjectModelBinderProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\ComplexTypeModelBinder.cs (7)
70ArgumentNullException.ThrowIfNull(propertyBinders); 71ArgumentNullException.ThrowIfNull(loggerFactory); 80ArgumentNullException.ThrowIfNull(bindingContext); 461ArgumentNullException.ThrowIfNull(bindingContext); 524ArgumentNullException.ThrowIfNull(bindingContext); 525ArgumentNullException.ThrowIfNull(modelName); 526ArgumentNullException.ThrowIfNull(propertyMetadata);
ModelBinding\Binders\ComplexTypeModelBinderProvider.cs (1)
20ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\DateTimeModelBinder.cs (2)
26ArgumentNullException.ThrowIfNull(loggerFactory); 35ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\DateTimeModelBinderProvider.cs (1)
22ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\DecimalModelBinder.cs (2)
28ArgumentNullException.ThrowIfNull(loggerFactory); 37ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\DictionaryModelBinder.cs (4)
31ArgumentNullException.ThrowIfNull(valueBinder); 65ArgumentNullException.ThrowIfNull(valueBinder); 104ArgumentNullException.ThrowIfNull(valueBinder); 112ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\DictionaryModelBinderProvider.cs (1)
21ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\DoubleModelBinder.cs (2)
28ArgumentNullException.ThrowIfNull(loggerFactory); 37ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\EnumTypeModelBinderProvider.cs (1)
28ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\FloatingPointTypeModelBinderProvider.cs (1)
25ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\FloatModelBinder.cs (2)
28ArgumentNullException.ThrowIfNull(loggerFactory); 37ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\FormCollectionModelBinder.cs (2)
27ArgumentNullException.ThrowIfNull(loggerFactory); 35ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\FormCollectionModelBinderProvider.cs (1)
21ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\FormFileModelBinder.cs (2)
28ArgumentNullException.ThrowIfNull(loggerFactory); 36ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\FormFileModelBinderProvider.cs (1)
21ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\HeaderModelBinder.cs (3)
38ArgumentNullException.ThrowIfNull(loggerFactory); 39ArgumentNullException.ThrowIfNull(innerModelBinder); 51ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\HeaderModelBinderProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\KeyValuePairModelBinder.cs (4)
29ArgumentNullException.ThrowIfNull(keyBinder); 30ArgumentNullException.ThrowIfNull(valueBinder); 31ArgumentNullException.ThrowIfNull(loggerFactory); 41ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\KeyValuePairModelBinderProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\ServicesModelBinder.cs (1)
22ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\ServicesModelBinderProvider.cs (1)
21ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\SimpleTypeModelBinder.cs (3)
27ArgumentNullException.ThrowIfNull(type); 28ArgumentNullException.ThrowIfNull(loggerFactory); 37ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\SimpleTypeModelBinderProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Binders\TryParseModelBinder.cs (3)
35ArgumentNullException.ThrowIfNull(modelType); 36ArgumentNullException.ThrowIfNull(loggerFactory); 45ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\Binders\TryParseModelBinderProvider.cs (1)
17ArgumentNullException.ThrowIfNull(context);
ModelBinding\BindingSourceValueProvider.cs (2)
37ArgumentNullException.ThrowIfNull(bindingSource); 72ArgumentNullException.ThrowIfNull(bindingSource);
ModelBinding\CompositeValueProvider.cs (4)
47ArgumentNullException.ThrowIfNull(controllerContext); 147ArgumentNullException.ThrowIfNull(item); 155ArgumentNullException.ThrowIfNull(item); 163ArgumentNullException.ThrowIfNull(bindingSource);
ModelBinding\DefaultModelBindingContext.cs (15)
35ArgumentNullException.ThrowIfNull(value); 46ArgumentNullException.ThrowIfNull(value); 64ArgumentNullException.ThrowIfNull(value); 75ArgumentNullException.ThrowIfNull(value); 86ArgumentNullException.ThrowIfNull(value); 120ArgumentNullException.ThrowIfNull(value); 131ArgumentNullException.ThrowIfNull(value); 149ArgumentNullException.ThrowIfNull(value); 204ArgumentNullException.ThrowIfNull(actionContext); 205ArgumentNullException.ThrowIfNull(valueProvider); 206ArgumentNullException.ThrowIfNull(metadata); 207ArgumentNullException.ThrowIfNull(modelName); 251ArgumentNullException.ThrowIfNull(modelMetadata); 252ArgumentNullException.ThrowIfNull(fieldName); 253ArgumentNullException.ThrowIfNull(modelName);
ModelBinding\FormFileValueProviderFactory.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\FormValueProvider.cs (4)
32ArgumentNullException.ThrowIfNull(bindingSource); 33ArgumentNullException.ThrowIfNull(values); 75ArgumentNullException.ThrowIfNull(prefix); 83ArgumentNullException.ThrowIfNull(key);
ModelBinding\FormValueProviderFactory.cs (1)
20ArgumentNullException.ThrowIfNull(context);
ModelBinding\JQueryFormValueProviderFactory.cs (1)
20ArgumentNullException.ThrowIfNull(context);
ModelBinding\JQueryQueryStringValueProviderFactory.cs (1)
18ArgumentNullException.ThrowIfNull(context);
ModelBinding\JQueryValueProvider.cs (3)
34ArgumentNullException.ThrowIfNull(bindingSource); 35ArgumentNullException.ThrowIfNull(values); 75ArgumentNullException.ThrowIfNull(key);
ModelBinding\Metadata\BindingMetadata.cs (1)
90ArgumentNullException.ThrowIfNull(value);
ModelBinding\Metadata\BindingMetadataProviderContext.cs (1)
22ArgumentNullException.ThrowIfNull(attributes);
ModelBinding\Metadata\BindingSourceMetadataProvider.cs (2)
25ArgumentNullException.ThrowIfNull(type); 45ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\DefaultBindingMetadataProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\DefaultCompositeMetadataDetailsProvider.cs (3)
31ArgumentNullException.ThrowIfNull(context); 42ArgumentNullException.ThrowIfNull(context); 53ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\DefaultMetadataDetails.cs (1)
23ArgumentNullException.ThrowIfNull(attributes);
ModelBinding\Metadata\DefaultModelBindingMessageProvider.cs (12)
53ArgumentNullException.ThrowIfNull(originalProvider); 78ArgumentNullException.ThrowIfNull(missingBindRequiredValueAccessor); 93ArgumentNullException.ThrowIfNull(missingKeyOrValueAccessor); 108ArgumentNullException.ThrowIfNull(missingRequestBodyRequiredValueAccessor); 123ArgumentNullException.ThrowIfNull(valueMustNotBeNullAccessor); 138ArgumentNullException.ThrowIfNull(attemptedValueIsInvalidAccessor); 154ArgumentNullException.ThrowIfNull(nonPropertyAttemptedValueIsInvalidAccessor); 169ArgumentNullException.ThrowIfNull(unknownValueIsInvalidAccessor); 184ArgumentNullException.ThrowIfNull(nonPropertyUnknownValueIsInvalidAccessor); 199ArgumentNullException.ThrowIfNull(valueIsInvalidAccessor); 214ArgumentNullException.ThrowIfNull(valueMustBeANumberAccessor); 229ArgumentNullException.ThrowIfNull(nonPropertyValueMustBeANumberAccessor);
ModelBinding\Metadata\DefaultModelMetadata.cs (4)
65ArgumentNullException.ThrowIfNull(provider); 66ArgumentNullException.ThrowIfNull(detailsProvider); 67ArgumentNullException.ThrowIfNull(details); 68ArgumentNullException.ThrowIfNull(modelBindingMessageProvider);
ModelBinding\Metadata\DefaultModelMetadataProvider.cs (9)
49ArgumentNullException.ThrowIfNull(detailsProvider); 74ArgumentNullException.ThrowIfNull(modelType); 105ArgumentNullException.ThrowIfNull(parameter); 106ArgumentNullException.ThrowIfNull(modelType); 116ArgumentNullException.ThrowIfNull(modelType); 126ArgumentNullException.ThrowIfNull(propertyInfo); 127ArgumentNullException.ThrowIfNull(modelType); 137ArgumentNullException.ThrowIfNull(constructorInfo); 145ArgumentNullException.ThrowIfNull(optionsAccessor);
ModelBinding\Metadata\DefaultValidationMetadataProvider.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\DisplayMetadata.cs (3)
75ArgumentNullException.ThrowIfNull(value); 134ArgumentNullException.ThrowIfNull(value); 221ArgumentNullException.ThrowIfNull(value);
ModelBinding\Metadata\DisplayMetadataProviderContext.cs (1)
22ArgumentNullException.ThrowIfNull(attributes);
ModelBinding\Metadata\ExcludeBindingMetadataProvider.cs (2)
25ArgumentNullException.ThrowIfNull(type); 33ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\HasValidatorsValidationMetadataProvider.cs (1)
27ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\MetadataDetailsProviderExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(list); 32ArgumentNullException.ThrowIfNull(list); 33ArgumentNullException.ThrowIfNull(type);
ModelBinding\Metadata\ModelAttributes.cs (7)
50ArgumentNullException.ThrowIfNull(typeAttributes); 59ArgumentNullException.ThrowIfNull(typeAttributes); 131ArgumentNullException.ThrowIfNull(containerType); 132ArgumentNullException.ThrowIfNull(property); 158ArgumentNullException.ThrowIfNull(type); 203ArgumentNullException.ThrowIfNull(parameterInfo); 204ArgumentNullException.ThrowIfNull(modelType);
ModelBinding\Metadata\SystemTextJsonValidationMetadataProvider.cs (3)
33ArgumentNullException.ThrowIfNull(namingPolicy); 41ArgumentNullException.ThrowIfNull(context); 54ArgumentNullException.ThrowIfNull(context);
ModelBinding\Metadata\ValidationMetadataProviderContext.cs (1)
22ArgumentNullException.ThrowIfNull(attributes);
ModelBinding\ModelBinderFactory.cs (3)
53ArgumentNullException.ThrowIfNull(context); 260ArgumentNullException.ThrowIfNull(metadata); 261ArgumentNullException.ThrowIfNull(bindingInfo);
ModelBinding\ModelBinderProviderExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(list); 32ArgumentNullException.ThrowIfNull(list); 33ArgumentNullException.ThrowIfNull(type);
ModelBinding\ModelBindingHelper.cs (16)
88ArgumentNullException.ThrowIfNull(includeExpressions); 214ArgumentNullException.ThrowIfNull(model); 215ArgumentNullException.ThrowIfNull(modelType); 216ArgumentNullException.ThrowIfNull(prefix); 217ArgumentNullException.ThrowIfNull(actionContext); 218ArgumentNullException.ThrowIfNull(metadataProvider); 219ArgumentNullException.ThrowIfNull(modelBinderFactory); 220ArgumentNullException.ThrowIfNull(valueProvider); 221ArgumentNullException.ThrowIfNull(objectModelValidator); 222ArgumentNullException.ThrowIfNull(propertyFilter); 370ArgumentNullException.ThrowIfNull(modelType); 371ArgumentNullException.ThrowIfNull(modelState); 372ArgumentNullException.ThrowIfNull(metadataProvider); 388ArgumentNullException.ThrowIfNull(modelMetadata); 389ArgumentNullException.ThrowIfNull(modelState); 613ArgumentNullException.ThrowIfNull(type);
ModelBinding\ModelMetadataProviderExtensions.cs (3)
28ArgumentNullException.ThrowIfNull(provider); 29ArgumentNullException.ThrowIfNull(containerType); 30ArgumentNullException.ThrowIfNull(propertyName);
ModelBinding\ObjectModelValidator.cs (2)
28ArgumentNullException.ThrowIfNull(modelMetadataProvider); 29ArgumentNullException.ThrowIfNull(validatorProviders);
ModelBinding\ParameterBinder.cs (10)
37ArgumentNullException.ThrowIfNull(modelMetadataProvider); 38ArgumentNullException.ThrowIfNull(modelBinderFactory); 39ArgumentNullException.ThrowIfNull(validator); 40ArgumentNullException.ThrowIfNull(mvcOptions); 41ArgumentNullException.ThrowIfNull(loggerFactory); 93ArgumentNullException.ThrowIfNull(actionContext); 94ArgumentNullException.ThrowIfNull(modelBinder); 95ArgumentNullException.ThrowIfNull(valueProvider); 96ArgumentNullException.ThrowIfNull(parameter); 97ArgumentNullException.ThrowIfNull(metadata);
ModelBinding\PrefixContainer.cs (2)
26ArgumentNullException.ThrowIfNull(values); 49ArgumentNullException.ThrowIfNull(prefix);
ModelBinding\QueryStringValueProvider.cs (4)
31ArgumentNullException.ThrowIfNull(bindingSource); 32ArgumentNullException.ThrowIfNull(values); 68ArgumentNullException.ThrowIfNull(prefix); 76ArgumentNullException.ThrowIfNull(key);
ModelBinding\QueryStringValueProviderFactory.cs (1)
19ArgumentNullException.ThrowIfNull(context);
ModelBinding\RouteValueProvider.cs (4)
41ArgumentNullException.ThrowIfNull(bindingSource); 42ArgumentNullException.ThrowIfNull(values); 43ArgumentNullException.ThrowIfNull(culture); 79ArgumentNullException.ThrowIfNull(key);
ModelBinding\RouteValueProviderFactory.cs (1)
16ArgumentNullException.ThrowIfNull(context);
ModelBinding\SuppressChildValidationMetadataProvider.cs (3)
26ArgumentNullException.ThrowIfNull(type); 40ArgumentNullException.ThrowIfNull(fullTypeName); 58ArgumentNullException.ThrowIfNull(context);
ModelBinding\Validation\CompositeClientModelValidatorProvider.cs (2)
21ArgumentNullException.ThrowIfNull(providers); 34ArgumentNullException.ThrowIfNull(context);
ModelBinding\Validation\CompositeModelValidatorProvider.cs (1)
21ArgumentNullException.ThrowIfNull(providers);
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs (1)
38ArgumentNullException.ThrowIfNull(elementKeys);
ModelBinding\Validation\ModelValidatorProviderExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(list); 32ArgumentNullException.ThrowIfNull(list); 33ArgumentNullException.ThrowIfNull(type);
ModelBinding\Validation\ValidationVisitor.cs (3)
37ArgumentNullException.ThrowIfNull(actionContext); 38ArgumentNullException.ThrowIfNull(validatorProvider); 39ArgumentNullException.ThrowIfNull(validatorCache);
ModelBinding\ValueProviderFactoryExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(list); 32ArgumentNullException.ThrowIfNull(list); 33ArgumentNullException.ThrowIfNull(type);
ModelMetadataTypeAttribute.cs (1)
18ArgumentNullException.ThrowIfNull(type);
MvcCoreLoggerExtensions.cs (1)
286ArgumentNullException.ThrowIfNull(action);
ObjectResult.cs (1)
71ArgumentNullException.ThrowIfNull(context);
PhysicalFileResult.cs (2)
28ArgumentNullException.ThrowIfNull(fileName); 56ArgumentNullException.ThrowIfNull(context);
ProducesAttribute.cs (2)
38ArgumentNullException.ThrowIfNull(contentType); 72ArgumentNullException.ThrowIfNull(context);
ProducesResponseTypeAttribute.cs (1)
50ArgumentNullException.ThrowIfNull(contentType);
RedirectResult.cs (3)
27ArgumentNullException.ThrowIfNull(url); 50ArgumentNullException.ThrowIfNull(url); 91ArgumentNullException.ThrowIfNull(context);
RedirectToActionResult.cs (1)
169ArgumentNullException.ThrowIfNull(context);
RedirectToPageResult.cs (1)
207ArgumentNullException.ThrowIfNull(context);
RedirectToRouteResult.cs (1)
161ArgumentNullException.ThrowIfNull(context);
RequireHttpsAttribute.cs (1)
43ArgumentNullException.ThrowIfNull(filterContext);
ResponseCacheAttribute.cs (1)
120ArgumentNullException.ThrowIfNull(serviceProvider);
Routing\ActionConstraintMatcherPolicy.cs (1)
33ArgumentNullException.ThrowIfNull(endpoints);
Routing\ActionEndpointFactory.cs (12)
30ArgumentNullException.ThrowIfNull(routePatternTransformer); 50ArgumentNullException.ThrowIfNull(endpoints); 51ArgumentNullException.ThrowIfNull(routeNames); 52ArgumentNullException.ThrowIfNull(action); 53ArgumentNullException.ThrowIfNull(routes); 54ArgumentNullException.ThrowIfNull(conventions); 55ArgumentNullException.ThrowIfNull(groupConventions); 56ArgumentNullException.ThrowIfNull(finallyConventions); 57ArgumentNullException.ThrowIfNull(groupFinallyConventions); 185ArgumentNullException.ThrowIfNull(endpoints); 186ArgumentNullException.ThrowIfNull(keys); 187ArgumentNullException.ThrowIfNull(conventions);
Routing\AttributeRoute.cs (3)
28ArgumentNullException.ThrowIfNull(actionDescriptorCollectionProvider); 29ArgumentNullException.ThrowIfNull(services); 30ArgumentNullException.ThrowIfNull(handlerFactory);
Routing\AttributeRouting.cs (1)
19ArgumentNullException.ThrowIfNull(services);
Routing\ControllerLinkGeneratorExtensions.cs (10)
50ArgumentNullException.ThrowIfNull(generator); 51ArgumentNullException.ThrowIfNull(httpContext); 88ArgumentNullException.ThrowIfNull(generator); 89ArgumentNullException.ThrowIfNull(action); 90ArgumentNullException.ThrowIfNull(controller); 146ArgumentNullException.ThrowIfNull(generator); 147ArgumentNullException.ThrowIfNull(httpContext); 198ArgumentNullException.ThrowIfNull(generator); 199ArgumentNullException.ThrowIfNull(action); 200ArgumentNullException.ThrowIfNull(controller);
Routing\DynamicControllerEndpointMatcherPolicy.cs (5)
21ArgumentNullException.ThrowIfNull(selectorCache); 22ArgumentNullException.ThrowIfNull(comparer); 32ArgumentNullException.ThrowIfNull(endpoints); 60ArgumentNullException.ThrowIfNull(httpContext); 61ArgumentNullException.ThrowIfNull(candidates);
Routing\DynamicControllerEndpointSelector.cs (2)
16ArgumentNullException.ThrowIfNull(dataSource); 25ArgumentNullException.ThrowIfNull(values);
Routing\DynamicControllerMetadata.cs (1)
12ArgumentNullException.ThrowIfNull(values);
Routing\DynamicControllerRouteValueTransformerMetadata.cs (1)
12ArgumentNullException.ThrowIfNull(selectorType);
Routing\EndpointRoutingUrlHelper.cs (4)
28ArgumentNullException.ThrowIfNull(linkGenerator); 29ArgumentNullException.ThrowIfNull(endpointDataSource); 38ArgumentNullException.ThrowIfNull(urlActionContext); 79ArgumentNullException.ThrowIfNull(routeContext);
Routing\HttpMethodAttribute.cs (1)
37ArgumentNullException.ThrowIfNull(httpMethods);
Routing\KnownRouteValueConstraint.cs (4)
28ArgumentNullException.ThrowIfNull(actionDescriptorCollectionProvider); 41ArgumentNullException.ThrowIfNull(routeKey); 42ArgumentNullException.ThrowIfNull(values); 72ArgumentNullException.ThrowIfNull(httpContext);
Routing\MvcAttributeRouteHandler.cs (2)
36ArgumentNullException.ThrowIfNull(context); 44ArgumentNullException.ThrowIfNull(context);
Routing\MvcRouteHandler.cs (2)
33ArgumentNullException.ThrowIfNull(context); 41ArgumentNullException.ThrowIfNull(context);
Routing\NormalizedRouteValue.cs (2)
24ArgumentNullException.ThrowIfNull(context); 25ArgumentNullException.ThrowIfNull(key);
Routing\PageLinkGeneratorExtensions.cs (8)
49ArgumentNullException.ThrowIfNull(generator); 50ArgumentNullException.ThrowIfNull(httpContext); 91ArgumentNullException.ThrowIfNull(generator); 92ArgumentNullException.ThrowIfNull(page); 147ArgumentNullException.ThrowIfNull(generator); 148ArgumentNullException.ThrowIfNull(httpContext); 199ArgumentNullException.ThrowIfNull(generator); 200ArgumentNullException.ThrowIfNull(page);
Routing\RouteValueAttribute.cs (2)
33ArgumentNullException.ThrowIfNull(routeKey); 34ArgumentNullException.ThrowIfNull(routeValue);
Routing\UrlHelper.cs (2)
53ArgumentNullException.ThrowIfNull(actionContext); 66ArgumentNullException.ThrowIfNull(routeContext);
Routing\UrlHelperBase.cs (1)
31ArgumentNullException.ThrowIfNull(actionContext);
Routing\UrlHelperFactory.cs (1)
19ArgumentNullException.ThrowIfNull(context);
SerializableError.cs (1)
31ArgumentNullException.ThrowIfNull(modelState);
ServiceFilterAttribute.cs (1)
49ArgumentNullException.ThrowIfNull(serviceProvider);
SignInResult.cs (1)
80ArgumentNullException.ThrowIfNull(context);
SignOutResult.cs (1)
92ArgumentNullException.ThrowIfNull(context);
src\Http\Routing\src\DataSourceDependentCache.cs (2)
29ArgumentNullException.ThrowIfNull(dataSource); 30ArgumentNullException.ThrowIfNull(initialize);
src\Shared\ChunkingCookieManager\ChunkingCookieManager.cs (8)
92ArgumentNullException.ThrowIfNull(context); 93ArgumentNullException.ThrowIfNull(key); 147ArgumentNullException.ThrowIfNull(context); 148ArgumentNullException.ThrowIfNull(key); 149ArgumentNullException.ThrowIfNull(options); 227ArgumentNullException.ThrowIfNull(context); 228ArgumentNullException.ThrowIfNull(key); 229ArgumentNullException.ThrowIfNull(options);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (2)
26ArgumentNullException.ThrowIfNull(sourceDictionary); 27ArgumentNullException.ThrowIfNull(comparer);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
19ArgumentNullException.ThrowIfNull(source);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
32ArgumentNullException.ThrowIfNull(methodInfo); 114ArgumentNullException.ThrowIfNull(parameterDefaultValues);
src\Shared\PropertyActivator\PropertyActivator.cs (9)
30ArgumentNullException.ThrowIfNull(instance); 42ArgumentNullException.ThrowIfNull(type); 43ArgumentNullException.ThrowIfNull(activateAttributeType); 44ArgumentNullException.ThrowIfNull(createActivateInfo); 55ArgumentNullException.ThrowIfNull(type); 56ArgumentNullException.ThrowIfNull(activateAttributeType); 57ArgumentNullException.ThrowIfNull(createActivateInfo); 69ArgumentNullException.ThrowIfNull(type); 70ArgumentNullException.ThrowIfNull(createActivateInfo);
StatusCodeResult.cs (1)
36ArgumentNullException.ThrowIfNull(context);
TypeFilterAttribute.cs (1)
62ArgumentNullException.ThrowIfNull(serviceProvider);
UrlHelperExtensions.cs (17)
22ArgumentNullException.ThrowIfNull(helper); 42ArgumentNullException.ThrowIfNull(helper); 57ArgumentNullException.ThrowIfNull(helper); 72ArgumentNullException.ThrowIfNull(helper); 88ArgumentNullException.ThrowIfNull(helper); 119ArgumentNullException.ThrowIfNull(helper); 154ArgumentNullException.ThrowIfNull(helper); 191ArgumentNullException.ThrowIfNull(helper); 212ArgumentNullException.ThrowIfNull(helper); 225ArgumentNullException.ThrowIfNull(helper); 240ArgumentNullException.ThrowIfNull(helper); 269ArgumentNullException.ThrowIfNull(helper); 302ArgumentNullException.ThrowIfNull(helper); 337ArgumentNullException.ThrowIfNull(helper); 476ArgumentNullException.ThrowIfNull(urlHelper); 523ArgumentNullException.ThrowIfNull(helper); 572ArgumentNullException.ThrowIfNull(urlHelper);
ValidationProblemDetails.cs (1)
35ArgumentNullException.ThrowIfNull(modelState);
VirtualFileResult.cs (1)
62ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.Mvc.Core.Test (6)
Filters\MiddlewareFilterConfigurationProviderTest.cs (4)
121ArgumentNullException.ThrowIfNull(hostingEnvironment); 122ArgumentNullException.ThrowIfNull(loggerFactory); 138ArgumentNullException.ThrowIfNull(hostingEnvironment); 139ArgumentNullException.ThrowIfNull(loggerFactory);
ModelBinding\DefaultModelBindingContextTest.cs (1)
188ArgumentNullException.ThrowIfNull(bindingContext);
ModelBinding\StubModelBinder.cs (1)
62ArgumentNullException.ThrowIfNull(bindingContext);
Microsoft.AspNetCore.Mvc.Core.TestCommon (1)
SimpleValueProviderFactory.cs (1)
17ArgumentNullException.ThrowIfNull(valueProvider);
Microsoft.AspNetCore.Mvc.Cors (14)
CorsApplicationModelProvider.cs (2)
25ArgumentNullException.ThrowIfNull(context); 32ArgumentNullException.ThrowIfNull(context);
CorsAuthorizationFilter.cs (4)
43ArgumentNullException.ThrowIfNull(corsService); 44ArgumentNullException.ThrowIfNull(policyProvider); 45ArgumentNullException.ThrowIfNull(loggerFactory); 65ArgumentNullException.ThrowIfNull(context);
CorsAuthorizationFilterFactory.cs (1)
36ArgumentNullException.ThrowIfNull(serviceProvider);
CorsHttpMethodActionConstraint.cs (1)
22ArgumentNullException.ThrowIfNull(context);
DependencyInjection\MvcCorsMvcCoreBuilderExtensions.cs (5)
23ArgumentNullException.ThrowIfNull(builder); 39ArgumentNullException.ThrowIfNull(builder); 40ArgumentNullException.ThrowIfNull(setupAction); 58ArgumentNullException.ThrowIfNull(builder); 59ArgumentNullException.ThrowIfNull(setupAction);
DisableCorsAuthorizationFilter.cs (1)
24ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.Mvc.DataAnnotations (46)
CompareAttributeAdapter.cs (2)
24ArgumentNullException.ThrowIfNull(context); 34ArgumentNullException.ThrowIfNull(validationContext);
DataAnnotationsClientModelValidatorProvider.cs (3)
36ArgumentNullException.ThrowIfNull(validationAttributeAdapterProvider); 37ArgumentNullException.ThrowIfNull(options); 47ArgumentNullException.ThrowIfNull(context);
DataAnnotationsMetadataProvider.cs (5)
33ArgumentNullException.ThrowIfNull(options); 34ArgumentNullException.ThrowIfNull(localizationOptions); 44ArgumentNullException.ThrowIfNull(context); 56ArgumentNullException.ThrowIfNull(context); 300ArgumentNullException.ThrowIfNull(context);
DataAnnotationsModelValidator.cs (3)
32ArgumentNullException.ThrowIfNull(validationAttributeAdapterProvider); 33ArgumentNullException.ThrowIfNull(attribute); 52ArgumentNullException.ThrowIfNull(validationContext);
DataAnnotationsModelValidatorProvider.cs (2)
36ArgumentNullException.ThrowIfNull(validationAttributeAdapterProvider); 37ArgumentNullException.ThrowIfNull(options);
DataTypeAttributeAdapter.cs (2)
28ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(validationContext);
DefaultClientModelValidatorProvider.cs (1)
20ArgumentNullException.ThrowIfNull(context);
DependencyInjection\MvcDataAnnotationsLocalizationOptionsSetup.cs (1)
17ArgumentNullException.ThrowIfNull(options);
DependencyInjection\MvcDataAnnotationsMvcBuilderExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(builder); 36ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\MvcDataAnnotationsMvcCoreBuilderExtensions.cs (3)
23ArgumentNullException.ThrowIfNull(builder); 36ArgumentNullException.ThrowIfNull(builder); 52ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\MvcDataAnnotationsMvcOptionsSetup.cs (3)
24ArgumentNullException.ThrowIfNull(validationAttributeAdapterProvider); 25ArgumentNullException.ThrowIfNull(dataAnnotationLocalizationOptions); 42ArgumentNullException.ThrowIfNull(options);
FileExtensionsAttributeAdapter.cs (2)
32ArgumentNullException.ThrowIfNull(context); 42ArgumentNullException.ThrowIfNull(validationContext);
MaxLengthAttributeAdapter.cs (2)
23ArgumentNullException.ThrowIfNull(context); 33ArgumentNullException.ThrowIfNull(validationContext);
MinLengthAttributeAdapter.cs (2)
23ArgumentNullException.ThrowIfNull(context); 33ArgumentNullException.ThrowIfNull(validationContext);
NumericClientModelValidator.cs (2)
18ArgumentNullException.ThrowIfNull(context); 34ArgumentNullException.ThrowIfNull(modelMetadata);
NumericClientModelValidatorProvider.cs (1)
17ArgumentNullException.ThrowIfNull(context);
RangeAttributeAdapter.cs (2)
32ArgumentNullException.ThrowIfNull(context); 43ArgumentNullException.ThrowIfNull(validationContext);
RegularExpressionAttributeAdapter.cs (2)
19ArgumentNullException.ThrowIfNull(context); 29ArgumentNullException.ThrowIfNull(validationContext);
RequiredAttributeAdapter.cs (2)
28ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(validationContext);
StringLengthAttributeAdapter.cs (2)
26ArgumentNullException.ThrowIfNull(context); 45ArgumentNullException.ThrowIfNull(validationContext);
ValidationAttributeAdapterOfTAttribute.cs (1)
67ArgumentNullException.ThrowIfNull(modelMetadata);
ValidationAttributeAdapterProvider.cs (1)
22ArgumentNullException.ThrowIfNull(attribute);
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ModelValidationResultComparer.cs (1)
29ArgumentNullException.ThrowIfNull(obj);
Microsoft.AspNetCore.Mvc.Formatters.Xml (64)
DelegatingEnumerable.cs (1)
41ArgumentNullException.ThrowIfNull(source);
DelegatingEnumerator.cs (1)
28ArgumentNullException.ThrowIfNull(inner);
DependencyInjection\MvcXmlMvcBuilderExtensions.cs (7)
25ArgumentNullException.ThrowIfNull(builder); 26ArgumentNullException.ThrowIfNull(setupAction); 39ArgumentNullException.ThrowIfNull(builder); 55ArgumentNullException.ThrowIfNull(builder); 56ArgumentNullException.ThrowIfNull(setupAction); 70ArgumentNullException.ThrowIfNull(builder); 86ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\MvcXmlMvcCoreBuilderExtensions.cs (7)
26ArgumentNullException.ThrowIfNull(builder); 27ArgumentNullException.ThrowIfNull(setupAction); 40ArgumentNullException.ThrowIfNull(builder); 56ArgumentNullException.ThrowIfNull(builder); 57ArgumentNullException.ThrowIfNull(setupAction); 71ArgumentNullException.ThrowIfNull(builder); 87ArgumentNullException.ThrowIfNull(builder);
EnumerableWrapperProvider.cs (1)
29ArgumentNullException.ThrowIfNull(sourceEnumerableOfT);
EnumerableWrapperProviderFactory.cs (2)
23ArgumentNullException.ThrowIfNull(wrapperProviderFactories); 36ArgumentNullException.ThrowIfNull(context);
ModelBinding\DataMemberRequiredBindingMetadataProvider.cs (1)
18ArgumentNullException.ThrowIfNull(context);
ProblemDetailsWrapper.cs (3)
48ArgumentNullException.ThrowIfNull(reader); 75ArgumentNullException.ThrowIfNull(reader); 174ArgumentNullException.ThrowIfNull(declaredType);
SerializableErrorWrapper.cs (2)
35ArgumentNullException.ThrowIfNull(error); 109ArgumentNullException.ThrowIfNull(declaredType);
SerializableErrorWrapperProvider.cs (1)
17ArgumentNullException.ThrowIfNull(original);
SerializableErrorWrapperProviderFactory.cs (1)
24ArgumentNullException.ThrowIfNull(context);
ValidationProblemDetailsWrapper.cs (3)
41ArgumentNullException.ThrowIfNull(reader); 78ArgumentNullException.ThrowIfNull(writer); 111ArgumentNullException.ThrowIfNull(declaredType);
WrapperProviderContext.cs (1)
19ArgumentNullException.ThrowIfNull(declaredType);
WrapperProviderFactoriesExtensions.cs (2)
23ArgumentNullException.ThrowIfNull(wrapperProviderFactories); 24ArgumentNullException.ThrowIfNull(wrapperProviderContext);
XmlDataContractSerializerInputFormatter.cs (9)
79ArgumentNullException.ThrowIfNull(value); 101ArgumentNullException.ThrowIfNull(context); 102ArgumentNullException.ThrowIfNull(encoding); 175ArgumentNullException.ThrowIfNull(type); 188ArgumentNullException.ThrowIfNull(readStream); 189ArgumentNullException.ThrowIfNull(encoding); 201ArgumentNullException.ThrowIfNull(declaredType); 216ArgumentNullException.ThrowIfNull(type); 237ArgumentNullException.ThrowIfNull(type);
XmlDataContractSerializerOutputFormatter.cs (8)
66ArgumentNullException.ThrowIfNull(writerSettings); 108ArgumentNullException.ThrowIfNull(value); 121ArgumentNullException.ThrowIfNull(type); 148ArgumentNullException.ThrowIfNull(type); 183ArgumentNullException.ThrowIfNull(writer); 184ArgumentNullException.ThrowIfNull(xmlWriterSettings); 215ArgumentNullException.ThrowIfNull(context); 216ArgumentNullException.ThrowIfNull(selectedEncoding);
XmlSerializerInputFormatter.cs (7)
85ArgumentNullException.ThrowIfNull(context); 86ArgumentNullException.ThrowIfNull(encoding); 171ArgumentNullException.ThrowIfNull(type); 183ArgumentNullException.ThrowIfNull(declaredType); 211ArgumentNullException.ThrowIfNull(readStream); 212ArgumentNullException.ThrowIfNull(encoding); 242ArgumentNullException.ThrowIfNull(type);
XmlSerializerOutputFormatter.cs (7)
65ArgumentNullException.ThrowIfNull(writerSettings); 103ArgumentNullException.ThrowIfNull(type); 130ArgumentNullException.ThrowIfNull(type); 162ArgumentNullException.ThrowIfNull(writer); 163ArgumentNullException.ThrowIfNull(xmlWriterSettings); 194ArgumentNullException.ThrowIfNull(context); 195ArgumentNullException.ThrowIfNull(selectedEncoding);
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
Infrastructure\MvcWebApplicationBuilderExtensions.cs (2)
24ArgumentNullException.ThrowIfNull(culture); 25ArgumentNullException.ThrowIfNull(uiCulture);
src\Shared\SizeLimitedStream.cs (1)
15ArgumentNullException.ThrowIfNull(innerStream);
Microsoft.AspNetCore.Mvc.IntegrationTests (7)
BinderTypeBasedModelBinderIntegrationTest.cs (5)
320ArgumentNullException.ThrowIfNull(bindingContext); 345ArgumentNullException.ThrowIfNull(bindingContext); 370ArgumentNullException.ThrowIfNull(bindingContext); 388ArgumentNullException.ThrowIfNull(bindingContext); 400ArgumentNullException.ThrowIfNull(bindingContext);
ExcludeBindingMetadataProviderIntegrationTest.cs (1)
133ArgumentNullException.ThrowIfNull(context);
GenericModelBinderIntegrationTest.cs (1)
168ArgumentNullException.ThrowIfNull(bindingContext);
Microsoft.AspNetCore.Mvc.Localization (52)
DependencyInjection\MvcLocalizationMvcBuilderExtensions.cs (12)
23ArgumentNullException.ThrowIfNull(builder); 38ArgumentNullException.ThrowIfNull(builder); 54ArgumentNullException.ThrowIfNull(builder); 72ArgumentNullException.ThrowIfNull(builder); 90ArgumentNullException.ThrowIfNull(builder); 114ArgumentNullException.ThrowIfNull(builder); 138ArgumentNullException.ThrowIfNull(builder); 165ArgumentNullException.ThrowIfNull(builder); 190ArgumentNullException.ThrowIfNull(builder); 218ArgumentNullException.ThrowIfNull(builder); 245ArgumentNullException.ThrowIfNull(builder); 275ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\MvcLocalizationMvcCoreBuilderExtensions.cs (12)
28ArgumentNullException.ThrowIfNull(builder); 48ArgumentNullException.ThrowIfNull(builder); 72ArgumentNullException.ThrowIfNull(builder); 94ArgumentNullException.ThrowIfNull(builder); 115ArgumentNullException.ThrowIfNull(builder); 139ArgumentNullException.ThrowIfNull(builder); 163ArgumentNullException.ThrowIfNull(builder); 190ArgumentNullException.ThrowIfNull(builder); 215ArgumentNullException.ThrowIfNull(builder); 243ArgumentNullException.ThrowIfNull(builder); 270ArgumentNullException.ThrowIfNull(builder); 300ArgumentNullException.ThrowIfNull(builder);
HtmlLocalizer.cs (5)
22ArgumentNullException.ThrowIfNull(localizer); 32ArgumentNullException.ThrowIfNull(name); 43ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(name); 60ArgumentNullException.ThrowIfNull(name);
HtmlLocalizerExtensions.cs (5)
21ArgumentNullException.ThrowIfNull(htmlLocalizer); 22ArgumentNullException.ThrowIfNull(name); 36ArgumentNullException.ThrowIfNull(htmlLocalizer); 37ArgumentNullException.ThrowIfNull(name); 49ArgumentNullException.ThrowIfNull(htmlLocalizer);
HtmlLocalizerFactory.cs (4)
22ArgumentNullException.ThrowIfNull(localizerFactory); 34ArgumentNullException.ThrowIfNull(resourceSource); 47ArgumentNullException.ThrowIfNull(baseName); 48ArgumentNullException.ThrowIfNull(location);
HtmlLocalizerOfT.cs (4)
31ArgumentNullException.ThrowIfNull(name); 42ArgumentNullException.ThrowIfNull(name); 51ArgumentNullException.ThrowIfNull(name); 59ArgumentNullException.ThrowIfNull(name);
LocalizedHtmlString.cs (5)
46ArgumentNullException.ThrowIfNull(name); 47ArgumentNullException.ThrowIfNull(value); 48ArgumentNullException.ThrowIfNull(arguments); 74ArgumentNullException.ThrowIfNull(writer); 75ArgumentNullException.ThrowIfNull(encoder);
ViewLocalizer.cs (5)
30ArgumentNullException.ThrowIfNull(localizerFactory); 31ArgumentNullException.ThrowIfNull(hostingEnvironment); 47ArgumentNullException.ThrowIfNull(key); 58ArgumentNullException.ThrowIfNull(key); 80ArgumentNullException.ThrowIfNull(viewContext);
Microsoft.AspNetCore.Mvc.NewtonsoftJson (53)
DependencyInjection\MvcNewtonsoftJsonOptionsExtensions.cs (2)
28ArgumentNullException.ThrowIfNull(options); 63ArgumentNullException.ThrowIfNull(options);
DependencyInjection\NewtonsoftJsonMvcBuilderExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(builder); 36ArgumentNullException.ThrowIfNull(builder); 37ArgumentNullException.ThrowIfNull(setupAction);
DependencyInjection\NewtonsoftJsonMvcCoreBuilderExtensions.cs (3)
29ArgumentNullException.ThrowIfNull(builder); 45ArgumentNullException.ThrowIfNull(builder); 46ArgumentNullException.ThrowIfNull(setupAction);
DependencyInjection\NewtonsoftJsonMvcOptionsSetup.cs (4)
33ArgumentNullException.ThrowIfNull(loggerFactory); 34ArgumentNullException.ThrowIfNull(jsonOptions); 35ArgumentNullException.ThrowIfNull(charPool); 36ArgumentNullException.ThrowIfNull(objectPoolProvider);
JsonArrayPool.cs (2)
15ArgumentNullException.ThrowIfNull(inner); 27ArgumentNullException.ThrowIfNull(array);
JsonHelperExtensions.cs (3)
34ArgumentNullException.ThrowIfNull(jsonHelper); 47ArgumentNullException.ThrowIfNull(value); 48ArgumentNullException.ThrowIfNull(serializerSettings);
JsonPatchExtensions.cs (6)
25ArgumentNullException.ThrowIfNull(patchDoc); 26ArgumentNullException.ThrowIfNull(objectToApplyTo); 27ArgumentNullException.ThrowIfNull(modelState); 45ArgumentNullException.ThrowIfNull(patchDoc); 46ArgumentNullException.ThrowIfNull(objectToApplyTo); 47ArgumentNullException.ThrowIfNull(modelState);
JsonPatchOperationsArrayProvider.cs (1)
38ArgumentNullException.ThrowIfNull(context);
NewtonsoftJsonHelper.cs (3)
32ArgumentNullException.ThrowIfNull(options); 33ArgumentNullException.ThrowIfNull(charPool); 46ArgumentNullException.ThrowIfNull(serializerSettings);
NewtonsoftJsonInputFormatter.cs (6)
51ArgumentNullException.ThrowIfNull(logger); 52ArgumentNullException.ThrowIfNull(serializerSettings); 53ArgumentNullException.ThrowIfNull(charPool); 54ArgumentNullException.ThrowIfNull(objectPoolProvider); 98ArgumentNullException.ThrowIfNull(context); 99ArgumentNullException.ThrowIfNull(encoding);
NewtonsoftJsonOutputFormatter.cs (5)
61ArgumentNullException.ThrowIfNull(serializerSettings); 62ArgumentNullException.ThrowIfNull(charPool); 94ArgumentNullException.ThrowIfNull(writer); 136ArgumentNullException.ThrowIfNull(context); 137ArgumentNullException.ThrowIfNull(selectedEncoding);
NewtonsoftJsonPatchInputFormatter.cs (3)
65ArgumentNullException.ThrowIfNull(context); 66ArgumentNullException.ThrowIfNull(encoding); 83ArgumentNullException.ThrowIfNull(context);
NewtonsoftJsonResultExecutor.cs (6)
49ArgumentNullException.ThrowIfNull(writerFactory); 50ArgumentNullException.ThrowIfNull(logger); 51ArgumentNullException.ThrowIfNull(jsonOptions); 52ArgumentNullException.ThrowIfNull(charPool); 70ArgumentNullException.ThrowIfNull(context); 71ArgumentNullException.ThrowIfNull(result);
NewtonsoftJsonValidationMetadataProvider.cs (3)
32ArgumentNullException.ThrowIfNull(namingStrategy); 40ArgumentNullException.ThrowIfNull(context); 53ArgumentNullException.ThrowIfNull(context);
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.Mvc.Razor (77)
ApplicationParts\CompiledRazorAssemblyApplicationPartFactory.cs (1)
23ArgumentNullException.ThrowIfNull(assembly);
Compilation\CompiledViewDescriptor.cs (1)
27ArgumentNullException.ThrowIfNull(item);
Compilation\DefaultRazorPageFactoryProvider.cs (1)
30ArgumentNullException.ThrowIfNull(relativePath);
Compilation\DefaultViewCompiler.cs (1)
90ArgumentNullException.ThrowIfNull(relativePath);
DefaultTagHelperFactory.cs (2)
32ArgumentNullException.ThrowIfNull(activator); 52ArgumentNullException.ThrowIfNull(context);
DependencyInjection\MvcRazorMvcBuilderExtensions.cs (5)
25ArgumentNullException.ThrowIfNull(builder); 26ArgumentNullException.ThrowIfNull(setupAction); 40ArgumentNullException.ThrowIfNull(builder); 62ArgumentNullException.ThrowIfNull(builder); 63ArgumentNullException.ThrowIfNull(initialize);
DependencyInjection\MvcRazorMvcCoreBuilderExtensions.cs (6)
33ArgumentNullException.ThrowIfNull(builder); 51ArgumentNullException.ThrowIfNull(builder); 52ArgumentNullException.ThrowIfNull(setupAction); 85ArgumentNullException.ThrowIfNull(builder); 107ArgumentNullException.ThrowIfNull(builder); 108ArgumentNullException.ThrowIfNull(initialize);
DependencyInjection\MvcRazorMvcViewOptionsSetup.cs (2)
23ArgumentNullException.ThrowIfNull(razorViewEngine); 34ArgumentNullException.ThrowIfNull(options);
DependencyInjection\TagHelpersAsServices.cs (2)
16ArgumentNullException.ThrowIfNull(manager); 17ArgumentNullException.ThrowIfNull(services);
HelperResult.cs (3)
25ArgumentNullException.ThrowIfNull(asyncAction); 42ArgumentNullException.ThrowIfNull(writer); 43ArgumentNullException.ThrowIfNull(encoder);
Infrastructure\DefaultFileVersionProvider.cs (3)
25ArgumentNullException.ThrowIfNull(hostingEnvironment); 26ArgumentNullException.ThrowIfNull(cacheProvider); 38ArgumentNullException.ThrowIfNull(path);
Infrastructure\DefaultTagHelperActivator.cs (1)
19ArgumentNullException.ThrowIfNull(context);
LanguageViewLocationExpander.cs (3)
45ArgumentNullException.ThrowIfNull(context); 56ArgumentNullException.ThrowIfNull(context); 57ArgumentNullException.ThrowIfNull(viewLocations);
RazorPage.cs (8)
57ArgumentNullException.ThrowIfNull(name); 58ArgumentNullException.ThrowIfNull(section); 74ArgumentNullException.ThrowIfNull(name); 90ArgumentNullException.ThrowIfNull(name); 106ArgumentNullException.ThrowIfNull(name); 126ArgumentNullException.ThrowIfNull(name); 147ArgumentNullException.ThrowIfNull(name); 194ArgumentNullException.ThrowIfNull(sectionName);
RazorPageActivator.cs (2)
60ArgumentNullException.ThrowIfNull(page); 61ArgumentNullException.ThrowIfNull(context);
RazorPageBase.cs (6)
323ArgumentNullException.ThrowIfNull(writer); 350ArgumentNullException.ThrowIfNull(contentPath); 382ArgumentNullException.ThrowIfNull(name); 383ArgumentNullException.ThrowIfNull(section); 492ArgumentNullException.ThrowIfNull(prefix); 493ArgumentNullException.ThrowIfNull(suffix);
RazorPagePropertyActivator.cs (1)
46ArgumentNullException.ThrowIfNull(context);
RazorPageResult.cs (4)
18ArgumentNullException.ThrowIfNull(name); 19ArgumentNullException.ThrowIfNull(page); 33ArgumentNullException.ThrowIfNull(name); 34ArgumentNullException.ThrowIfNull(searchedLocations);
RazorView.cs (7)
45ArgumentNullException.ThrowIfNull(viewEngine); 46ArgumentNullException.ThrowIfNull(pageActivator); 47ArgumentNullException.ThrowIfNull(viewStartPages); 48ArgumentNullException.ThrowIfNull(razorPage); 49ArgumentNullException.ThrowIfNull(htmlEncoder); 50ArgumentNullException.ThrowIfNull(diagnosticListener); 78ArgumentNullException.ThrowIfNull(context);
RazorViewEngine.cs (2)
109ArgumentNullException.ThrowIfNull(context); 156ArgumentNullException.ThrowIfNull(context);
RazorViewEngineOptionsSetup.cs (1)
12ArgumentNullException.ThrowIfNull(options);
ServiceBasedTagHelperActivator.cs (1)
19ArgumentNullException.ThrowIfNull(context);
TagHelperComponentManager.cs (1)
20ArgumentNullException.ThrowIfNull(tagHelperComponents);
TagHelperInitializerOfT.cs (2)
21ArgumentNullException.ThrowIfNull(action); 34ArgumentNullException.ThrowIfNull(context);
TagHelpers\TagHelperComponentPropertyActivator.cs (1)
30ArgumentNullException.ThrowIfNull(context);
TagHelpers\TagHelperComponentTagHelper.cs (2)
36ArgumentNullException.ThrowIfNull(manager); 37ArgumentNullException.ThrowIfNull(loggerFactory);
TagHelpers\UrlResolutionTagHelper.cs (4)
119ArgumentNullException.ThrowIfNull(context); 120ArgumentNullException.ThrowIfNull(output); 148ArgumentNullException.ThrowIfNull(attributeName); 149ArgumentNullException.ThrowIfNull(output);
ViewLocationCacheResult.cs (2)
21ArgumentNullException.ThrowIfNull(viewStarts); 35ArgumentNullException.ThrowIfNull(searchedLocations);
ViewLocationExpanderContext.cs (2)
28ArgumentNullException.ThrowIfNull(actionContext); 29ArgumentNullException.ThrowIfNull(viewName);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (28)
ChecksumValidator.cs (4)
16ArgumentNullException.ThrowIfNull(item); 30ArgumentNullException.ThrowIfNull(fileSystem); 31ArgumentNullException.ThrowIfNull(item); 96ArgumentNullException.ThrowIfNull(projectItem);
CompilationFailedException.cs (1)
15ArgumentNullException.ThrowIfNull(compilationFailures);
DependencyInjection\MvcRazorRuntimeCompilationOptionsSetup.cs (1)
20ArgumentNullException.ThrowIfNull(options);
DependencyInjection\RazorRuntimeCompilationMvcBuilderExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(builder); 34ArgumentNullException.ThrowIfNull(builder); 35ArgumentNullException.ThrowIfNull(setupAction);
DependencyInjection\RazorRuntimeCompilationMvcCoreBuilderExtensions.cs (3)
32ArgumentNullException.ThrowIfNull(builder); 46ArgumentNullException.ThrowIfNull(builder); 47ArgumentNullException.ThrowIfNull(setupAction);
FileProviderRazorProjectFileSystem.cs (2)
18ArgumentNullException.ThrowIfNull(fileProvider); 19ArgumentNullException.ThrowIfNull(hostingEnvironment);
PageActionDescriptorChangeProvider.cs (3)
25ArgumentNullException.ThrowIfNull(projectEngine); 26ArgumentNullException.ThrowIfNull(fileProvider); 27ArgumentNullException.ThrowIfNull(razorPagesOptions);
PageDirectiveFeature.cs (1)
34ArgumentNullException.ThrowIfNull(projectItem);
PageLoaderMatcherPolicy.cs (3)
35ArgumentNullException.ThrowIfNull(endpoints); 57ArgumentNullException.ThrowIfNull(httpContext); 58ArgumentNullException.ThrowIfNull(candidates);
RuntimeCompilationFileProvider.cs (1)
16ArgumentNullException.ThrowIfNull(options);
RuntimeViewCompiler.cs (6)
42ArgumentNullException.ThrowIfNull(fileProvider); 43ArgumentNullException.ThrowIfNull(projectEngine); 44ArgumentNullException.ThrowIfNull(csharpCompiler); 45ArgumentNullException.ThrowIfNull(precompiledViews); 46ArgumentNullException.ThrowIfNull(logger); 87ArgumentNullException.ThrowIfNull(relativePath);
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (1)
TestInfrastructure\VirtualRazorProjectFileSystem.cs (1)
33ArgumentNullException.ThrowIfNull(projectItem);
Microsoft.AspNetCore.Mvc.RazorPages (190)
ApplicationModels\AuthorizationPageApplicationModelProvider.cs (1)
29ArgumentNullException.ThrowIfNull(context);
ApplicationModels\AutoValidateAntiforgeryPageApplicationModelProvider.cs (1)
20ArgumentNullException.ThrowIfNull(context);
ApplicationModels\CompiledPageRouteModelProvider.cs (3)
38ArgumentNullException.ThrowIfNull(context); 45ArgumentNullException.ThrowIfNull(context); 50ArgumentNullException.ThrowIfNull(applicationManager);
ApplicationModels\DefaultPageApplicationModelPartsProvider.cs (3)
35ArgumentNullException.ThrowIfNull(method); 77ArgumentNullException.ThrowIfNull(parameter); 106ArgumentNullException.ThrowIfNull(property);
ApplicationModels\DefaultPageApplicationModelProvider.cs (3)
44ArgumentNullException.ThrowIfNull(context); 64ArgumentNullException.ThrowIfNull(actionDescriptor); 65ArgumentNullException.ThrowIfNull(pageTypeInfo);
ApplicationModels\PageApplicationModel.cs (1)
57ArgumentNullException.ThrowIfNull(other);
ApplicationModels\PageConventionCollection.cs (8)
65ArgumentNullException.ThrowIfNull(action); 93ArgumentNullException.ThrowIfNull(action); 109ArgumentNullException.ThrowIfNull(action); 137ArgumentNullException.ThrowIfNull(action); 153ArgumentNullException.ThrowIfNull(action); 178ArgumentNullException.ThrowIfNull(action); 194ArgumentNullException.ThrowIfNull(action); 219ArgumentNullException.ThrowIfNull(action);
ApplicationModels\PageHandlerModel.cs (1)
38ArgumentNullException.ThrowIfNull(other);
ApplicationModels\PageParameterModel.cs (3)
25ArgumentNullException.ThrowIfNull(parameterInfo); 26ArgumentNullException.ThrowIfNull(attributes); 38ArgumentNullException.ThrowIfNull(other);
ApplicationModels\PagePropertyModel.cs (1)
36ArgumentNullException.ThrowIfNull(other);
ApplicationModels\PageRouteModel.cs (1)
48ArgumentNullException.ThrowIfNull(other);
ApplicationModels\PageRouteTransformerConvention.cs (1)
23ArgumentNullException.ThrowIfNull(parameterTransformer);
ApplicationModels\ResponseCacheFilterApplicationModelProvider.cs (2)
18ArgumentNullException.ThrowIfNull(mvcOptionsAccessor); 29ArgumentNullException.ThrowIfNull(context);
ApplicationModels\TempDataFilterPageApplicationModelProvider.cs (1)
28ArgumentNullException.ThrowIfNull(context);
ApplicationModels\ViewDataAttributePageApplicationModelProvider.cs (1)
23ArgumentNullException.ThrowIfNull(context);
Builder\PageActionEndpointConventionBuilder.cs (2)
34ArgumentNullException.ThrowIfNull(convention); 47ArgumentNullException.ThrowIfNull(finalConvention);
Builder\PageActionEndpointConventionBuilderResourceCollectionExtensions.cs (1)
28ArgumentNullException.ThrowIfNull(builder);
Builder\RazorPagesEndpointRouteBuilderExtensions.cs (15)
29ArgumentNullException.ThrowIfNull(endpoints); 67ArgumentNullException.ThrowIfNull(endpoints); 68ArgumentNullException.ThrowIfNull(page); 124ArgumentNullException.ThrowIfNull(endpoints); 125ArgumentNullException.ThrowIfNull(pattern); 126ArgumentNullException.ThrowIfNull(page); 179ArgumentNullException.ThrowIfNull(endpoints); 180ArgumentNullException.ThrowIfNull(page); 238ArgumentNullException.ThrowIfNull(endpoints); 239ArgumentNullException.ThrowIfNull(pattern); 240ArgumentNullException.ThrowIfNull(page); 307ArgumentNullException.ThrowIfNull(endpoints); 308ArgumentNullException.ThrowIfNull(pattern); 341ArgumentNullException.ThrowIfNull(endpoints); 342ArgumentNullException.ThrowIfNull(pattern);
DependencyInjection\MvcRazorPagesMvcBuilderExtensions.cs (4)
25ArgumentNullException.ThrowIfNull(builder); 26ArgumentNullException.ThrowIfNull(setupAction); 40ArgumentNullException.ThrowIfNull(builder); 59ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\MvcRazorPagesMvcCoreBuilderExtensions.cs (4)
32ArgumentNullException.ThrowIfNull(builder); 51ArgumentNullException.ThrowIfNull(builder); 52ArgumentNullException.ThrowIfNull(setupAction); 71ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\PageConventionCollectionExtensions.cs (18)
27ArgumentNullException.ThrowIfNull(conventions); 28ArgumentNullException.ThrowIfNull(factory); 41ArgumentNullException.ThrowIfNull(conventions); 42ArgumentNullException.ThrowIfNull(filter); 57ArgumentNullException.ThrowIfNull(conventions); 58ArgumentNullException.ThrowIfNull(convention); 73ArgumentNullException.ThrowIfNull(conventions); 108ArgumentNullException.ThrowIfNull(conventions); 134ArgumentNullException.ThrowIfNull(conventions); 169ArgumentNullException.ThrowIfNull(conventions); 196ArgumentNullException.ThrowIfNull(conventions); 258ArgumentNullException.ThrowIfNull(conventions); 285ArgumentNullException.ThrowIfNull(conventions); 347ArgumentNullException.ThrowIfNull(conventions); 378ArgumentNullException.ThrowIfNull(conventions); 380ArgumentNullException.ThrowIfNull(route); 412ArgumentNullException.ThrowIfNull(conventions); 415ArgumentNullException.ThrowIfNull(route);
DependencyInjection\RazorPagesOptionsSetup.cs (1)
21ArgumentNullException.ThrowIfNull(options);
DependencyInjection\RazorPagesRazorViewEngineOptionsSetup.cs (1)
23ArgumentNullException.ThrowIfNull(options);
Filters\PageHandlerExecutedContext.cs (1)
34ArgumentNullException.ThrowIfNull(handlerInstance);
Filters\PageHandlerExecutingContext.cs (2)
32ArgumentNullException.ThrowIfNull(handlerArguments); 33ArgumentNullException.ThrowIfNull(handlerInstance);
Filters\PageHandlerPageFilter.cs (3)
17ArgumentNullException.ThrowIfNull(context); 18ArgumentNullException.ThrowIfNull(next); 44ArgumentNullException.ThrowIfNull(context);
Filters\PageHandlerResultFIlter.cs (2)
17ArgumentNullException.ThrowIfNull(context); 18ArgumentNullException.ThrowIfNull(next);
Filters\PageHandlerSelectedContext.cs (1)
28ArgumentNullException.ThrowIfNull(handlerInstance);
Filters\PageResponseCacheFilter.cs (1)
88ArgumentNullException.ThrowIfNull(context);
Filters\PageSaveTempDataPropertyFilterFactory.cs (1)
22ArgumentNullException.ThrowIfNull(serviceProvider);
Infrastructure\DefaultPageActivatorProvider.cs (9)
22ArgumentNullException.ThrowIfNull(actionDescriptor); 38ArgumentNullException.ThrowIfNull(actionDescriptor); 50ArgumentNullException.ThrowIfNull(actionDescriptor); 82ArgumentNullException.ThrowIfNull(context); 83ArgumentNullException.ThrowIfNull(viewContext); 84ArgumentNullException.ThrowIfNull(page); 97ArgumentNullException.ThrowIfNull(context); 98ArgumentNullException.ThrowIfNull(viewContext); 99ArgumentNullException.ThrowIfNull(page);
Infrastructure\DefaultPageFactoryProvider.cs (2)
72ArgumentNullException.ThrowIfNull(descriptor); 79ArgumentNullException.ThrowIfNull(descriptor);
Infrastructure\DefaultPageLoader.cs (1)
40ArgumentNullException.ThrowIfNull(actionDescriptor);
Infrastructure\DefaultPageModelActivatorProvider.cs (7)
21ArgumentNullException.ThrowIfNull(actionDescriptor); 38ArgumentNullException.ThrowIfNull(actionDescriptor); 50ArgumentNullException.ThrowIfNull(actionDescriptor); 67ArgumentNullException.ThrowIfNull(context); 68ArgumentNullException.ThrowIfNull(page); 75ArgumentNullException.ThrowIfNull(context); 76ArgumentNullException.ThrowIfNull(page);
Infrastructure\DefaultPageModelFactoryProvider.cs (3)
22ArgumentNullException.ThrowIfNull(descriptor); 50ArgumentNullException.ThrowIfNull(descriptor); 62ArgumentNullException.ThrowIfNull(descriptor);
Infrastructure\DynamicPageEndpointMatcherPolicy.cs (6)
22ArgumentNullException.ThrowIfNull(selectorCache); 23ArgumentNullException.ThrowIfNull(loader); 24ArgumentNullException.ThrowIfNull(comparer); 35ArgumentNullException.ThrowIfNull(endpoints); 63ArgumentNullException.ThrowIfNull(httpContext); 64ArgumentNullException.ThrowIfNull(candidates);
Infrastructure\DynamicPageEndpointSelector.cs (2)
17ArgumentNullException.ThrowIfNull(dataSource); 27ArgumentNullException.ThrowIfNull(values);
Infrastructure\DynamicPageMetadata.cs (1)
12ArgumentNullException.ThrowIfNull(values);
Infrastructure\DynamicPageRouteValueTransformerMetadata.cs (1)
13ArgumentNullException.ThrowIfNull(selectorType);
Infrastructure\ExecutorFactory.cs (1)
15ArgumentNullException.ThrowIfNull(handlerDescriptor);
Infrastructure\HandleOptionsRequestsPageFilter.cs (1)
37ArgumentNullException.ThrowIfNull(context);
Infrastructure\PageActionInvokerProvider.cs (1)
63ArgumentNullException.ThrowIfNull(context);
Infrastructure\PageBinderFactory.cs (2)
19ArgumentNullException.ThrowIfNull(parameterBinder); 20ArgumentNullException.ThrowIfNull(actionDescriptor);
Infrastructure\PageResultExecutor.cs (2)
53ArgumentNullException.ThrowIfNull(pageContext); 54ArgumentNullException.ThrowIfNull(result);
Infrastructure\ServiceBasedPageModelActivatorProvider.cs (1)
16ArgumentNullException.ThrowIfNull(descriptor);
PageActionDescriptor.cs (2)
28ArgumentNullException.ThrowIfNull(other); 79ArgumentNullException.ThrowIfNull(value);
PageBase.cs (25)
145ArgumentNullException.ThrowIfNull(modelState); 1280ArgumentNullException.ThrowIfNull(model); 1299ArgumentNullException.ThrowIfNull(model); 1300ArgumentNullException.ThrowIfNull(prefix); 1327ArgumentNullException.ThrowIfNull(model); 1328ArgumentNullException.ThrowIfNull(prefix); 1329ArgumentNullException.ThrowIfNull(valueProvider); 1358ArgumentNullException.ThrowIfNull(model); 1359ArgumentNullException.ThrowIfNull(includeExpressions); 1394ArgumentNullException.ThrowIfNull(model); 1395ArgumentNullException.ThrowIfNull(propertyFilter); 1433ArgumentNullException.ThrowIfNull(model); 1434ArgumentNullException.ThrowIfNull(valueProvider); 1435ArgumentNullException.ThrowIfNull(includeExpressions); 1466ArgumentNullException.ThrowIfNull(model); 1467ArgumentNullException.ThrowIfNull(valueProvider); 1468ArgumentNullException.ThrowIfNull(propertyFilter); 1495ArgumentNullException.ThrowIfNull(model); 1496ArgumentNullException.ThrowIfNull(modelType); 1533ArgumentNullException.ThrowIfNull(model); 1534ArgumentNullException.ThrowIfNull(modelType); 1535ArgumentNullException.ThrowIfNull(valueProvider); 1536ArgumentNullException.ThrowIfNull(propertyFilter); 1558ArgumentNullException.ThrowIfNull(model); 1574ArgumentNullException.ThrowIfNull(model);
PageContext.cs (4)
66ArgumentNullException.ThrowIfNull(value); 89ArgumentNullException.ThrowIfNull(value); 103ArgumentNullException.ThrowIfNull(value); 117ArgumentNullException.ThrowIfNull(value);
PageModel.cs (31)
52ArgumentNullException.ThrowIfNull(value); 105ArgumentNullException.ThrowIfNull(value); 128ArgumentNullException.ThrowIfNull(value); 188ArgumentNullException.ThrowIfNull(model); 204ArgumentNullException.ThrowIfNull(model); 205ArgumentNullException.ThrowIfNull(name); 232ArgumentNullException.ThrowIfNull(model); 233ArgumentNullException.ThrowIfNull(name); 234ArgumentNullException.ThrowIfNull(valueProvider); 263ArgumentNullException.ThrowIfNull(model); 264ArgumentNullException.ThrowIfNull(includeExpressions); 299ArgumentNullException.ThrowIfNull(model); 300ArgumentNullException.ThrowIfNull(propertyFilter); 338ArgumentNullException.ThrowIfNull(model); 339ArgumentNullException.ThrowIfNull(valueProvider); 340ArgumentNullException.ThrowIfNull(includeExpressions); 371ArgumentNullException.ThrowIfNull(model); 372ArgumentNullException.ThrowIfNull(valueProvider); 373ArgumentNullException.ThrowIfNull(propertyFilter); 400ArgumentNullException.ThrowIfNull(model); 401ArgumentNullException.ThrowIfNull(modelType); 438ArgumentNullException.ThrowIfNull(model); 439ArgumentNullException.ThrowIfNull(modelType); 440ArgumentNullException.ThrowIfNull(valueProvider); 441ArgumentNullException.ThrowIfNull(propertyFilter); 477ArgumentNullException.ThrowIfNull(modelState); 1635ArgumentNullException.ThrowIfNull(model); 1651ArgumentNullException.ThrowIfNull(model); 1693ArgumentNullException.ThrowIfNull(context); 1709ArgumentNullException.ThrowIfNull(context); 1710ArgumentNullException.ThrowIfNull(next);
Microsoft.AspNetCore.Mvc.TagHelpers (75)
AnchorTagHelper.cs (2)
165ArgumentNullException.ThrowIfNull(context); 166ArgumentNullException.ThrowIfNull(output);
AttributeMatcher.cs (3)
29ArgumentNullException.ThrowIfNull(context); 30ArgumentNullException.ThrowIfNull(modeInfos); 31ArgumentNullException.ThrowIfNull(compare);
Cache\DistributedCacheTagHelperFormatter.cs (2)
18ArgumentNullException.ThrowIfNull(context); 35ArgumentNullException.ThrowIfNull(value);
Cache\DistributedCacheTagHelperService.cs (4)
52ArgumentNullException.ThrowIfNull(storage); 53ArgumentNullException.ThrowIfNull(formatter); 54ArgumentNullException.ThrowIfNull(HtmlEncoder); 55ArgumentNullException.ThrowIfNull(loggerFactory);
Cache\DistributedCacheTagHelperStorage.cs (3)
28ArgumentNullException.ThrowIfNull(key); 36ArgumentNullException.ThrowIfNull(key); 37ArgumentNullException.ThrowIfNull(value);
CacheTagHelper.cs (2)
63ArgumentNullException.ThrowIfNull(context); 64ArgumentNullException.ThrowIfNull(output);
ComponentTagHelper.cs (2)
88ArgumentNullException.ThrowIfNull(context); 89ArgumentNullException.ThrowIfNull(output);
DependencyInjection\TagHelperExtensions.cs (5)
22ArgumentNullException.ThrowIfNull(builder); 37ArgumentNullException.ThrowIfNull(builder); 38ArgumentNullException.ThrowIfNull(configure); 53ArgumentNullException.ThrowIfNull(builder); 54ArgumentNullException.ThrowIfNull(configure);
DistributedCacheTagHelper.cs (2)
55ArgumentNullException.ThrowIfNull(context); 56ArgumentNullException.ThrowIfNull(output);
EnvironmentTagHelper.cs (2)
69ArgumentNullException.ThrowIfNull(context); 70ArgumentNullException.ThrowIfNull(output);
FileProviderGlobbingDirectory.cs (1)
22ArgumentNullException.ThrowIfNull(fileProvider);
FileProviderGlobbingFile.cs (2)
15ArgumentNullException.ThrowIfNull(fileInfo); 16ArgumentNullException.ThrowIfNull(parent);
FormActionTagHelper.cs (2)
180ArgumentNullException.ThrowIfNull(context); 181ArgumentNullException.ThrowIfNull(output);
FormTagHelper.cs (2)
150ArgumentNullException.ThrowIfNull(context); 151ArgumentNullException.ThrowIfNull(output);
GlobbingUrlBuilder.cs (2)
35ArgumentNullException.ThrowIfNull(fileProvider); 36ArgumentNullException.ThrowIfNull(cache);
ImageTagHelper.cs (2)
112ArgumentNullException.ThrowIfNull(context); 113ArgumentNullException.ThrowIfNull(output);
InputTagHelper.cs (2)
153ArgumentNullException.ThrowIfNull(context); 154ArgumentNullException.ThrowIfNull(output);
LabelTagHelper.cs (2)
52ArgumentNullException.ThrowIfNull(context); 53ArgumentNullException.ThrowIfNull(output);
LinkTagHelper.cs (2)
250ArgumentNullException.ThrowIfNull(context); 251ArgumentNullException.ThrowIfNull(output);
OptionTagHelper.cs (2)
61ArgumentNullException.ThrowIfNull(context); 62ArgumentNullException.ThrowIfNull(output);
PartialTagHelper.cs (2)
106ArgumentNullException.ThrowIfNull(context); 107ArgumentNullException.ThrowIfNull(output);
PersistComponentStateTagHelper.cs (2)
43ArgumentNullException.ThrowIfNull(context); 44ArgumentNullException.ThrowIfNull(output);
RenderAtEndOfFormTagHelper.cs (3)
34ArgumentNullException.ThrowIfNull(context); 46ArgumentNullException.ThrowIfNull(context); 47ArgumentNullException.ThrowIfNull(output);
ScriptTagHelper.cs (2)
240ArgumentNullException.ThrowIfNull(context); 241ArgumentNullException.ThrowIfNull(output);
SelectTagHelper.cs (3)
75ArgumentNullException.ThrowIfNull(context); 113ArgumentNullException.ThrowIfNull(context); 114ArgumentNullException.ThrowIfNull(output);
TagHelperOutputExtensions.cs (11)
44ArgumentNullException.ThrowIfNull(tagHelperOutput); 45ArgumentNullException.ThrowIfNull(attributeName); 46ArgumentNullException.ThrowIfNull(context); 87ArgumentNullException.ThrowIfNull(tagHelperOutput); 88ArgumentNullException.ThrowIfNull(tagBuilder); 121ArgumentNullException.ThrowIfNull(tagHelperOutput); 122ArgumentNullException.ThrowIfNull(attributes); 142ArgumentNullException.ThrowIfNull(tagHelperOutput); 201ArgumentNullException.ThrowIfNull(tagHelperOutput); 353ArgumentNullException.ThrowIfNull(writer); 354ArgumentNullException.ThrowIfNull(encoder);
TextAreaTagHelper.cs (2)
61ArgumentNullException.ThrowIfNull(context); 62ArgumentNullException.ThrowIfNull(output);
ValidationMessageTagHelper.cs (2)
54ArgumentNullException.ThrowIfNull(context); 55ArgumentNullException.ThrowIfNull(output);
ValidationSummaryTagHelper.cs (2)
82ArgumentNullException.ThrowIfNull(context); 83ArgumentNullException.ThrowIfNull(output);
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
694ArgumentNullException.ThrowIfNull(client);
Microsoft.AspNetCore.Mvc.ViewFeatures (566)
AntiforgeryExtensions.cs (2)
33ArgumentNullException.ThrowIfNull(antiforgery); 34ArgumentNullException.ThrowIfNull(httpContext);
AttributeDictionary.cs (10)
26ArgumentNullException.ThrowIfNull(key); 41ArgumentNullException.ThrowIfNull(key); 183ArgumentNullException.ThrowIfNull(key); 214ArgumentNullException.ThrowIfNull(key); 227ArgumentNullException.ThrowIfNull(array); 277ArgumentNullException.ThrowIfNull(key); 294ArgumentNullException.ThrowIfNull(key); 391ArgumentNullException.ThrowIfNull(item); 406ArgumentNullException.ThrowIfNull(array); 511ArgumentNullException.ThrowIfNull(array);
Buffers\MemoryPoolViewBufferScope.cs (2)
73ArgumentNullException.ThrowIfNull(segment); 88ArgumentNullException.ThrowIfNull(writer);
Buffers\PagedBufferedTextWriter.cs (1)
87ArgumentNullException.ThrowIfNull(buffer);
Buffers\ViewBuffer.cs (7)
36ArgumentNullException.ThrowIfNull(bufferScope); 180ArgumentNullException.ThrowIfNull(writer); 181ArgumentNullException.ThrowIfNull(encoder); 213ArgumentNullException.ThrowIfNull(writer); 214ArgumentNullException.ThrowIfNull(encoder); 256ArgumentNullException.ThrowIfNull(destination); 285ArgumentNullException.ThrowIfNull(destination);
Buffers\ViewBufferTextWriter.cs (8)
32ArgumentNullException.ThrowIfNull(buffer); 33ArgumentNullException.ThrowIfNull(encoding); 50ArgumentNullException.ThrowIfNull(buffer); 51ArgumentNullException.ThrowIfNull(encoding); 52ArgumentNullException.ThrowIfNull(htmlEncoder); 53ArgumentNullException.ThrowIfNull(inner); 83ArgumentNullException.ThrowIfNull(buffer); 187ArgumentNullException.ThrowIfNull(buffer);
Builder\ControllerActionEndpointConventionBuilderResourceCollectionExtensions.cs (1)
30ArgumentNullException.ThrowIfNull(builder);
CachedExpressionCompiler.cs (1)
25ArgumentNullException.ThrowIfNull(expression);
Controller.cs (3)
79ArgumentNullException.ThrowIfNull(value); 347ArgumentNullException.ThrowIfNull(context); 348ArgumentNullException.ThrowIfNull(next);
CookieTempDataProvider.cs (2)
58ArgumentNullException.ThrowIfNull(context); 104ArgumentNullException.ThrowIfNull(context);
DefaultEditorTemplates.cs (5)
398ArgumentNullException.ThrowIfNull(htmlHelper); 405ArgumentNullException.ThrowIfNull(htmlHelper); 503ArgumentNullException.ThrowIfNull(output); 515ArgumentNullException.ThrowIfNull(output); 516ArgumentNullException.ThrowIfNull(value);
DefaultHtmlGenerator.cs (35)
63ArgumentNullException.ThrowIfNull(antiforgery); 64ArgumentNullException.ThrowIfNull(optionsAccessor); 65ArgumentNullException.ThrowIfNull(metadataProvider); 66ArgumentNullException.ThrowIfNull(urlHelperFactory); 67ArgumentNullException.ThrowIfNull(htmlEncoder); 68ArgumentNullException.ThrowIfNull(validationAttributeProvider); 136ArgumentNullException.ThrowIfNull(viewContext); 137ArgumentNullException.ThrowIfNull(linkText); 156ArgumentNullException.ThrowIfNull(viewContext); 157ArgumentNullException.ThrowIfNull(linkText); 167ArgumentNullException.ThrowIfNull(viewContext); 194ArgumentNullException.ThrowIfNull(viewContext); 238ArgumentNullException.ThrowIfNull(viewContext); 263ArgumentNullException.ThrowIfNull(viewContext); 303ArgumentNullException.ThrowIfNull(viewContext); 319ArgumentNullException.ThrowIfNull(viewContext); 336ArgumentNullException.ThrowIfNull(viewContext); 367ArgumentNullException.ThrowIfNull(viewContext); 368ArgumentNullException.ThrowIfNull(modelExplorer); 405ArgumentNullException.ThrowIfNull(viewContext); 431ArgumentNullException.ThrowIfNull(viewContext); 441ArgumentNullException.ThrowIfNull(value); 496ArgumentNullException.ThrowIfNull(viewContext); 497ArgumentNullException.ThrowIfNull(linkText); 514ArgumentNullException.ThrowIfNull(viewContext); 539ArgumentNullException.ThrowIfNull(viewContext); 604ArgumentNullException.ThrowIfNull(viewContext); 692ArgumentNullException.ThrowIfNull(viewContext); 718ArgumentNullException.ThrowIfNull(viewContext); 808ArgumentNullException.ThrowIfNull(viewContext); 906ArgumentNullException.ThrowIfNull(viewContext); 1093ArgumentNullException.ThrowIfNull(viewContext); 1142ArgumentNullException.ThrowIfNull(viewContext); 1284ArgumentNullException.ThrowIfNull(linkText); 1489ArgumentNullException.ThrowIfNull(viewContext);
DefaultValidationHtmlAttributeProvider.cs (6)
32ArgumentNullException.ThrowIfNull(optionsAccessor); 33ArgumentNullException.ThrowIfNull(metadataProvider); 34ArgumentNullException.ThrowIfNull(clientValidatorCache); 49ArgumentNullException.ThrowIfNull(viewContext); 50ArgumentNullException.ThrowIfNull(modelExplorer); 51ArgumentNullException.ThrowIfNull(attributes);
DependencyInjection\MvcViewFeaturesMvcBuilderExtensions.cs (7)
29ArgumentNullException.ThrowIfNull(builder); 30ArgumentNullException.ThrowIfNull(setupAction); 43ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(builder); 85ArgumentNullException.ThrowIfNull(builder); 110ArgumentNullException.ThrowIfNull(builder); 111ArgumentNullException.ThrowIfNull(setupAction);
DependencyInjection\MvcViewFeaturesMvcCoreBuilderExtensions.cs (8)
35ArgumentNullException.ThrowIfNull(builder); 51ArgumentNullException.ThrowIfNull(builder); 80ArgumentNullException.ThrowIfNull(builder); 81ArgumentNullException.ThrowIfNull(setupAction); 103ArgumentNullException.ThrowIfNull(builder); 104ArgumentNullException.ThrowIfNull(setupAction); 122ArgumentNullException.ThrowIfNull(builder); 123ArgumentNullException.ThrowIfNull(setupAction);
DependencyInjection\MvcViewOptionsSetup.cs (3)
24ArgumentNullException.ThrowIfNull(dataAnnotationLocalizationOptions); 25ArgumentNullException.ThrowIfNull(validationAttributeAdapterProvider); 37ArgumentNullException.ThrowIfNull(stringLocalizerFactory);
DynamicViewData.cs (3)
19ArgumentNullException.ThrowIfNull(viewDataFunc); 48ArgumentNullException.ThrowIfNull(binder); 59ArgumentNullException.ThrowIfNull(binder);
ExpressionHelper.cs (4)
21ArgumentNullException.ThrowIfNull(expression); 202ArgumentNullException.ThrowIfNull(builder); 203ArgumentNullException.ThrowIfNull(indexExpression); 204ArgumentNullException.ThrowIfNull(parentExpression);
ExpressionMetadataProvider.cs (4)
19ArgumentNullException.ThrowIfNull(expression); 20ArgumentNullException.ThrowIfNull(viewData); 141ArgumentNullException.ThrowIfNull(viewData); 199ArgumentNullException.ThrowIfNull(viewData);
Filters\AntiforgeryApplicationModelProvider.cs (1)
21ArgumentNullException.ThrowIfNull(context);
Filters\AntiforgeryMiddlewareAuthorizationFilter.cs (1)
17ArgumentNullException.ThrowIfNull(context);
Filters\AutoValidateAntiforgeryTokenAuthorizationFilter.cs (1)
20ArgumentNullException.ThrowIfNull(context);
Filters\ControllerSaveTempDataPropertyFilterFactory.cs (1)
22ArgumentNullException.ThrowIfNull(serviceProvider);
Filters\TempDataApplicationModelProvider.cs (1)
30ArgumentNullException.ThrowIfNull(context);
Filters\ValidateAntiforgeryTokenAuthorizationFilter.cs (3)
17ArgumentNullException.ThrowIfNull(antiforgery); 25ArgumentNullException.ThrowIfNull(context); 49ArgumentNullException.ThrowIfNull(context);
Filters\ViewDataAttributeApplicationModelProvider.cs (1)
22ArgumentNullException.ThrowIfNull(context);
FormContext.cs (4)
137ArgumentNullException.ThrowIfNull(fieldName); 153ArgumentNullException.ThrowIfNull(fieldName); 160ArgumentNullException.ThrowIfNull(fieldName); 169ArgumentNullException.ThrowIfNull(fieldName);
HtmlHelper.cs (17)
69ArgumentNullException.ThrowIfNull(htmlGenerator); 70ArgumentNullException.ThrowIfNull(viewEngine); 71ArgumentNullException.ThrowIfNull(metadataProvider); 72ArgumentNullException.ThrowIfNull(bufferScope); 73ArgumentNullException.ThrowIfNull(htmlEncoder); 74ArgumentNullException.ThrowIfNull(urlEncoder); 183ArgumentNullException.ThrowIfNull(viewContext); 199ArgumentNullException.ThrowIfNull(linkText); 299ArgumentNullException.ThrowIfNull(fullName); 385ArgumentNullException.ThrowIfNull(enumType); 450ArgumentNullException.ThrowIfNull(partialViewName); 463ArgumentNullException.ThrowIfNull(partialViewName); 510ArgumentNullException.ThrowIfNull(partialViewName); 596ArgumentNullException.ThrowIfNull(linkText); 771ArgumentNullException.ThrowIfNull(modelExplorer); 1045ArgumentNullException.ThrowIfNull(modelExplorer); 1370ArgumentNullException.ThrowIfNull(metadata);
HtmlHelperOfT.cs (22)
50ArgumentNullException.ThrowIfNull(viewContext); 95ArgumentNullException.ThrowIfNull(expression); 112ArgumentNullException.ThrowIfNull(expression); 130ArgumentNullException.ThrowIfNull(expression); 143ArgumentNullException.ThrowIfNull(expression); 153ArgumentNullException.ThrowIfNull(expression); 165ArgumentNullException.ThrowIfNull(expression); 177ArgumentNullException.ThrowIfNull(expression); 192ArgumentNullException.ThrowIfNull(expression); 206ArgumentNullException.ThrowIfNull(expression); 217ArgumentNullException.ThrowIfNull(expression); 229ArgumentNullException.ThrowIfNull(expression); 240ArgumentNullException.ThrowIfNull(expression); 251ArgumentNullException.ThrowIfNull(expression); 267ArgumentNullException.ThrowIfNull(expression); 268ArgumentNullException.ThrowIfNull(value); 286ArgumentNullException.ThrowIfNull(expression); 298ArgumentNullException.ThrowIfNull(expression); 321ArgumentNullException.ThrowIfNull(expression); 334ArgumentNullException.ThrowIfNull(expression); 347ArgumentNullException.ThrowIfNull(expression); 361ArgumentNullException.ThrowIfNull(expression);
HtmlHelperOptions.cs (1)
33ArgumentNullException.ThrowIfNull(value);
Infrastructure\DefaultTempDataSerializer.cs (2)
13ArgumentNullException.ThrowIfNull(value); 219ArgumentNullException.ThrowIfNull(type);
ModelExplorer.cs (14)
33ArgumentNullException.ThrowIfNull(metadataProvider); 34ArgumentNullException.ThrowIfNull(metadata); 54ArgumentNullException.ThrowIfNull(metadataProvider); 55ArgumentNullException.ThrowIfNull(container); 56ArgumentNullException.ThrowIfNull(metadata); 77ArgumentNullException.ThrowIfNull(metadataProvider); 78ArgumentNullException.ThrowIfNull(metadata); 236ArgumentNullException.ThrowIfNull(name); 262ArgumentNullException.ThrowIfNull(name); 287ArgumentNullException.ThrowIfNull(name); 318ArgumentNullException.ThrowIfNull(modelType); 343ArgumentNullException.ThrowIfNull(metadata); 367ArgumentNullException.ThrowIfNull(modelType); 392ArgumentNullException.ThrowIfNull(metadata);
ModelExplorerExtensions.cs (1)
31ArgumentNullException.ThrowIfNull(modelExplorer);
ModelExpression.cs (2)
24ArgumentNullException.ThrowIfNull(name); 25ArgumentNullException.ThrowIfNull(modelExplorer);
ModelExpressionProvider.cs (6)
24ArgumentNullException.ThrowIfNull(modelMetadataProvider); 39ArgumentNullException.ThrowIfNull(expression); 49ArgumentNullException.ThrowIfNull(viewData); 50ArgumentNullException.ThrowIfNull(expression); 75ArgumentNullException.ThrowIfNull(viewData); 76ArgumentNullException.ThrowIfNull(expression);
ModelMetadataProviderExtensions.cs (2)
28ArgumentNullException.ThrowIfNull(provider); 29ArgumentNullException.ThrowIfNull(modelType);
ModelStateDictionaryExtensions.cs (12)
30ArgumentNullException.ThrowIfNull(modelState); 31ArgumentNullException.ThrowIfNull(expression); 32ArgumentNullException.ThrowIfNull(errorMessage); 57ArgumentNullException.ThrowIfNull(modelState); 58ArgumentNullException.ThrowIfNull(expression); 80ArgumentNullException.ThrowIfNull(modelState); 81ArgumentNullException.ThrowIfNull(expression); 82ArgumentNullException.ThrowIfNull(metadata); 101ArgumentNullException.ThrowIfNull(modelState); 102ArgumentNullException.ThrowIfNull(expression); 118ArgumentNullException.ThrowIfNull(modelState); 119ArgumentNullException.ThrowIfNull(expression);
MvcViewOptions.cs (1)
30ArgumentNullException.ThrowIfNull(value);
NameAndIdProvider.cs (5)
34ArgumentNullException.ThrowIfNull(viewContext); 35ArgumentNullException.ThrowIfNull(invalidCharReplacement); 97ArgumentNullException.ThrowIfNull(viewContext); 98ArgumentNullException.ThrowIfNull(tagBuilder); 99ArgumentNullException.ThrowIfNull(invalidCharReplacement);
NullView.cs (1)
17ArgumentNullException.ThrowIfNull(context);
PageRemoteAttribute.cs (1)
41ArgumentNullException.ThrowIfNull(context);
PartialViewResult.cs (1)
62ArgumentNullException.ThrowIfNull(context);
PartialViewResultExecutor.cs (9)
45ArgumentNullException.ThrowIfNull(loggerFactory); 63ArgumentNullException.ThrowIfNull(actionContext); 64ArgumentNullException.ThrowIfNull(viewResult); 131ArgumentNullException.ThrowIfNull(actionContext); 132ArgumentNullException.ThrowIfNull(view); 133ArgumentNullException.ThrowIfNull(viewResult); 147ArgumentNullException.ThrowIfNull(context); 148ArgumentNullException.ThrowIfNull(result); 166ArgumentNullException.ThrowIfNull(context);
RemoteAttribute.cs (1)
109ArgumentNullException.ThrowIfNull(context);
RemoteAttributeBase.cs (1)
143ArgumentNullException.ThrowIfNull(context);
Rendering\HtmlHelperComponentExtensions.cs (2)
55ArgumentNullException.ThrowIfNull(htmlHelper); 56ArgumentNullException.ThrowIfNull(componentType);
Rendering\HtmlHelperDisplayExtensions.cs (21)
40ArgumentNullException.ThrowIfNull(htmlHelper); 80ArgumentNullException.ThrowIfNull(htmlHelper); 120ArgumentNullException.ThrowIfNull(htmlHelper); 162ArgumentNullException.ThrowIfNull(htmlHelper); 207ArgumentNullException.ThrowIfNull(htmlHelper); 235ArgumentNullException.ThrowIfNull(htmlHelper); 236ArgumentNullException.ThrowIfNull(expression); 275ArgumentNullException.ThrowIfNull(htmlHelper); 276ArgumentNullException.ThrowIfNull(expression); 311ArgumentNullException.ThrowIfNull(htmlHelper); 312ArgumentNullException.ThrowIfNull(expression); 353ArgumentNullException.ThrowIfNull(htmlHelper); 354ArgumentNullException.ThrowIfNull(expression); 394ArgumentNullException.ThrowIfNull(htmlHelper); 395ArgumentNullException.ThrowIfNull(expression); 422ArgumentNullException.ThrowIfNull(htmlHelper); 454ArgumentNullException.ThrowIfNull(htmlHelper); 482ArgumentNullException.ThrowIfNull(htmlHelper); 519ArgumentNullException.ThrowIfNull(htmlHelper); 555ArgumentNullException.ThrowIfNull(htmlHelper); 597ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\HtmlHelperDisplayNameExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(htmlHelper); 40ArgumentNullException.ThrowIfNull(htmlHelper); 41ArgumentNullException.ThrowIfNull(expression);
Rendering\HtmlHelperEditorExtensions.cs (21)
40ArgumentNullException.ThrowIfNull(htmlHelper); 80ArgumentNullException.ThrowIfNull(htmlHelper); 117ArgumentNullException.ThrowIfNull(htmlHelper); 159ArgumentNullException.ThrowIfNull(htmlHelper); 204ArgumentNullException.ThrowIfNull(htmlHelper); 232ArgumentNullException.ThrowIfNull(htmlHelper); 233ArgumentNullException.ThrowIfNull(expression); 268ArgumentNullException.ThrowIfNull(htmlHelper); 269ArgumentNullException.ThrowIfNull(expression); 304ArgumentNullException.ThrowIfNull(htmlHelper); 305ArgumentNullException.ThrowIfNull(expression); 342ArgumentNullException.ThrowIfNull(htmlHelper); 343ArgumentNullException.ThrowIfNull(expression); 383ArgumentNullException.ThrowIfNull(htmlHelper); 384ArgumentNullException.ThrowIfNull(expression); 407ArgumentNullException.ThrowIfNull(htmlHelper); 439ArgumentNullException.ThrowIfNull(htmlHelper); 467ArgumentNullException.ThrowIfNull(htmlHelper); 504ArgumentNullException.ThrowIfNull(htmlHelper); 540ArgumentNullException.ThrowIfNull(htmlHelper); 582ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\HtmlHelperFormExtensions.cs (19)
24ArgumentNullException.ThrowIfNull(htmlHelper); 54ArgumentNullException.ThrowIfNull(htmlHelper); 80ArgumentNullException.ThrowIfNull(htmlHelper); 113ArgumentNullException.ThrowIfNull(htmlHelper); 153ArgumentNullException.ThrowIfNull(htmlHelper); 184ArgumentNullException.ThrowIfNull(htmlHelper); 213ArgumentNullException.ThrowIfNull(htmlHelper); 250ArgumentNullException.ThrowIfNull(htmlHelper); 281ArgumentNullException.ThrowIfNull(htmlHelper); 320ArgumentNullException.ThrowIfNull(htmlHelper); 357ArgumentNullException.ThrowIfNull(htmlHelper); 388ArgumentNullException.ThrowIfNull(htmlHelper); 423ArgumentNullException.ThrowIfNull(htmlHelper); 447ArgumentNullException.ThrowIfNull(htmlHelper); 476ArgumentNullException.ThrowIfNull(htmlHelper); 510ArgumentNullException.ThrowIfNull(htmlHelper); 538ArgumentNullException.ThrowIfNull(htmlHelper); 574ArgumentNullException.ThrowIfNull(htmlHelper); 608ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\HtmlHelperInputExtensions.cs (37)
33ArgumentNullException.ThrowIfNull(htmlHelper); 62ArgumentNullException.ThrowIfNull(htmlHelper); 95ArgumentNullException.ThrowIfNull(htmlHelper); 120ArgumentNullException.ThrowIfNull(htmlHelper); 121ArgumentNullException.ThrowIfNull(expression); 144ArgumentNullException.ThrowIfNull(htmlHelper); 172ArgumentNullException.ThrowIfNull(htmlHelper); 198ArgumentNullException.ThrowIfNull(htmlHelper); 199ArgumentNullException.ThrowIfNull(expression); 218ArgumentNullException.ThrowIfNull(htmlHelper); 241ArgumentNullException.ThrowIfNull(htmlHelper); 264ArgumentNullException.ThrowIfNull(htmlHelper); 265ArgumentNullException.ThrowIfNull(expression); 295ArgumentNullException.ThrowIfNull(htmlHelper); 336ArgumentNullException.ThrowIfNull(htmlHelper); 375ArgumentNullException.ThrowIfNull(htmlHelper); 406ArgumentNullException.ThrowIfNull(htmlHelper); 407ArgumentNullException.ThrowIfNull(expression); 408ArgumentNullException.ThrowIfNull(value); 431ArgumentNullException.ThrowIfNull(htmlHelper); 459ArgumentNullException.ThrowIfNull(htmlHelper); 492ArgumentNullException.ThrowIfNull(htmlHelper); 527ArgumentNullException.ThrowIfNull(htmlHelper); 553ArgumentNullException.ThrowIfNull(htmlHelper); 554ArgumentNullException.ThrowIfNull(expression); 585ArgumentNullException.ThrowIfNull(htmlHelper); 586ArgumentNullException.ThrowIfNull(expression); 619ArgumentNullException.ThrowIfNull(htmlHelper); 620ArgumentNullException.ThrowIfNull(expression); 645ArgumentNullException.ThrowIfNull(htmlHelper); 676ArgumentNullException.ThrowIfNull(htmlHelper); 704ArgumentNullException.ThrowIfNull(htmlHelper); 738ArgumentNullException.ThrowIfNull(htmlHelper); 764ArgumentNullException.ThrowIfNull(htmlHelper); 765ArgumentNullException.ThrowIfNull(expression); 797ArgumentNullException.ThrowIfNull(htmlHelper); 798ArgumentNullException.ThrowIfNull(expression);
Rendering\HtmlHelperLabelExtensions.cs (12)
22ArgumentNullException.ThrowIfNull(htmlHelper); 36ArgumentNullException.ThrowIfNull(htmlHelper); 53ArgumentNullException.ThrowIfNull(htmlHelper); 54ArgumentNullException.ThrowIfNull(expression); 73ArgumentNullException.ThrowIfNull(htmlHelper); 74ArgumentNullException.ThrowIfNull(expression); 97ArgumentNullException.ThrowIfNull(htmlHelper); 98ArgumentNullException.ThrowIfNull(expression); 110ArgumentNullException.ThrowIfNull(htmlHelper); 123ArgumentNullException.ThrowIfNull(htmlHelper); 140ArgumentNullException.ThrowIfNull(htmlHelper); 161ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\HtmlHelperLinkExtensions.cs (22)
25ArgumentNullException.ThrowIfNull(helper); 26ArgumentNullException.ThrowIfNull(linkText); 59ArgumentNullException.ThrowIfNull(helper); 60ArgumentNullException.ThrowIfNull(linkText); 99ArgumentNullException.ThrowIfNull(helper); 100ArgumentNullException.ThrowIfNull(linkText); 127ArgumentNullException.ThrowIfNull(helper); 128ArgumentNullException.ThrowIfNull(linkText); 163ArgumentNullException.ThrowIfNull(helper); 164ArgumentNullException.ThrowIfNull(linkText); 205ArgumentNullException.ThrowIfNull(helper); 206ArgumentNullException.ThrowIfNull(linkText); 237ArgumentNullException.ThrowIfNull(htmlHelper); 238ArgumentNullException.ThrowIfNull(linkText); 262ArgumentNullException.ThrowIfNull(htmlHelper); 263ArgumentNullException.ThrowIfNull(linkText); 295ArgumentNullException.ThrowIfNull(htmlHelper); 296ArgumentNullException.ThrowIfNull(linkText); 332ArgumentNullException.ThrowIfNull(htmlHelper); 333ArgumentNullException.ThrowIfNull(linkText); 371ArgumentNullException.ThrowIfNull(htmlHelper); 372ArgumentNullException.ThrowIfNull(linkText);
Rendering\HtmlHelperNameExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(htmlHelper); 32ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\HtmlHelperPartialExtensions.cs (16)
29ArgumentNullException.ThrowIfNull(htmlHelper); 30ArgumentNullException.ThrowIfNull(partialViewName); 52ArgumentNullException.ThrowIfNull(htmlHelper); 53ArgumentNullException.ThrowIfNull(partialViewName); 75ArgumentNullException.ThrowIfNull(htmlHelper); 76ArgumentNullException.ThrowIfNull(partialViewName); 165ArgumentNullException.ThrowIfNull(htmlHelper); 166ArgumentNullException.ThrowIfNull(partialViewName); 240ArgumentNullException.ThrowIfNull(htmlHelper); 241ArgumentNullException.ThrowIfNull(partialViewName); 262ArgumentNullException.ThrowIfNull(htmlHelper); 263ArgumentNullException.ThrowIfNull(partialViewName); 285ArgumentNullException.ThrowIfNull(htmlHelper); 286ArgumentNullException.ThrowIfNull(partialViewName); 308ArgumentNullException.ThrowIfNull(htmlHelper); 309ArgumentNullException.ThrowIfNull(partialViewName);
Rendering\HtmlHelperSelectExtensions.cs (15)
39ArgumentNullException.ThrowIfNull(htmlHelper); 76ArgumentNullException.ThrowIfNull(htmlHelper); 114ArgumentNullException.ThrowIfNull(htmlHelper); 153ArgumentNullException.ThrowIfNull(htmlHelper); 191ArgumentNullException.ThrowIfNull(htmlHelper); 225ArgumentNullException.ThrowIfNull(htmlHelper); 226ArgumentNullException.ThrowIfNull(expression); 265ArgumentNullException.ThrowIfNull(htmlHelper); 266ArgumentNullException.ThrowIfNull(expression); 308ArgumentNullException.ThrowIfNull(htmlHelper); 309ArgumentNullException.ThrowIfNull(expression); 339ArgumentNullException.ThrowIfNull(htmlHelper); 373ArgumentNullException.ThrowIfNull(htmlHelper); 407ArgumentNullException.ThrowIfNull(htmlHelper); 408ArgumentNullException.ThrowIfNull(expression);
Rendering\HtmlHelperValidationExtensions.cs (22)
33ArgumentNullException.ThrowIfNull(htmlHelper); 59ArgumentNullException.ThrowIfNull(htmlHelper); 90ArgumentNullException.ThrowIfNull(htmlHelper); 121ArgumentNullException.ThrowIfNull(htmlHelper); 154ArgumentNullException.ThrowIfNull(htmlHelper); 180ArgumentNullException.ThrowIfNull(htmlHelper); 181ArgumentNullException.ThrowIfNull(expression); 209ArgumentNullException.ThrowIfNull(htmlHelper); 210ArgumentNullException.ThrowIfNull(expression); 245ArgumentNullException.ThrowIfNull(htmlHelper); 246ArgumentNullException.ThrowIfNull(expression); 279ArgumentNullException.ThrowIfNull(htmlHelper); 280ArgumentNullException.ThrowIfNull(expression); 296ArgumentNullException.ThrowIfNull(htmlHelper); 319ArgumentNullException.ThrowIfNull(htmlHelper); 342ArgumentNullException.ThrowIfNull(htmlHelper); 368ArgumentNullException.ThrowIfNull(htmlHelper); 397ArgumentNullException.ThrowIfNull(htmlHelper); 428ArgumentNullException.ThrowIfNull(htmlHelper); 463ArgumentNullException.ThrowIfNull(htmlHelper); 496ArgumentNullException.ThrowIfNull(htmlHelper); 531ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\HtmlHelperValueExtensions.cs (5)
29ArgumentNullException.ThrowIfNull(htmlHelper); 53ArgumentNullException.ThrowIfNull(htmlHelper); 54ArgumentNullException.ThrowIfNull(expression); 74ArgumentNullException.ThrowIfNull(htmlHelper); 99ArgumentNullException.ThrowIfNull(htmlHelper);
Rendering\MultiSelectList.cs (5)
28ArgumentNullException.ThrowIfNull(items); 39ArgumentNullException.ThrowIfNull(items); 51ArgumentNullException.ThrowIfNull(items); 68ArgumentNullException.ThrowIfNull(items); 91ArgumentNullException.ThrowIfNull(items);
Rendering\MvcForm.cs (2)
27ArgumentNullException.ThrowIfNull(viewContext); 28ArgumentNullException.ThrowIfNull(htmlEncoder);
Rendering\SelectList.cs (5)
22ArgumentNullException.ThrowIfNull(items); 33ArgumentNullException.ThrowIfNull(items); 45ArgumentNullException.ThrowIfNull(items); 62ArgumentNullException.ThrowIfNull(items); 88ArgumentNullException.ThrowIfNull(items);
Rendering\TagBuilder.cs (4)
155ArgumentNullException.ThrowIfNull(invalidCharReplacement); 214ArgumentNullException.ThrowIfNull(invalidCharReplacement); 322ArgumentNullException.ThrowIfNull(writer); 323ArgumentNullException.ThrowIfNull(encoder);
Rendering\ViewComponentHelperExtensions.cs (4)
24ArgumentNullException.ThrowIfNull(helper); 38ArgumentNullException.ThrowIfNull(helper); 53ArgumentNullException.ThrowIfNull(helper); 67ArgumentNullException.ThrowIfNull(helper);
Rendering\ViewContext.cs (11)
56ArgumentNullException.ThrowIfNull(actionContext); 57ArgumentNullException.ThrowIfNull(view); 58ArgumentNullException.ThrowIfNull(viewData); 59ArgumentNullException.ThrowIfNull(tempData); 60ArgumentNullException.ThrowIfNull(writer); 61ArgumentNullException.ThrowIfNull(htmlHelperOptions); 91ArgumentNullException.ThrowIfNull(viewContext); 92ArgumentNullException.ThrowIfNull(view); 93ArgumentNullException.ThrowIfNull(viewData); 94ArgumentNullException.ThrowIfNull(writer); 124ArgumentNullException.ThrowIfNull(value);
SessionStateTempDataProvider.cs (2)
30ArgumentNullException.ThrowIfNull(context); 49ArgumentNullException.ThrowIfNull(context);
SkipStatusCodePagesAttribute.cs (1)
24ArgumentNullException.ThrowIfNull(context);
StringHtmlContent.cs (2)
32ArgumentNullException.ThrowIfNull(writer); 33ArgumentNullException.ThrowIfNull(encoder);
TempDataDictionary.cs (2)
36ArgumentNullException.ThrowIfNull(context); 37ArgumentNullException.ThrowIfNull(provider);
TempDataDictionaryFactory.cs (2)
23ArgumentNullException.ThrowIfNull(provider); 31ArgumentNullException.ThrowIfNull(context);
TemplateBuilder.cs (5)
39ArgumentNullException.ThrowIfNull(viewEngine); 40ArgumentNullException.ThrowIfNull(bufferScope); 41ArgumentNullException.ThrowIfNull(viewContext); 42ArgumentNullException.ThrowIfNull(viewData); 43ArgumentNullException.ThrowIfNull(modelExplorer);
TemplateRenderer.cs (4)
86ArgumentNullException.ThrowIfNull(viewEngine); 87ArgumentNullException.ThrowIfNull(bufferScope); 88ArgumentNullException.ThrowIfNull(viewContext); 89ArgumentNullException.ThrowIfNull(viewData);
TryGetValueProvider.cs (1)
30ArgumentNullException.ThrowIfNull(targetType);
ValidationHtmlAttributeProvider.cs (3)
56ArgumentNullException.ThrowIfNull(viewContext); 57ArgumentNullException.ThrowIfNull(modelExplorer); 58ArgumentNullException.ThrowIfNull(attributes);
ViewComponent.cs (4)
96ArgumentNullException.ThrowIfNull(value); 120ArgumentNullException.ThrowIfNull(value); 159ArgumentNullException.ThrowIfNull(value); 172ArgumentNullException.ThrowIfNull(content);
ViewComponentResult.cs (1)
61ArgumentNullException.ThrowIfNull(context);
ViewComponentResultExecutor.cs (7)
52ArgumentNullException.ThrowIfNull(mvcHelperOptions); 53ArgumentNullException.ThrowIfNull(loggerFactory); 54ArgumentNullException.ThrowIfNull(htmlEncoder); 55ArgumentNullException.ThrowIfNull(modelMetadataProvider); 56ArgumentNullException.ThrowIfNull(tempDataDictionaryFactory); 69ArgumentNullException.ThrowIfNull(context); 70ArgumentNullException.ThrowIfNull(result);
ViewComponents\ContentViewComponentResult.cs (2)
23ArgumentNullException.ThrowIfNull(content); 39ArgumentNullException.ThrowIfNull(context);
ViewComponents\DefaultViewComponentActivator.cs (2)
29ArgumentNullException.ThrowIfNull(typeActivatorCache); 37ArgumentNullException.ThrowIfNull(context);
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
26ArgumentNullException.ThrowIfNull(partManager);
ViewComponents\DefaultViewComponentFactory.cs (6)
27ArgumentNullException.ThrowIfNull(activator); 42ArgumentNullException.ThrowIfNull(context); 72ArgumentNullException.ThrowIfNull(context); 73ArgumentNullException.ThrowIfNull(component); 81ArgumentNullException.ThrowIfNull(context); 82ArgumentNullException.ThrowIfNull(component);
ViewComponents\DefaultViewComponentHelper.cs (8)
45ArgumentNullException.ThrowIfNull(descriptorProvider); 46ArgumentNullException.ThrowIfNull(htmlEncoder); 47ArgumentNullException.ThrowIfNull(selector); 48ArgumentNullException.ThrowIfNull(invokerFactory); 49ArgumentNullException.ThrowIfNull(viewBufferScope); 61ArgumentNullException.ThrowIfNull(viewContext); 69ArgumentNullException.ThrowIfNull(name); 87ArgumentNullException.ThrowIfNull(componentType);
ViewComponents\DefaultViewComponentInvoker.cs (5)
39ArgumentNullException.ThrowIfNull(viewComponentFactory); 40ArgumentNullException.ThrowIfNull(viewComponentInvokerCache); 41ArgumentNullException.ThrowIfNull(diagnosticListener); 42ArgumentNullException.ThrowIfNull(logger); 53ArgumentNullException.ThrowIfNull(context);
ViewComponents\DefaultViewComponentInvokerFactory.cs (5)
22ArgumentNullException.ThrowIfNull(viewComponentFactory); 23ArgumentNullException.ThrowIfNull(viewComponentInvokerCache); 24ArgumentNullException.ThrowIfNull(diagnosticListener); 25ArgumentNullException.ThrowIfNull(loggerFactory); 40ArgumentNullException.ThrowIfNull(context);
ViewComponents\DefaultViewComponentSelector.cs (1)
30ArgumentNullException.ThrowIfNull(componentName);
ViewComponents\HtmlContentViewComponentResult.cs (2)
24ArgumentNullException.ThrowIfNull(encodedContent); 40ArgumentNullException.ThrowIfNull(context);
ViewComponents\ServiceBasedViewComponentActivator.cs (1)
17ArgumentNullException.ThrowIfNull(context);
ViewComponents\ViewComponentContext.cs (5)
46ArgumentNullException.ThrowIfNull(viewComponentDescriptor); 47ArgumentNullException.ThrowIfNull(arguments); 48ArgumentNullException.ThrowIfNull(htmlEncoder); 49ArgumentNullException.ThrowIfNull(viewContext); 50ArgumentNullException.ThrowIfNull(writer);
ViewComponents\ViewComponentConventions.cs (3)
25ArgumentNullException.ThrowIfNull(componentType); 52ArgumentNullException.ThrowIfNull(componentType); 94ArgumentNullException.ThrowIfNull(typeInfo);
ViewComponents\ViewComponentDescriptor.cs (1)
42ArgumentNullException.ThrowIfNull(value);
ViewComponents\ViewComponentDescriptorCollection.cs (1)
18ArgumentNullException.ThrowIfNull(items);
ViewComponents\ViewComponentFeatureProvider.cs (2)
17ArgumentNullException.ThrowIfNull(parts); 18ArgumentNullException.ThrowIfNull(feature);
ViewComponents\ViewViewComponentResult.cs (2)
56ArgumentNullException.ThrowIfNull(context); 70ArgumentNullException.ThrowIfNull(context);
ViewDataDictionary.cs (9)
122ArgumentNullException.ThrowIfNull(metadataProvider); 123ArgumentNullException.ThrowIfNull(modelState); 124ArgumentNullException.ThrowIfNull(declaredModelType); 184ArgumentNullException.ThrowIfNull(source); 524ArgumentNullException.ThrowIfNull(key); 532ArgumentNullException.ThrowIfNull(key); 540ArgumentNullException.ThrowIfNull(key); 548ArgumentNullException.ThrowIfNull(key); 574ArgumentNullException.ThrowIfNull(array);
ViewDataDictionaryFactory.cs (2)
14ArgumentNullException.ThrowIfNull(modelType); 35ArgumentNullException.ThrowIfNull(modelType);
ViewDataEvaluator.cs (1)
27ArgumentNullException.ThrowIfNull(viewData);
ViewEngines\CompositeViewEngine.cs (1)
30ArgumentNullException.ThrowIfNull(context);
ViewEngines\ViewEngineResult.cs (4)
53ArgumentNullException.ThrowIfNull(viewName); 54ArgumentNullException.ThrowIfNull(searchedLocations); 70ArgumentNullException.ThrowIfNull(viewName); 71ArgumentNullException.ThrowIfNull(view);
ViewExecutor.cs (9)
47ArgumentNullException.ThrowIfNull(viewOptions); 48ArgumentNullException.ThrowIfNull(tempDataFactory); 49ArgumentNullException.ThrowIfNull(diagnosticListener); 67ArgumentNullException.ThrowIfNull(writerFactory); 68ArgumentNullException.ThrowIfNull(viewEngine); 69ArgumentNullException.ThrowIfNull(diagnosticListener); 129ArgumentNullException.ThrowIfNull(actionContext); 130ArgumentNullException.ThrowIfNull(view); 185ArgumentNullException.ThrowIfNull(viewContext);
ViewResult.cs (1)
62ArgumentNullException.ThrowIfNull(context);
ViewResultExecutor.cs (6)
45ArgumentNullException.ThrowIfNull(loggerFactory); 63ArgumentNullException.ThrowIfNull(actionContext); 64ArgumentNullException.ThrowIfNull(viewResult); 141ArgumentNullException.ThrowIfNull(context); 142ArgumentNullException.ThrowIfNull(result); 166ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.OpenApi (13)
Extensions\OpenApiServiceCollectionExtensions.cs (3)
34ArgumentNullException.ThrowIfNull(services); 58ArgumentNullException.ThrowIfNull(services); 59ArgumentNullException.ThrowIfNull(configureOptions);
Services\OpenApiOptions.cs (6)
78ArgumentNullException.ThrowIfNull(transformer); 91ArgumentNullException.ThrowIfNull(transformer); 116ArgumentNullException.ThrowIfNull(transformer); 129ArgumentNullException.ThrowIfNull(transformer); 154ArgumentNullException.ThrowIfNull(transformer); 167ArgumentNullException.ThrowIfNull(transformer);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
32ArgumentNullException.ThrowIfNull(methodInfo); 114ArgumentNullException.ThrowIfNull(parameterDefaultValues);
src\Shared\PropertyAsParameterInfo.cs (2)
66ArgumentNullException.ThrowIfNull(parameters); 67ArgumentNullException.ThrowIfNull(cache);
Microsoft.AspNetCore.OutputCaching (52)
DispatcherExtensions.cs (2)
14ArgumentNullException.ThrowIfNull(key); 53ArgumentNullException.ThrowIfNull(key);
FormatterBinaryWriter.cs (2)
26ArgumentNullException.ThrowIfNull(target); 81ArgumentNullException.ThrowIfNull(value);
Memory\MemoryOutputCacheStore.cs (5)
18ArgumentNullException.ThrowIfNull(cache); 28ArgumentNullException.ThrowIfNull(tag); 66ArgumentNullException.ThrowIfNull(key); 75ArgumentNullException.ThrowIfNull(key); 76ArgumentNullException.ThrowIfNull(value);
OutputCacheApplicationBuilderExtensions.cs (1)
19ArgumentNullException.ThrowIfNull(app);
OutputCacheEntryFormatter.cs (2)
26ArgumentNullException.ThrowIfNull(key); 40ArgumentNullException.ThrowIfNull(value);
OutputCacheKeyProvider.cs (3)
25ArgumentNullException.ThrowIfNull(poolProvider); 26ArgumentNullException.ThrowIfNull(options); 40ArgumentNullException.ThrowIfNull(_builderPool);
OutputCacheMiddleware.cs (5)
61ArgumentNullException.ThrowIfNull(next); 62ArgumentNullException.ThrowIfNull(options); 63ArgumentNullException.ThrowIfNull(loggerFactory); 64ArgumentNullException.ThrowIfNull(cache); 65ArgumentNullException.ThrowIfNull(keyProvider);
OutputCachePolicyBuilder.cs (16)
66ArgumentNullException.ThrowIfNull(predicate); 80ArgumentNullException.ThrowIfNull(predicate); 98ArgumentNullException.ThrowIfNull(queryKey); 112ArgumentNullException.ThrowIfNull(queryKeys); 124ArgumentNullException.ThrowIfNull(headerName); 134ArgumentNullException.ThrowIfNull(headerNames); 146ArgumentNullException.ThrowIfNull(routeValueName); 157ArgumentNullException.ThrowIfNull(routeValueNames); 168ArgumentNullException.ThrowIfNull(keyPrefix); 184ArgumentNullException.ThrowIfNull(keyPrefix); 200ArgumentNullException.ThrowIfNull(keyPrefix); 212ArgumentNullException.ThrowIfNull(key); 213ArgumentNullException.ThrowIfNull(value); 229ArgumentNullException.ThrowIfNull(varyBy); 245ArgumentNullException.ThrowIfNull(varyBy); 256ArgumentNullException.ThrowIfNull(tags);
OutputCacheServiceCollectionExtensions.cs (3)
25ArgumentNullException.ThrowIfNull(services); 50ArgumentNullException.ThrowIfNull(services); 51ArgumentNullException.ThrowIfNull(configureOptions);
Policies\OutputCacheConventionBuilderExtensions.cs (4)
19ArgumentNullException.ThrowIfNull(builder); 35ArgumentNullException.ThrowIfNull(builder); 63ArgumentNullException.ThrowIfNull(builder); 82ArgumentNullException.ThrowIfNull(builder);
Policies\PredicatePolicy.cs (1)
47ArgumentNullException.ThrowIfNull(action);
Policies\TypedPolicy.cs (1)
26ArgumentNullException.ThrowIfNull(policyType);
Policies\VaryByHeaderPolicy.cs (2)
21ArgumentNullException.ThrowIfNull(header); 33ArgumentNullException.ThrowIfNull(headerNames);
Policies\VaryByQueryPolicy.cs (2)
22ArgumentNullException.ThrowIfNull(queryKey); 34ArgumentNullException.ThrowIfNull(queryKeys);
Policies\VaryByRouteValuePolicy.cs (2)
21ArgumentNullException.ThrowIfNull(routeValue); 33ArgumentNullException.ThrowIfNull(routeValueNames);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Microsoft.AspNetCore.OutputCaching.Microbenchmarks (1)
EndToEndBenchmarks.cs (1)
191ArgumentNullException.ThrowIfNull(value);
Microsoft.AspNetCore.OutputCaching.StackExchangeRedis (2)
RedisOutputCacheStore.cs (1)
239ArgumentNullException.ThrowIfNull(value);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.OutputCaching.Tests (3)
TestUtils.cs (3)
279ArgumentNullException.ThrowIfNull(response); 280ArgumentNullException.ThrowIfNull(text); 340ArgumentNullException.ThrowIfNull(key);
Microsoft.AspNetCore.Owin (7)
OwinEnvironment.cs (1)
179ArgumentNullException.ThrowIfNull(array);
OwinExtensions.cs (6)
32ArgumentNullException.ThrowIfNull(builder); 75ArgumentNullException.ThrowIfNull(builder); 76ArgumentNullException.ThrowIfNull(pipeline); 100ArgumentNullException.ThrowIfNull(app); 175ArgumentNullException.ThrowIfNull(app); 176ArgumentNullException.ThrowIfNull(pipeline);
Microsoft.AspNetCore.RateLimiting (25)
EnableRateLimitingAttribute.cs (1)
22ArgumentNullException.ThrowIfNull(policyName);
RateLimiterApplicationBuilderExtensions.cs (3)
23ArgumentNullException.ThrowIfNull(app); 38ArgumentNullException.ThrowIfNull(app); 39ArgumentNullException.ThrowIfNull(options);
RateLimiterEndpointConventionBuilderExtensions.cs (5)
21ArgumentNullException.ThrowIfNull(builder); 22ArgumentNullException.ThrowIfNull(policyName); 40ArgumentNullException.ThrowIfNull(builder); 41ArgumentNullException.ThrowIfNull(policy); 58ArgumentNullException.ThrowIfNull(builder);
RateLimiterOptions.cs (5)
50ArgumentNullException.ThrowIfNull(policyName); 51ArgumentNullException.ThrowIfNull(partitioner); 69ArgumentNullException.ThrowIfNull(policyName); 94ArgumentNullException.ThrowIfNull(policyName); 101ArgumentNullException.ThrowIfNull(policy);
RateLimiterOptionsExtensions.cs (4)
29ArgumentNullException.ThrowIfNull(configureOptions); 58ArgumentNullException.ThrowIfNull(configureOptions); 87ArgumentNullException.ThrowIfNull(configureOptions); 112ArgumentNullException.ThrowIfNull(configureOptions);
RateLimiterServiceCollectionExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(services); 23ArgumentNullException.ThrowIfNull(configureOptions); 37ArgumentNullException.ThrowIfNull(services);
RateLimitingMiddleware.cs (4)
37ArgumentNullException.ThrowIfNull(next); 38ArgumentNullException.ThrowIfNull(logger); 39ArgumentNullException.ThrowIfNull(serviceProvider); 40ArgumentNullException.ThrowIfNull(metrics);
Microsoft.AspNetCore.Razor (39)
TagHelpers\DefaultTagHelperContent.cs (4)
98ArgumentNullException.ThrowIfNull(destination); 121ArgumentNullException.ThrowIfNull(destination); 181ArgumentNullException.ThrowIfNull(writer); 182ArgumentNullException.ThrowIfNull(encoder);
TagHelpers\NullHtmlEncoder.cs (5)
34ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(output); 43ArgumentNullException.ThrowIfNull(value); 56ArgumentNullException.ThrowIfNull(output); 57ArgumentNullException.ThrowIfNull(value);
TagHelpers\OutputElementHintAttribute.cs (1)
20ArgumentNullException.ThrowIfNull(outputElement);
TagHelpers\ReadOnlyTagHelperAttributeList.cs (5)
47ArgumentNullException.ThrowIfNull(name); 96ArgumentNullException.ThrowIfNull(name); 116ArgumentNullException.ThrowIfNull(name); 151ArgumentNullException.ThrowIfNull(name); 177ArgumentNullException.ThrowIfNull(attribute);
TagHelpers\TagHelperAttribute.cs (5)
47ArgumentNullException.ThrowIfNull(name); 83ArgumentNullException.ThrowIfNull(writer); 84ArgumentNullException.ThrowIfNull(encoder); 119ArgumentNullException.ThrowIfNull(destination); 164ArgumentNullException.ThrowIfNull(destination);
TagHelpers\TagHelperAttributeList.cs (8)
27ArgumentNullException.ThrowIfNull(attributes); 38ArgumentNullException.ThrowIfNull(attributes); 53ArgumentNullException.ThrowIfNull(value); 90ArgumentNullException.ThrowIfNull(attribute); 138ArgumentNullException.ThrowIfNull(attribute); 146ArgumentNullException.ThrowIfNull(attribute); 157ArgumentNullException.ThrowIfNull(attribute); 181ArgumentNullException.ThrowIfNull(name);
TagHelpers\TagHelperContext.cs (4)
27ArgumentNullException.ThrowIfNull(tagName); 44ArgumentNullException.ThrowIfNull(items); 45ArgumentNullException.ThrowIfNull(uniqueId); 46ArgumentNullException.ThrowIfNull(allAttributes);
TagHelpers\TagHelperOutput.cs (7)
45ArgumentNullException.ThrowIfNull(getChildContentAsync); 46ArgumentNullException.ThrowIfNull(attributes); 113ArgumentNullException.ThrowIfNull(value); 281ArgumentNullException.ThrowIfNull(destination); 330ArgumentNullException.ThrowIfNull(destination); 384ArgumentNullException.ThrowIfNull(writer); 385ArgumentNullException.ThrowIfNull(encoder);
Microsoft.AspNetCore.Razor.Runtime (36)
Hosting\DefaultRazorCompiledItem.cs (3)
12ArgumentNullException.ThrowIfNull(type); 13ArgumentNullException.ThrowIfNull(kind); 14ArgumentNullException.ThrowIfNull(identifier);
Hosting\RazorCompiledItemAttribute.cs (2)
25ArgumentNullException.ThrowIfNull(type); 26ArgumentNullException.ThrowIfNull(kind);
Hosting\RazorCompiledItemExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(item);
Hosting\RazorCompiledItemLoader.cs (3)
36ArgumentNullException.ThrowIfNull(assembly); 54ArgumentNullException.ThrowIfNull(attribute); 67ArgumentNullException.ThrowIfNull(assembly);
Hosting\RazorConfigurationNameAttribute.cs (1)
23ArgumentNullException.ThrowIfNull(configurationName);
Hosting\RazorExtensionAssemblyNameAttribute.cs (2)
24ArgumentNullException.ThrowIfNull(extensionName); 25ArgumentNullException.ThrowIfNull(assemblyName);
Hosting\RazorLanguageVersionAttribute.cs (1)
23ArgumentNullException.ThrowIfNull(languageVersion);
Hosting\RazorSourceChecksumAttribute.cs (3)
30ArgumentNullException.ThrowIfNull(checksumAlgorithm); 31ArgumentNullException.ThrowIfNull(checksum); 32ArgumentNullException.ThrowIfNull(identifier);
Runtime\TagHelpers\TagHelperExecutionContext.cs (11)
60ArgumentNullException.ThrowIfNull(startTagHelperWritingScope); 61ArgumentNullException.ThrowIfNull(endTagHelperWritingScope); 112ArgumentNullException.ThrowIfNull(tagHelper); 125ArgumentNullException.ThrowIfNull(name); 137ArgumentNullException.ThrowIfNull(attribute); 151ArgumentNullException.ThrowIfNull(name); 163ArgumentNullException.ThrowIfNull(attribute); 183ArgumentNullException.ThrowIfNull(tagName); 184ArgumentNullException.ThrowIfNull(items); 185ArgumentNullException.ThrowIfNull(uniqueId); 186ArgumentNullException.ThrowIfNull(executeChildContentAsync);
Runtime\TagHelpers\TagHelperRunner.cs (1)
23ArgumentNullException.ThrowIfNull(executionContext);
Runtime\TagHelpers\TagHelperScopeManager.cs (5)
29ArgumentNullException.ThrowIfNull(startTagHelperWritingScope); 30ArgumentNullException.ThrowIfNull(endTagHelperWritingScope); 49ArgumentNullException.ThrowIfNull(tagName); 50ArgumentNullException.ThrowIfNull(uniqueId); 51ArgumentNullException.ThrowIfNull(executeChildContentAsync);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (2)
26ArgumentNullException.ThrowIfNull(sourceDictionary); 27ArgumentNullException.ThrowIfNull(comparer);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
19ArgumentNullException.ThrowIfNull(source);
Microsoft.AspNetCore.RequestDecompression (10)
DefaultRequestDecompressionProvider.cs (2)
22ArgumentNullException.ThrowIfNull(logger); 23ArgumentNullException.ThrowIfNull(options);
RequestDecompressionBuilderExtensions.cs (1)
19ArgumentNullException.ThrowIfNull(builder);
RequestDecompressionMiddleware.cs (3)
31ArgumentNullException.ThrowIfNull(next); 32ArgumentNullException.ThrowIfNull(logger); 33ArgumentNullException.ThrowIfNull(provider);
RequestDecompressionServiceExtensions.cs (3)
21ArgumentNullException.ThrowIfNull(services); 35ArgumentNullException.ThrowIfNull(services); 36ArgumentNullException.ThrowIfNull(configureOptions);
src\Shared\SizeLimitedStream.cs (1)
15ArgumentNullException.ThrowIfNull(innerStream);
Microsoft.AspNetCore.ResponseCaching (16)
CacheEntry\CachedResponseBody.cs (1)
22ArgumentNullException.ThrowIfNull(destination);
ResponseCachingExtensions.cs (1)
19ArgumentNullException.ThrowIfNull(app);
ResponseCachingKeyProvider.cs (4)
24ArgumentNullException.ThrowIfNull(poolProvider); 25ArgumentNullException.ThrowIfNull(options); 39ArgumentNullException.ThrowIfNull(context); 77ArgumentNullException.ThrowIfNull(context);
ResponseCachingMiddleware.cs (6)
65ArgumentNullException.ThrowIfNull(next); 66ArgumentNullException.ThrowIfNull(options); 67ArgumentNullException.ThrowIfNull(loggerFactory); 68ArgumentNullException.ThrowIfNull(policyProvider); 69ArgumentNullException.ThrowIfNull(cache); 70ArgumentNullException.ThrowIfNull(keyProvider);
ResponseCachingServicesExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(services); 37ArgumentNullException.ThrowIfNull(services); 38ArgumentNullException.ThrowIfNull(configureOptions);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Microsoft.AspNetCore.ResponseCaching.Tests (2)
TestUtils.cs (2)
265ArgumentNullException.ThrowIfNull(response); 266ArgumentNullException.ThrowIfNull(text);
Microsoft.AspNetCore.ResponseCompression (13)
BrotliCompressionProvider.cs (1)
20ArgumentNullException.ThrowIfNull(options);
CompressionProviderCollection.cs (1)
35ArgumentNullException.ThrowIfNull(providerType);
CompressionProviderFactory.cs (1)
25ArgumentNullException.ThrowIfNull(serviceProvider);
GzipCompressionProvider.cs (1)
20ArgumentNullException.ThrowIfNull(options);
ResponseCompressionBuilderExtensions.cs (1)
19ArgumentNullException.ThrowIfNull(builder);
ResponseCompressionMiddleware.cs (2)
25ArgumentNullException.ThrowIfNull(next); 26ArgumentNullException.ThrowIfNull(provider);
ResponseCompressionProvider.cs (2)
32ArgumentNullException.ThrowIfNull(services); 33ArgumentNullException.ThrowIfNull(options);
ResponseCompressionServicesExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(services); 36ArgumentNullException.ThrowIfNull(services); 37ArgumentNullException.ThrowIfNull(configureOptions);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Microsoft.AspNetCore.Rewrite (18)
ApacheModRewriteOptionsExtensions.cs (4)
22ArgumentNullException.ThrowIfNull(options); 23ArgumentNullException.ThrowIfNull(fileProvider); 39ArgumentNullException.ThrowIfNull(options); 40ArgumentNullException.ThrowIfNull(reader);
IISUrlRewrite\RewriteMapParser.cs (1)
13ArgumentNullException.ThrowIfNull(xmlRoot);
IISUrlRewrite\UrlRewriteRuleBuilder.cs (1)
78ArgumentNullException.ThrowIfNull(condition);
IISUrlRewriteOptionsExtensions.cs (4)
26ArgumentNullException.ThrowIfNull(options); 27ArgumentNullException.ThrowIfNull(fileProvider); 46ArgumentNullException.ThrowIfNull(options); 47ArgumentNullException.ThrowIfNull(reader);
RedirectToNonWwwRule.cs (1)
23ArgumentNullException.ThrowIfNull(domains);
RedirectToWwwRule.cs (1)
23ArgumentNullException.ThrowIfNull(domains);
RewriteBuilderExtensions.cs (3)
25ArgumentNullException.ThrowIfNull(app); 38ArgumentNullException.ThrowIfNull(app); 39ArgumentNullException.ThrowIfNull(options);
RewriteMiddleware.cs (3)
38ArgumentNullException.ThrowIfNull(next); 39ArgumentNullException.ThrowIfNull(options); 54ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.Routing (274)
Builder\EndpointRouteBuilderExtensions.cs (10)
51ArgumentNullException.ThrowIfNull(endpoints); 52ArgumentNullException.ThrowIfNull(prefix); 152ArgumentNullException.ThrowIfNull(httpMethods); 195ArgumentNullException.ThrowIfNull(endpoints); 196ArgumentNullException.ThrowIfNull(pattern); 197ArgumentNullException.ThrowIfNull(requestDelegate); 327ArgumentNullException.ThrowIfNull(httpMethods); 433ArgumentNullException.ThrowIfNull(endpoints); 434ArgumentNullException.ThrowIfNull(pattern); 435ArgumentNullException.ThrowIfNull(handler);
Builder\EndpointRoutingApplicationBuilderExtensions.cs (3)
41ArgumentNullException.ThrowIfNull(builder); 90ArgumentNullException.ThrowIfNull(builder); 91ArgumentNullException.ThrowIfNull(configure);
Builder\FallbackEndpointRouteBuilderExtensions.cs (5)
41ArgumentNullException.ThrowIfNull(endpoints); 42ArgumentNullException.ThrowIfNull(requestDelegate); 73ArgumentNullException.ThrowIfNull(endpoints); 74ArgumentNullException.ThrowIfNull(pattern); 75ArgumentNullException.ThrowIfNull(requestDelegate);
Builder\RouteHandlerServices.cs (10)
42ArgumentNullException.ThrowIfNull(endpoints); 43ArgumentNullException.ThrowIfNull(pattern); 44ArgumentNullException.ThrowIfNull(handler); 45ArgumentNullException.ThrowIfNull(populateMetadata); 46ArgumentNullException.ThrowIfNull(createRequestDelegate); 73ArgumentNullException.ThrowIfNull(endpoints); 74ArgumentNullException.ThrowIfNull(pattern); 75ArgumentNullException.ThrowIfNull(handler); 76ArgumentNullException.ThrowIfNull(populateMetadata); 77ArgumentNullException.ThrowIfNull(createRequestDelegate);
Builder\RoutingBuilderExtensions.cs (4)
22ArgumentNullException.ThrowIfNull(builder); 23ArgumentNullException.ThrowIfNull(router); 45ArgumentNullException.ThrowIfNull(builder); 46ArgumentNullException.ThrowIfNull(action);
Builder\RoutingEndpointConventionBuilderExtensions.cs (10)
27ArgumentNullException.ThrowIfNull(builder); 28ArgumentNullException.ThrowIfNull(hosts); 46ArgumentNullException.ThrowIfNull(builder); 65ArgumentNullException.ThrowIfNull(builder); 66ArgumentNullException.ThrowIfNull(func); 85ArgumentNullException.ThrowIfNull(builder); 86ArgumentNullException.ThrowIfNull(items); 159ArgumentNullException.ThrowIfNull(builder); 180ArgumentNullException.ThrowIfNull(builder); 215ArgumentNullException.ThrowIfNull(builder);
ConfigureRouteOptions.cs (2)
15ArgumentNullException.ThrowIfNull(dataSources); 22ArgumentNullException.ThrowIfNull(options);
Constraints\BoolRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
Constraints\CompositeRouteConstraint.cs (3)
27ArgumentNullException.ThrowIfNull(constraints); 50ArgumentNullException.ThrowIfNull(routeKey); 51ArgumentNullException.ThrowIfNull(values);
Constraints\DateTimeRouteConstraint.cs (2)
42ArgumentNullException.ThrowIfNull(routeKey); 43ArgumentNullException.ThrowIfNull(values);
Constraints\DecimalRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
Constraints\DoubleRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
Constraints\FileNameRouteConstraint.cs (2)
107ArgumentNullException.ThrowIfNull(routeKey); 108ArgumentNullException.ThrowIfNull(values);
Constraints\FloatRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
Constraints\GuidRouteConstraint.cs (2)
38ArgumentNullException.ThrowIfNull(routeKey); 39ArgumentNullException.ThrowIfNull(values);
Constraints\HttpMethodRouteConstraint.cs (4)
22ArgumentNullException.ThrowIfNull(allowedMethods); 40ArgumentNullException.ThrowIfNull(routeKey); 41ArgumentNullException.ThrowIfNull(values); 47ArgumentNullException.ThrowIfNull(httpContext);
Constraints\IntRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
Constraints\LengthRouteConstraint.cs (2)
92ArgumentNullException.ThrowIfNull(routeKey); 93ArgumentNullException.ThrowIfNull(values);
Constraints\LongRouteConstraint.cs (2)
36ArgumentNullException.ThrowIfNull(routeKey); 37ArgumentNullException.ThrowIfNull(values);
Constraints\MaxLengthRouteConstraint.cs (2)
56ArgumentNullException.ThrowIfNull(routeKey); 57ArgumentNullException.ThrowIfNull(values);
Constraints\MaxRouteConstraint.cs (2)
51ArgumentNullException.ThrowIfNull(routeKey); 53ArgumentNullException.ThrowIfNull(values);
Constraints\MinLengthRouteConstraint.cs (2)
56ArgumentNullException.ThrowIfNull(routeKey); 57ArgumentNullException.ThrowIfNull(values);
Constraints\MinRouteConstraint.cs (2)
50ArgumentNullException.ThrowIfNull(routeKey); 51ArgumentNullException.ThrowIfNull(values);
Constraints\NonFileNameRouteConstraint.cs (2)
103ArgumentNullException.ThrowIfNull(routeKey); 104ArgumentNullException.ThrowIfNull(values);
Constraints\OptionalRouteConstraint.cs (3)
27ArgumentNullException.ThrowIfNull(innerConstraint); 50ArgumentNullException.ThrowIfNull(routeKey); 51ArgumentNullException.ThrowIfNull(values);
Constraints\RangeRouteConstraint.cs (2)
64ArgumentNullException.ThrowIfNull(routeKey); 65ArgumentNullException.ThrowIfNull(values);
Constraints\RegexRouteConstraint.cs (4)
36ArgumentNullException.ThrowIfNull(regex); 49ArgumentNullException.ThrowIfNull(regexPattern); 91ArgumentNullException.ThrowIfNull(routeKey); 92ArgumentNullException.ThrowIfNull(values);
Constraints\RequiredRouteConstraint.cs (2)
26ArgumentNullException.ThrowIfNull(routeKey); 27ArgumentNullException.ThrowIfNull(values);
Constraints\StringRouteConstraint.cs (3)
23ArgumentNullException.ThrowIfNull(value); 31ArgumentNullException.ThrowIfNull(routeKey); 32ArgumentNullException.ThrowIfNull(values);
DataSourceDependentCache.cs (2)
29ArgumentNullException.ThrowIfNull(dataSource); 30ArgumentNullException.ThrowIfNull(initialize);
DefaultEndpointDataSource.cs (2)
25ArgumentNullException.ThrowIfNull(endpoints); 36ArgumentNullException.ThrowIfNull(endpoints);
DefaultInlineConstraintResolver.cs (3)
33ArgumentNullException.ThrowIfNull(routeOptions); 34ArgumentNullException.ThrowIfNull(serviceProvider); 50ArgumentNullException.ThrowIfNull(inlineConstraint);
DefaultLinkGenerator.cs (2)
78ArgumentNullException.ThrowIfNull(httpContext); 130ArgumentNullException.ThrowIfNull(httpContext);
DefaultParameterPolicyFactory.cs (2)
25ArgumentNullException.ThrowIfNull(parameterPolicy); 37ArgumentNullException.ThrowIfNull(inlineText);
DependencyInjection\RoutingServiceCollectionExtensions.cs (3)
44ArgumentNullException.ThrowIfNull(services); 133ArgumentNullException.ThrowIfNull(services); 134ArgumentNullException.ThrowIfNull(configureOptions);
EndpointGroupNameAttribute.cs (1)
18ArgumentNullException.ThrowIfNull(endpointGroupName);
EndpointNameAddressScheme.cs (1)
24ArgumentNullException.ThrowIfNull(address);
EndpointNameAttribute.cs (1)
24ArgumentNullException.ThrowIfNull(endpointName);
EndpointNameMetadata.cs (1)
26ArgumentNullException.ThrowIfNull(endpointName);
EndpointRoutingMiddleware.cs (1)
44ArgumentNullException.ThrowIfNull(endpointRouteBuilder);
HostAttribute.cs (2)
26ArgumentNullException.ThrowIfNull(host); 39ArgumentNullException.ThrowIfNull(hosts);
HttpMethodMetadata.cs (1)
39ArgumentNullException.ThrowIfNull(httpMethods);
InlineRouteParameterParser.cs (1)
20ArgumentNullException.ThrowIfNull(routeParameter);
LinkGeneratorEndpointNameAddressExtensions.cs (20)
41ArgumentNullException.ThrowIfNull(generator); 42ArgumentNullException.ThrowIfNull(httpContext); 43ArgumentNullException.ThrowIfNull(endpointName); 81ArgumentNullException.ThrowIfNull(generator); 82ArgumentNullException.ThrowIfNull(httpContext); 83ArgumentNullException.ThrowIfNull(endpointName); 117ArgumentNullException.ThrowIfNull(generator); 118ArgumentNullException.ThrowIfNull(endpointName); 145ArgumentNullException.ThrowIfNull(generator); 146ArgumentNullException.ThrowIfNull(endpointName); 194ArgumentNullException.ThrowIfNull(generator); 195ArgumentNullException.ThrowIfNull(httpContext); 196ArgumentNullException.ThrowIfNull(endpointName); 253ArgumentNullException.ThrowIfNull(generator); 254ArgumentNullException.ThrowIfNull(httpContext); 255ArgumentNullException.ThrowIfNull(endpointName); 306ArgumentNullException.ThrowIfNull(generator); 307ArgumentNullException.ThrowIfNull(endpointName); 355ArgumentNullException.ThrowIfNull(generator); 356ArgumentNullException.ThrowIfNull(endpointName);
LinkGeneratorRouteValuesAddressExtensions.cs (12)
41ArgumentNullException.ThrowIfNull(generator); 42ArgumentNullException.ThrowIfNull(httpContext); 81ArgumentNullException.ThrowIfNull(generator); 82ArgumentNullException.ThrowIfNull(httpContext); 117ArgumentNullException.ThrowIfNull(generator); 145ArgumentNullException.ThrowIfNull(generator); 194ArgumentNullException.ThrowIfNull(generator); 195ArgumentNullException.ThrowIfNull(httpContext); 253ArgumentNullException.ThrowIfNull(generator); 254ArgumentNullException.ThrowIfNull(httpContext); 306ArgumentNullException.ThrowIfNull(generator); 349ArgumentNullException.ThrowIfNull(generator);
LinkParserEndpointNameAddressExtensions.cs (2)
40ArgumentNullException.ThrowIfNull(parser); 41ArgumentNullException.ThrowIfNull(endpointName);
Matching\AcceptsMatcherPolicy.cs (6)
24ArgumentNullException.ThrowIfNull(endpoints); 36ArgumentNullException.ThrowIfNull(endpoints); 49ArgumentNullException.ThrowIfNull(httpContext); 50ArgumentNullException.ThrowIfNull(candidates); 140ArgumentNullException.ThrowIfNull(endpoints); 262ArgumentNullException.ThrowIfNull(edges);
Matching\CandidateSet.cs (3)
37ArgumentNullException.ThrowIfNull(endpoints); 38ArgumentNullException.ThrowIfNull(values); 39ArgumentNullException.ThrowIfNull(scores);
Matching\DefaultEndpointSelector.cs (2)
15ArgumentNullException.ThrowIfNull(httpContext); 16ArgumentNullException.ThrowIfNull(candidateSet);
Matching\DfaMatcher.cs (1)
34ArgumentNullException.ThrowIfNull(httpContext);
Matching\DfaMatcherFactory.cs (2)
16ArgumentNullException.ThrowIfNull(services); 23ArgumentNullException.ThrowIfNull(dataSource);
Matching\EndpointMetadataComparer.cs (5)
26ArgumentNullException.ThrowIfNull(services); 50ArgumentNullException.ThrowIfNull(x); 51ArgumentNullException.ThrowIfNull(y); 96ArgumentNullException.ThrowIfNull(x); 97ArgumentNullException.ThrowIfNull(y);
Matching\HostMatcherPolicy.cs (5)
28ArgumentNullException.ThrowIfNull(endpoints); 73ArgumentNullException.ThrowIfNull(httpContext); 74ArgumentNullException.ThrowIfNull(candidates); 188ArgumentNullException.ThrowIfNull(endpoints); 289ArgumentNullException.ThrowIfNull(edges);
Matching\HttpMethodMatcherPolicy.cs (4)
41ArgumentNullException.ThrowIfNull(endpoints); 53ArgumentNullException.ThrowIfNull(endpoints); 80ArgumentNullException.ThrowIfNull(httpContext); 81ArgumentNullException.ThrowIfNull(candidates);
Matching\MatcherPolicy.cs (1)
49ArgumentNullException.ThrowIfNull(endpoints);
Matching\NegotiationMatcherPolicy.cs (2)
223ArgumentNullException.ThrowIfNull(endpoints); 331ArgumentNullException.ThrowIfNull(edges);
ParameterPolicyActivator.cs (1)
76ArgumentNullException.ThrowIfNull(inlineParameterPolicy);
ParameterPolicyFactory.cs (1)
38ArgumentNullException.ThrowIfNull(reference);
Patterns\DefaultRoutePatternTransformer.cs (3)
16ArgumentNullException.ThrowIfNull(policyFactory); 25ArgumentNullException.ThrowIfNull(original); 32ArgumentNullException.ThrowIfNull(original);
Patterns\RouteParameterParser.cs (1)
18ArgumentNullException.ThrowIfNull(parameter);
Patterns\RoutePattern.cs (1)
140ArgumentNullException.ThrowIfNull(name);
Patterns\RoutePatternException.cs (2)
34ArgumentNullException.ThrowIfNull(pattern); 35ArgumentNullException.ThrowIfNull(message);
Patterns\RoutePatternFactory.cs (23)
47ArgumentNullException.ThrowIfNull(pattern); 72ArgumentNullException.ThrowIfNull(pattern); 97ArgumentNullException.ThrowIfNull(pattern); 126ArgumentNullException.ThrowIfNull(pattern); 154ArgumentNullException.ThrowIfNull(pattern); 167ArgumentNullException.ThrowIfNull(segments); 180ArgumentNullException.ThrowIfNull(segments); 209ArgumentNullException.ThrowIfNull(segments); 236ArgumentNullException.ThrowIfNull(segments); 266ArgumentNullException.ThrowIfNull(segments); 295ArgumentNullException.ThrowIfNull(segments); 307ArgumentNullException.ThrowIfNull(segments); 320ArgumentNullException.ThrowIfNull(segments); 348ArgumentNullException.ThrowIfNull(segments); 375ArgumentNullException.ThrowIfNull(segments); 405ArgumentNullException.ThrowIfNull(segments); 434ArgumentNullException.ThrowIfNull(segments); 698ArgumentNullException.ThrowIfNull(parts); 711ArgumentNullException.ThrowIfNull(parts); 867ArgumentNullException.ThrowIfNull(parameterPolicies); 903ArgumentNullException.ThrowIfNull(parameterPolicies); 974ArgumentNullException.ThrowIfNull(constraint); 1004ArgumentNullException.ThrowIfNull(parameterPolicy);
Patterns\RoutePatternMatcher.cs (2)
27ArgumentNullException.ThrowIfNull(pattern); 65ArgumentNullException.ThrowIfNull(values);
Patterns\RoutePatternParser.cs (1)
27ArgumentNullException.ThrowIfNull(pattern);
Route.cs (1)
81ArgumentNullException.ThrowIfNull(target);
RouteBase.cs (2)
42ArgumentNullException.ThrowIfNull(constraintResolver); 108ArgumentNullException.ThrowIfNull(context);
RouteBuilder.cs (1)
33ArgumentNullException.ThrowIfNull(applicationBuilder);
RouteCollection.cs (1)
46ArgumentNullException.ThrowIfNull(router);
RouteConstraintBuilder.cs (7)
38ArgumentNullException.ThrowIfNull(inlineConstraintResolver); 39ArgumentNullException.ThrowIfNull(displayName); 97ArgumentNullException.ThrowIfNull(key); 98ArgumentNullException.ThrowIfNull(value); 134ArgumentNullException.ThrowIfNull(key); 135ArgumentNullException.ThrowIfNull(constraintText); 162ArgumentNullException.ThrowIfNull(key);
RouteConstraintMatcher.cs (4)
49ArgumentNullException.ThrowIfNull(routeValues); 51ArgumentNullException.ThrowIfNull(httpContext); 52ArgumentNullException.ThrowIfNull(route); 53ArgumentNullException.ThrowIfNull(logger);
RouteEndpoint.cs (2)
32ArgumentNullException.ThrowIfNull(requestDelegate); 33ArgumentNullException.ThrowIfNull(routePattern);
RouteEndpointBuilder.cs (1)
40ArgumentNullException.ThrowIfNull(routePattern);
RouteOptions.cs (1)
90ArgumentNullException.ThrowIfNull(value);
RouteValuesAddressScheme.cs (1)
25ArgumentNullException.ThrowIfNull(address);
Template\DefaultTemplateBinderFactory.cs (5)
19ArgumentNullException.ThrowIfNull(policyFactory); 20ArgumentNullException.ThrowIfNull(pool); 28ArgumentNullException.ThrowIfNull(template); 29ArgumentNullException.ThrowIfNull(defaults); 36ArgumentNullException.ThrowIfNull(pattern);
Template\InlineConstraint.cs (2)
23ArgumentNullException.ThrowIfNull(constraint); 34ArgumentNullException.ThrowIfNull(other);
Template\RouteTemplate.cs (2)
26ArgumentNullException.ThrowIfNull(other); 61ArgumentNullException.ThrowIfNull(segments);
Template\TemplateBinder.cs (6)
71ArgumentNullException.ThrowIfNull(urlEncoder); 72ArgumentNullException.ThrowIfNull(pool); 73ArgumentNullException.ThrowIfNull(pattern); 101ArgumentNullException.ThrowIfNull(urlEncoder); 102ArgumentNullException.ThrowIfNull(pool); 103ArgumentNullException.ThrowIfNull(pattern);
Template\TemplateMatcher.cs (2)
30ArgumentNullException.ThrowIfNull(template); 83ArgumentNullException.ThrowIfNull(values);
Template\TemplateParser.cs (1)
20ArgumentNullException.ThrowIfNull(routeTemplate);
Template\TemplatePart.cs (1)
88ArgumentNullException.ThrowIfNull(name);
Template\TemplateSegment.cs (1)
30ArgumentNullException.ThrowIfNull(other);
Tree\TreeRouteBuilder.cs (8)
53ArgumentNullException.ThrowIfNull(loggerFactory); 55ArgumentNullException.ThrowIfNull(objectPool); 57ArgumentNullException.ThrowIfNull(constraintResolver); 91ArgumentNullException.ThrowIfNull(handler); 92ArgumentNullException.ThrowIfNull(routeTemplate); 186ArgumentNullException.ThrowIfNull(handler); 187ArgumentNullException.ThrowIfNull(routeTemplate); 188ArgumentNullException.ThrowIfNull(requiredLinkValues);
Tree\TreeRouter.cs (7)
71ArgumentNullException.ThrowIfNull(trees); 73ArgumentNullException.ThrowIfNull(linkGenerationEntries); 75ArgumentNullException.ThrowIfNull(urlEncoder); 77ArgumentNullException.ThrowIfNull(objectPool); 79ArgumentNullException.ThrowIfNull(routeLogger); 81ArgumentNullException.ThrowIfNull(constraintLogger); 140ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.Routing.Abstractions (8)
RouteContext.cs (1)
48ArgumentNullException.ThrowIfNull(value);
RouteData.cs (3)
35ArgumentNullException.ThrowIfNull(other); 60ArgumentNullException.ThrowIfNull(values); 219ArgumentNullException.ThrowIfNull(routeData);
RoutingHttpContextExtensions.cs (3)
23ArgumentNullException.ThrowIfNull(httpContext); 38ArgumentNullException.ThrowIfNull(httpContext); 39ArgumentNullException.ThrowIfNull(key);
VirtualPathData.cs (1)
36ArgumentNullException.ThrowIfNull(router);
Microsoft.AspNetCore.Routing.FunctionalTests (1)
src\Shared\SizeLimitedStream.cs (1)
15ArgumentNullException.ThrowIfNull(innerStream);
Microsoft.AspNetCore.Routing.Microbenchmarks (4)
Matching\TrivialMatcher.cs (1)
25ArgumentNullException.ThrowIfNull(httpContext);
src\Http\Routing\test\UnitTests\Matching\BarebonesMatcher.cs (1)
22ArgumentNullException.ThrowIfNull(httpContext);
src\Http\Routing\test\UnitTests\Matching\RouteMatcher.cs (1)
20ArgumentNullException.ThrowIfNull(httpContext);
src\Http\Routing\test\UnitTests\Matching\TreeRouterMatcher.cs (1)
21ArgumentNullException.ThrowIfNull(httpContext);
Microsoft.AspNetCore.Routing.Tests (4)
Builder\RouteHandlerEndpointRouteBuilderExtensionsTest.cs (1)
1108ArgumentNullException.ThrowIfNull(contentType);
Matching\BarebonesMatcher.cs (1)
22ArgumentNullException.ThrowIfNull(httpContext);
Matching\RouteMatcher.cs (1)
20ArgumentNullException.ThrowIfNull(httpContext);
Matching\TreeRouterMatcher.cs (1)
21ArgumentNullException.ThrowIfNull(httpContext);
Microsoft.AspNetCore.Server.HttpSys (10)
HttpSysListener.cs (2)
50ArgumentNullException.ThrowIfNull(options); 51ArgumentNullException.ThrowIfNull(loggerFactory);
MessagePump.cs (3)
34ArgumentNullException.ThrowIfNull(options); 35ArgumentNullException.ThrowIfNull(loggerFactory); 67ArgumentNullException.ThrowIfNull(application);
RequestProcessing\RequestContext.cs (1)
344ArgumentNullException.ThrowIfNull(destination);
RequestProcessing\RequestContext.FeatureCollection.cs (2)
456ArgumentNullException.ThrowIfNull(callback); 467ArgumentNullException.ThrowIfNull(callback);
RequestProcessing\ResponseBody.cs (1)
571ArgumentNullException.ThrowIfNull(asyncResult);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Microsoft.AspNetCore.Server.IIS (7)
Core\IISHttpContext.FeatureCollection.cs (1)
301ArgumentNullException.ThrowIfNull(value);
src\Shared\RazorViews\BaseView.cs (4)
101ArgumentNullException.ThrowIfNull(writer); 182ArgumentNullException.ThrowIfNull(name); 183ArgumentNullException.ThrowIfNull(leader); 184ArgumentNullException.ThrowIfNull(trailer);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
WebHostBuilderIISExtensions.cs (1)
27ArgumentNullException.ThrowIfNull(hostBuilder);
Microsoft.AspNetCore.Server.IISIntegration (5)
IISMiddleware.cs (4)
76ArgumentNullException.ThrowIfNull(next); 77ArgumentNullException.ThrowIfNull(loggerFactory); 78ArgumentNullException.ThrowIfNull(options); 79ArgumentNullException.ThrowIfNull(applicationLifetime);
WebHostBuilderIISExtensions.cs (1)
33ArgumentNullException.ThrowIfNull(hostBuilder);
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\ApplicationDeployerFactory.cs (2)
22ArgumentNullException.ThrowIfNull(deploymentParameters); 23ArgumentNullException.ThrowIfNull(loggerFactory);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
ApplicationDeployerFactory.cs (2)
22ArgumentNullException.ThrowIfNull(deploymentParameters); 23ArgumentNullException.ThrowIfNull(loggerFactory);
Microsoft.AspNetCore.Server.Kestrel (1)
WebHostBuilderKestrelExtensions.cs (1)
167ArgumentNullException.ThrowIfNull(configureOptions);
Microsoft.AspNetCore.Server.Kestrel.Core (35)
Internal\Http\HttpRequestStream.cs (1)
157ArgumentNullException.ThrowIfNull(destination);
Internal\Http2\Http2Stream.FeatureCollection.cs (1)
40ArgumentNullException.ThrowIfNull(value);
Internal\Http3\Http3Stream.FeatureCollection.cs (1)
35ArgumentNullException.ThrowIfNull(value);
Internal\KestrelServerImpl.cs (3)
57ArgumentNullException.ThrowIfNull(transportFactories); 80ArgumentNullException.ThrowIfNull(options); 81ArgumentNullException.ThrowIfNull(loggerFactory);
Internal\TlsConnectionFeature.cs (2)
24ArgumentNullException.ThrowIfNull(sslStream); 25ArgumentNullException.ThrowIfNull(context);
KestrelConfigurationLoader.cs (10)
103ArgumentNullException.ThrowIfNull(address); 118ArgumentNullException.ThrowIfNull(endPoint); 119ArgumentNullException.ThrowIfNull(configure); 141ArgumentNullException.ThrowIfNull(configure); 161ArgumentNullException.ThrowIfNull(configure); 181ArgumentNullException.ThrowIfNull(socketPath); 186ArgumentNullException.ThrowIfNull(configure); 206ArgumentNullException.ThrowIfNull(pipeName); 207ArgumentNullException.ThrowIfNull(configure); 227ArgumentNullException.ThrowIfNull(configure);
KestrelServerOptions.cs (10)
487ArgumentNullException.ThrowIfNull(address); 524ArgumentNullException.ThrowIfNull(endPoint); 525ArgumentNullException.ThrowIfNull(configure); 545ArgumentNullException.ThrowIfNull(configure); 563ArgumentNullException.ThrowIfNull(configure); 585ArgumentNullException.ThrowIfNull(socketPath); 591ArgumentNullException.ThrowIfNull(configure); 613ArgumentNullException.ThrowIfNull(configure); 635ArgumentNullException.ThrowIfNull(pipeName); 636ArgumentNullException.ThrowIfNull(configure);
ListenOptionsHttpsExtensions.cs (5)
128ArgumentNullException.ThrowIfNull(serverCertificate); 146ArgumentNullException.ThrowIfNull(serverCertificate); 147ArgumentNullException.ThrowIfNull(configureOptions); 164ArgumentNullException.ThrowIfNull(configureOptions); 250ArgumentNullException.ThrowIfNull(callbackOptions);
Middleware\HttpsConnectionMiddleware.cs (1)
64ArgumentNullException.ThrowIfNull(options);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (4)
Internal\NamedPipeTransportFactory.cs (3)
26ArgumentNullException.ThrowIfNull(loggerFactory); 37ArgumentNullException.ThrowIfNull(endpoint); 70ArgumentNullException.ThrowIfNull(endpoint);
NamedPipeTransportOptions.cs (1)
93ArgumentNullException.ThrowIfNull(context);
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (4)
QuicTransportFactory.cs (3)
23ArgumentNullException.ThrowIfNull(options); 24ArgumentNullException.ThrowIfNull(loggerFactory); 40ArgumentNullException.ThrowIfNull(endpoint);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (6)
Client\SocketConnectionFactory.cs (2)
26ArgumentNullException.ThrowIfNull(options); 27ArgumentNullException.ThrowIfNull(loggerFactory);
SocketConnectionContextFactory.cs (2)
33ArgumentNullException.ThrowIfNull(options); 34ArgumentNullException.ThrowIfNull(logger);
SocketTransportFactory.cs (2)
29ArgumentNullException.ThrowIfNull(options); 30ArgumentNullException.ThrowIfNull(loggerFactory);
Microsoft.AspNetCore.Session (19)
CookieProtection.cs (1)
14ArgumentNullException.ThrowIfNull(protector);
DistributedSession.cs (4)
66ArgumentNullException.ThrowIfNull(cache); 68ArgumentNullException.ThrowIfNull(tryEstablishSession); 69ArgumentNullException.ThrowIfNull(loggerFactory); 141ArgumentNullException.ThrowIfNull(value);
DistributedSessionStore.cs (3)
25ArgumentNullException.ThrowIfNull(cache); 26ArgumentNullException.ThrowIfNull(loggerFactory); 36ArgumentNullException.ThrowIfNull(tryEstablishSession);
SessionMiddleware.cs (5)
42ArgumentNullException.ThrowIfNull(next); 43ArgumentNullException.ThrowIfNull(loggerFactory); 44ArgumentNullException.ThrowIfNull(dataProtectionProvider); 45ArgumentNullException.ThrowIfNull(sessionStore); 46ArgumentNullException.ThrowIfNull(options);
SessionMiddlewareExtensions.cs (3)
21ArgumentNullException.ThrowIfNull(app); 34ArgumentNullException.ThrowIfNull(app); 35ArgumentNullException.ThrowIfNull(options);
SessionServiceCollectionExtensions.cs (3)
24ArgumentNullException.ThrowIfNull(services); 40ArgumentNullException.ThrowIfNull(services); 41ArgumentNullException.ThrowIfNull(configure);
Microsoft.AspNetCore.Shared.Tests (20)
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionary.cs (2)
26ArgumentNullException.ThrowIfNull(sourceDictionary); 27ArgumentNullException.ThrowIfNull(comparer);
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
19ArgumentNullException.ThrowIfNull(source);
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (2)
295ArgumentNullException.ThrowIfNull(array); 612ArgumentNullException.ThrowIfNull(dictionary);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
32ArgumentNullException.ThrowIfNull(methodInfo); 114ArgumentNullException.ThrowIfNull(parameterDefaultValues);
src\Shared\PropertyActivator\PropertyActivator.cs (9)
30ArgumentNullException.ThrowIfNull(instance); 42ArgumentNullException.ThrowIfNull(type); 43ArgumentNullException.ThrowIfNull(activateAttributeType); 44ArgumentNullException.ThrowIfNull(createActivateInfo); 55ArgumentNullException.ThrowIfNull(type); 56ArgumentNullException.ThrowIfNull(activateAttributeType); 57ArgumentNullException.ThrowIfNull(createActivateInfo); 69ArgumentNullException.ThrowIfNull(type); 70ArgumentNullException.ThrowIfNull(createActivateInfo);
src\Shared\TaskToApm.cs (1)
45ArgumentNullException.ThrowIfNull(asyncResult, nameof(asyncResult));
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.SignalR (5)
GetHttpContextExtensions.cs (2)
21ArgumentNullException.ThrowIfNull(connection); 32ArgumentNullException.ThrowIfNull(connection);
SignalRDependencyInjectionExtensions.cs (3)
25ArgumentNullException.ThrowIfNull(signalrBuilder); 39ArgumentNullException.ThrowIfNull(services); 58ArgumentNullException.ThrowIfNull(services);
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.SignalR.Common (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.SignalR.Core (18)
DefaultHubLifetimeManager.cs (8)
36ArgumentNullException.ThrowIfNull(connectionId); 37ArgumentNullException.ThrowIfNull(groupName); 69ArgumentNullException.ThrowIfNull(connectionId); 70ArgumentNullException.ThrowIfNull(groupName); 185ArgumentNullException.ThrowIfNull(connectionId); 204ArgumentNullException.ThrowIfNull(groupName); 256ArgumentNullException.ThrowIfNull(groupName); 336ArgumentNullException.ThrowIfNull(connectionId);
Internal\DefaultHubActivator.cs (1)
39ArgumentNullException.ThrowIfNull(hub);
Internal\Proxies.cs (4)
13ArgumentNullException.ThrowIfNull(userId); 49ArgumentNullException.ThrowIfNull(groupName); 86ArgumentNullException.ThrowIfNull(groupName); 156ArgumentNullException.ThrowIfNull(connectionId);
src\Shared\ClosedGenericMatcher\ClosedGenericMatcher.cs (2)
40ArgumentNullException.ThrowIfNull(queryType); 41ArgumentNullException.ThrowIfNull(interfaceType);
src\Shared\ObjectMethodExecutor\ObjectMethodExecutor.cs (2)
32ArgumentNullException.ThrowIfNull(methodInfo); 114ArgumentNullException.ThrowIfNull(parameterDefaultValues);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.SignalR.StackExchangeRedis (11)
RedisHubLifetimeManager.cs (10)
169ArgumentNullException.ThrowIfNull(connectionId); 186ArgumentNullException.ThrowIfNull(groupName); 195ArgumentNullException.ThrowIfNull(groupName); 211ArgumentNullException.ThrowIfNull(connectionId); 212ArgumentNullException.ThrowIfNull(groupName); 227ArgumentNullException.ThrowIfNull(connectionId); 228ArgumentNullException.ThrowIfNull(groupName); 243ArgumentNullException.ThrowIfNull(connectionIds); 259ArgumentNullException.ThrowIfNull(groupNames); 383ArgumentNullException.ThrowIfNull(connectionId);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
30ArgumentNullException.ThrowIfNull(serverFixture);
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
HubConnectionBuilderTestExtensions.cs (1)
15ArgumentNullException.ThrowIfNull(loggerFactory);
Microsoft.AspNetCore.SpaServices.Extensions (11)
AngularCli\AngularCliMiddlewareExtensions.cs (1)
27ArgumentNullException.ThrowIfNull(spaBuilder);
Proxying\SpaProxy.cs (3)
194ArgumentNullException.ThrowIfNull(uri); 211ArgumentNullException.ThrowIfNull(context); 212ArgumentNullException.ThrowIfNull(destinationUri);
ReactDevelopmentServer\ReactDevelopmentServerMiddlewareExtensions.cs (1)
27ArgumentNullException.ThrowIfNull(spaBuilder);
SpaApplicationBuilderExtensions.cs (1)
30ArgumentNullException.ThrowIfNull(configuration);
SpaDefaultPageMiddleware.cs (1)
16ArgumentNullException.ThrowIfNull(spaBuilder);
StaticFiles\DefaultSpaStaticFileProvider.cs (1)
22ArgumentNullException.ThrowIfNull(options);
StaticFiles\SpaStaticFilesExtensions.cs (3)
64ArgumentNullException.ThrowIfNull(applicationBuilder); 65ArgumentNullException.ThrowIfNull(options); 77ArgumentNullException.ThrowIfNull(staticFileOptions);
Microsoft.AspNetCore.StaticAssets (5)
StaticAssetsEndpointConventionBuilder.cs (2)
35ArgumentNullException.ThrowIfNull(convention); 45ArgumentNullException.ThrowIfNull(convention);
StaticAssetsEndpointRouteBuilderExtensions.cs (2)
28ArgumentNullException.ThrowIfNull(endpoints); 89ArgumentNullException.ThrowIfNull(endpoints);
StaticAssetsManifest.cs (1)
26ArgumentNullException.ThrowIfNull(manifestPath);
Microsoft.AspNetCore.StaticFiles (45)
DefaultFilesExtensions.cs (4)
27ArgumentNullException.ThrowIfNull(app); 44ArgumentNullException.ThrowIfNull(app); 60ArgumentNullException.ThrowIfNull(app); 61ArgumentNullException.ThrowIfNull(options);
DefaultFilesMiddleware.cs (3)
32ArgumentNullException.ThrowIfNull(next); 33ArgumentNullException.ThrowIfNull(hostingEnv); 34ArgumentNullException.ThrowIfNull(options);
DirectoryBrowserExtensions.cs (4)
27ArgumentNullException.ThrowIfNull(app); 44ArgumentNullException.ThrowIfNull(app); 60ArgumentNullException.ThrowIfNull(app); 61ArgumentNullException.ThrowIfNull(options);
DirectoryBrowserMiddleware.cs (4)
44ArgumentNullException.ThrowIfNull(next); 45ArgumentNullException.ThrowIfNull(hostingEnv); 46ArgumentNullException.ThrowIfNull(encoder); 47ArgumentNullException.ThrowIfNull(options);
DirectoryBrowserServiceExtensions.cs (1)
18ArgumentNullException.ThrowIfNull(services);
FileExtensionContentTypeProvider.cs (1)
418ArgumentNullException.ThrowIfNull(mapping);
FileServerExtensions.cs (6)
26ArgumentNullException.ThrowIfNull(app); 43ArgumentNullException.ThrowIfNull(app); 63ArgumentNullException.ThrowIfNull(app); 64ArgumentNullException.ThrowIfNull(requestPath); 80ArgumentNullException.ThrowIfNull(app); 81ArgumentNullException.ThrowIfNull(options);
HtmlDirectoryFormatter.cs (3)
28ArgumentNullException.ThrowIfNull(encoder); 37ArgumentNullException.ThrowIfNull(context); 38ArgumentNullException.ThrowIfNull(contents);
Infrastructure\SharedOptionsBase.cs (1)
21ArgumentNullException.ThrowIfNull(sharedOptions);
StaticFileExtensions.cs (4)
27ArgumentNullException.ThrowIfNull(app); 44ArgumentNullException.ThrowIfNull(app); 60ArgumentNullException.ThrowIfNull(app); 61ArgumentNullException.ThrowIfNull(options);
StaticFileMiddleware.cs (4)
34ArgumentNullException.ThrowIfNull(next); 35ArgumentNullException.ThrowIfNull(hostingEnv); 36ArgumentNullException.ThrowIfNull(options); 37ArgumentNullException.ThrowIfNull(loggerFactory);
StaticFilesEndpointRouteBuilderExtensions.cs (10)
51ArgumentNullException.ThrowIfNull(endpoints); 52ArgumentNullException.ThrowIfNull(filePath); 87ArgumentNullException.ThrowIfNull(endpoints); 88ArgumentNullException.ThrowIfNull(filePath); 129ArgumentNullException.ThrowIfNull(endpoints); 130ArgumentNullException.ThrowIfNull(pattern); 131ArgumentNullException.ThrowIfNull(filePath); 171ArgumentNullException.ThrowIfNull(endpoints); 172ArgumentNullException.ThrowIfNull(pattern); 173ArgumentNullException.ThrowIfNull(filePath);
Microsoft.AspNetCore.TestHost (14)
ClientHandler.cs (1)
78ArgumentNullException.ThrowIfNull(request);
HttpContextBuilder.cs (2)
63ArgumentNullException.ThrowIfNull(configureContext); 70ArgumentNullException.ThrowIfNull(sendRequestStream);
RequestBuilder.cs (1)
38ArgumentNullException.ThrowIfNull(configure);
TestServer.cs (2)
93ArgumentNullException.ThrowIfNull(builder); 209ArgumentNullException.ThrowIfNull(configureContext);
WebHostBuilderExtensions.cs (8)
77ArgumentNullException.ThrowIfNull(webHostBuilder); 78ArgumentNullException.ThrowIfNull(servicesConfiguration); 106ArgumentNullException.ThrowIfNull(webHostBuilder); 107ArgumentNullException.ThrowIfNull(servicesConfiguration); 149ArgumentNullException.ThrowIfNull(solutionRelativePath); 150ArgumentNullException.ThrowIfNull(applicationBasePath); 177ArgumentNullException.ThrowIfNull(servicesConfiguration); 198ArgumentNullException.ThrowIfNull(containerConfiguration);
Microsoft.AspNetCore.WebSockets (6)
WebSocketMiddleware.cs (2)
37ArgumentNullException.ThrowIfNull(next); 38ArgumentNullException.ThrowIfNull(options);
WebSocketMiddlewareExtensions.cs (3)
25ArgumentNullException.ThrowIfNull(app); 44ArgumentNullException.ThrowIfNull(app); 45ArgumentNullException.ThrowIfNull(options);
WebSocketsDependencyInjectionExtensions.cs (1)
22ArgumentNullException.ThrowIfNull(configure);
Microsoft.AspNetCore.WebUtilities (28)
BufferedReadStream.cs (1)
43ArgumentNullException.ThrowIfNull(inner);
FileBufferingReadStream.cs (4)
76ArgumentNullException.ThrowIfNull(inner); 77ArgumentNullException.ThrowIfNull(tempFileDirectoryAccessor); 128ArgumentNullException.ThrowIfNull(inner); 129ArgumentNullException.ThrowIfNull(tempFileDirectory);
FormReader.cs (3)
62ArgumentNullException.ThrowIfNull(data); 96ArgumentNullException.ThrowIfNull(stream); 97ArgumentNullException.ThrowIfNull(encoding);
HttpRequestStreamReader.cs (2)
155ArgumentNullException.ThrowIfNull(buffer); 216ArgumentNullException.ThrowIfNull(buffer);
MultipartBoundary.cs (1)
15ArgumentNullException.ThrowIfNull(boundary);
MultipartReader.cs (2)
50ArgumentNullException.ThrowIfNull(boundary); 51ArgumentNullException.ThrowIfNull(stream);
MultipartReaderStream.cs (2)
38ArgumentNullException.ThrowIfNull(stream); 39ArgumentNullException.ThrowIfNull(boundary);
MultipartSectionConverterExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(section); 39ArgumentNullException.ThrowIfNull(section);
MultipartSectionStreamExtensions.cs (1)
30ArgumentNullException.ThrowIfNull(section);
QueryHelpers.cs (9)
28ArgumentNullException.ThrowIfNull(uri); 29ArgumentNullException.ThrowIfNull(name); 30ArgumentNullException.ThrowIfNull(value); 46ArgumentNullException.ThrowIfNull(uri); 47ArgumentNullException.ThrowIfNull(queryString); 62ArgumentNullException.ThrowIfNull(uri); 63ArgumentNullException.ThrowIfNull(queryString); 80ArgumentNullException.ThrowIfNull(uri); 81ArgumentNullException.ThrowIfNull(queryString);
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.CodeAnalysis (1)
Hashing\XxHash128.cs (1)
62ArgumentNullException.ThrowIfNull(source);
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
150ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.DotNet.Internal.SymbolHelper (6)
SymbolUploadHelperFactory.cs (6)
42ArgumentNullException.ThrowIfNull(logger); 43ArgumentNullException.ThrowIfNull(options); 71ArgumentNullException.ThrowIfNull(logger); 72ArgumentNullException.ThrowIfNull(options); 95ArgumentNullException.ThrowIfNull(logger); 96ArgumentNullException.ThrowIfNull(installDirectory);
Microsoft.Extensions.Caching.Abstractions (14)
CacheEntryExtensions.cs (3)
39ArgumentNullException.ThrowIfNull(expirationToken); 109ArgumentNullException.ThrowIfNull(callback); 160ArgumentNullException.ThrowIfNull(options);
DistributedCacheExtensions.cs (8)
27ArgumentNullException.ThrowIfNull(key); 28ArgumentNullException.ThrowIfNull(value); 44ArgumentNullException.ThrowIfNull(key); 45ArgumentNullException.ThrowIfNull(value); 72ArgumentNullException.ThrowIfNull(key); 73ArgumentNullException.ThrowIfNull(value); 104ArgumentNullException.ThrowIfNull(key); 105ArgumentNullException.ThrowIfNull(value);
MemoryCacheEntryExtensions.cs (3)
57ArgumentNullException.ThrowIfNull(expirationToken); 116ArgumentNullException.ThrowIfNull(callback); 133ArgumentNullException.ThrowIfNull(callback);
Microsoft.Extensions.Caching.Memory (27)
CacheEntry.cs (2)
40ArgumentNullException.ThrowIfNull(key); 41ArgumentNullException.ThrowIfNull(memoryCache);
MemoryCache.cs (5)
52ArgumentNullException.ThrowIfNull(optionsAccessor); 53ArgumentNullException.ThrowIfNull(loggerFactory); 102ArgumentNullException.ThrowIfNull(key); 207ArgumentNullException.ThrowIfNull(key); 321ArgumentNullException.ThrowIfNull(key);
MemoryCacheServiceCollectionExtensions.cs (6)
24ArgumentNullException.ThrowIfNull(services); 43ArgumentNullException.ThrowIfNull(services); 44ArgumentNullException.ThrowIfNull(setupAction); 68ArgumentNullException.ThrowIfNull(services); 95ArgumentNullException.ThrowIfNull(services); 96ArgumentNullException.ThrowIfNull(setupAction);
MemoryDistributedCache.cs (14)
35ArgumentNullException.ThrowIfNull(optionsAccessor); 36ArgumentNullException.ThrowIfNull(loggerFactory); 48ArgumentNullException.ThrowIfNull(key); 62ArgumentNullException.ThrowIfNull(key); 75ArgumentNullException.ThrowIfNull(key); 76ArgumentNullException.ThrowIfNull(value); 77ArgumentNullException.ThrowIfNull(options); 97ArgumentNullException.ThrowIfNull(key); 98ArgumentNullException.ThrowIfNull(value); 99ArgumentNullException.ThrowIfNull(options); 111ArgumentNullException.ThrowIfNull(key); 124ArgumentNullException.ThrowIfNull(key); 136ArgumentNullException.ThrowIfNull(key); 149ArgumentNullException.ThrowIfNull(key);
Microsoft.Extensions.Caching.SqlServer (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Caching.StackExchangeRedis (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Configuration (12)
ChainedBuilderExtensions.cs (2)
32ArgumentNullException.ThrowIfNull(configurationBuilder); 33ArgumentNullException.ThrowIfNull(config);
ChainedConfigurationProvider.cs (1)
24ArgumentNullException.ThrowIfNull(source);
ConfigurationBuilder.cs (1)
34ArgumentNullException.ThrowIfNull(source);
ConfigurationManager.cs (1)
92ArgumentNullException.ThrowIfNull(source);
ConfigurationRoot.cs (1)
29ArgumentNullException.ThrowIfNull(providers);
ConfigurationSection.cs (2)
29ArgumentNullException.ThrowIfNull(root); 30ArgumentNullException.ThrowIfNull(path);
MemoryConfigurationBuilderExtensions.cs (2)
22ArgumentNullException.ThrowIfNull(configurationBuilder); 38ArgumentNullException.ThrowIfNull(configurationBuilder);
MemoryConfigurationProvider.cs (1)
23ArgumentNullException.ThrowIfNull(source);
StreamConfigurationProvider.cs (1)
27ArgumentNullException.ThrowIfNull(source);
Microsoft.Extensions.Configuration.Abstractions (3)
ConfigurationExtensions.cs (1)
100ArgumentNullException.ThrowIfNull(configuration);
ConfigurationPath.cs (2)
27ArgumentNullException.ThrowIfNull(pathSegments); 39ArgumentNullException.ThrowIfNull(pathSegments);
Microsoft.Extensions.Configuration.Binder (8)
ConfigurationBinder.cs (8)
53ArgumentNullException.ThrowIfNull(configuration); 93ArgumentNullException.ThrowIfNull(configuration); 94ArgumentNullException.ThrowIfNull(type); 113ArgumentNullException.ThrowIfNull(configuration); 137ArgumentNullException.ThrowIfNull(configuration); 209ArgumentNullException.ThrowIfNull(configuration); 210ArgumentNullException.ThrowIfNull(type); 1164ArgumentNullException.ThrowIfNull(property);
Microsoft.Extensions.Configuration.CommandLine (1)
CommandLineConfigurationProvider.cs (1)
23ArgumentNullException.ThrowIfNull(args);
Microsoft.Extensions.Configuration.FileExtensions (8)
FileConfigurationExtensions.cs (7)
25ArgumentNullException.ThrowIfNull(builder); 26ArgumentNullException.ThrowIfNull(fileProvider); 39ArgumentNullException.ThrowIfNull(builder); 57ArgumentNullException.ThrowIfNull(builder); 58ArgumentNullException.ThrowIfNull(basePath); 71ArgumentNullException.ThrowIfNull(builder); 84ArgumentNullException.ThrowIfNull(builder);
FileConfigurationProvider.cs (1)
28ArgumentNullException.ThrowIfNull(source);
Microsoft.Extensions.Configuration.Ini (2)
IniConfigurationExtensions.cs (2)
67ArgumentNullException.ThrowIfNull(builder); 101ArgumentNullException.ThrowIfNull(builder);
Microsoft.Extensions.Configuration.Json (2)
JsonConfigurationExtensions.cs (2)
67ArgumentNullException.ThrowIfNull(builder); 101ArgumentNullException.ThrowIfNull(builder);
Microsoft.Extensions.Configuration.UserSecrets (4)
UserSecretsConfigurationExtensions.cs (4)
121ArgumentNullException.ThrowIfNull(configuration); 122ArgumentNullException.ThrowIfNull(assembly); 169ArgumentNullException.ThrowIfNull(configuration); 170ArgumentNullException.ThrowIfNull(userSecretsId);
Microsoft.Extensions.Configuration.Xml (6)
XmlConfigurationElement.cs (1)
36ArgumentNullException.ThrowIfNull(elementName);
XmlConfigurationElementAttributeValue.cs (2)
12ArgumentNullException.ThrowIfNull(attribute); 13ArgumentNullException.ThrowIfNull(value);
XmlConfigurationElementTextContent.cs (1)
12ArgumentNullException.ThrowIfNull(textContent);
XmlConfigurationExtensions.cs (2)
76ArgumentNullException.ThrowIfNull(builder); 114ArgumentNullException.ThrowIfNull(builder);
Microsoft.Extensions.DependencyInjection (3)
ServiceCollectionContainerBuilderExtensions.cs (2)
48ArgumentNullException.ThrowIfNull(services); 49ArgumentNullException.ThrowIfNull(options);
ServiceLookup\CallSiteFactory.cs (1)
780ArgumentNullException.ThrowIfNull(serviceType);
Microsoft.Extensions.DependencyInjection.Abstractions (244)
ActivatorUtilities.cs (7)
52ArgumentNullException.ThrowIfNull(provider); 926ArgumentNullException.ThrowIfNull(serviceProvider); 962ArgumentNullException.ThrowIfNull(serviceProvider); 983ArgumentNullException.ThrowIfNull(serviceProvider); 1115ArgumentNullException.ThrowIfNull(serviceProvider); 1140ArgumentNullException.ThrowIfNull(serviceProvider); 1209ArgumentNullException.ThrowIfNull(provider);
AsyncServiceScope.cs (1)
25ArgumentNullException.ThrowIfNull(serviceScope);
Extensions\ServiceCollectionDescriptorExtensions.cs (47)
25ArgumentNullException.ThrowIfNull(collection); 26ArgumentNullException.ThrowIfNull(descriptor); 42ArgumentNullException.ThrowIfNull(collection); 43ArgumentNullException.ThrowIfNull(descriptors); 63ArgumentNullException.ThrowIfNull(collection); 64ArgumentNullException.ThrowIfNull(descriptor); 90ArgumentNullException.ThrowIfNull(collection); 91ArgumentNullException.ThrowIfNull(descriptors); 109ArgumentNullException.ThrowIfNull(collection); 110ArgumentNullException.ThrowIfNull(service); 129ArgumentNullException.ThrowIfNull(collection); 130ArgumentNullException.ThrowIfNull(service); 131ArgumentNullException.ThrowIfNull(implementationType); 150ArgumentNullException.ThrowIfNull(collection); 151ArgumentNullException.ThrowIfNull(service); 152ArgumentNullException.ThrowIfNull(implementationFactory); 167ArgumentNullException.ThrowIfNull(collection); 184ArgumentNullException.ThrowIfNull(collection); 215ArgumentNullException.ThrowIfNull(collection); 216ArgumentNullException.ThrowIfNull(service); 235ArgumentNullException.ThrowIfNull(collection); 236ArgumentNullException.ThrowIfNull(service); 237ArgumentNullException.ThrowIfNull(implementationType); 256ArgumentNullException.ThrowIfNull(collection); 257ArgumentNullException.ThrowIfNull(service); 258ArgumentNullException.ThrowIfNull(implementationFactory); 273ArgumentNullException.ThrowIfNull(collection); 290ArgumentNullException.ThrowIfNull(collection); 321ArgumentNullException.ThrowIfNull(collection); 322ArgumentNullException.ThrowIfNull(service); 341ArgumentNullException.ThrowIfNull(collection); 342ArgumentNullException.ThrowIfNull(service); 343ArgumentNullException.ThrowIfNull(implementationType); 362ArgumentNullException.ThrowIfNull(collection); 363ArgumentNullException.ThrowIfNull(service); 364ArgumentNullException.ThrowIfNull(implementationFactory); 379ArgumentNullException.ThrowIfNull(collection); 396ArgumentNullException.ThrowIfNull(collection); 412ArgumentNullException.ThrowIfNull(collection); 413ArgumentNullException.ThrowIfNull(instance); 456ArgumentNullException.ThrowIfNull(services); 457ArgumentNullException.ThrowIfNull(descriptor); 508ArgumentNullException.ThrowIfNull(services); 509ArgumentNullException.ThrowIfNull(descriptors); 528ArgumentNullException.ThrowIfNull(collection); 529ArgumentNullException.ThrowIfNull(descriptor); 564ArgumentNullException.ThrowIfNull(serviceType);
Extensions\ServiceCollectionDescriptorExtensions.Keyed.cs (33)
24ArgumentNullException.ThrowIfNull(collection); 25ArgumentNullException.ThrowIfNull(service); 46ArgumentNullException.ThrowIfNull(collection); 47ArgumentNullException.ThrowIfNull(service); 48ArgumentNullException.ThrowIfNull(implementationType); 69ArgumentNullException.ThrowIfNull(collection); 70ArgumentNullException.ThrowIfNull(service); 71ArgumentNullException.ThrowIfNull(implementationFactory); 87ArgumentNullException.ThrowIfNull(collection); 105ArgumentNullException.ThrowIfNull(collection); 140ArgumentNullException.ThrowIfNull(collection); 141ArgumentNullException.ThrowIfNull(service); 162ArgumentNullException.ThrowIfNull(collection); 163ArgumentNullException.ThrowIfNull(service); 164ArgumentNullException.ThrowIfNull(implementationType); 185ArgumentNullException.ThrowIfNull(collection); 186ArgumentNullException.ThrowIfNull(service); 187ArgumentNullException.ThrowIfNull(implementationFactory); 203ArgumentNullException.ThrowIfNull(collection); 221ArgumentNullException.ThrowIfNull(collection); 256ArgumentNullException.ThrowIfNull(collection); 257ArgumentNullException.ThrowIfNull(service); 278ArgumentNullException.ThrowIfNull(collection); 279ArgumentNullException.ThrowIfNull(service); 280ArgumentNullException.ThrowIfNull(implementationType); 301ArgumentNullException.ThrowIfNull(collection); 302ArgumentNullException.ThrowIfNull(service); 303ArgumentNullException.ThrowIfNull(implementationFactory); 319ArgumentNullException.ThrowIfNull(collection); 337ArgumentNullException.ThrowIfNull(collection); 354ArgumentNullException.ThrowIfNull(collection); 355ArgumentNullException.ThrowIfNull(instance); 399ArgumentNullException.ThrowIfNull(serviceType);
ServiceCollectionServiceExtensions.cs (47)
29ArgumentNullException.ThrowIfNull(services); 30ArgumentNullException.ThrowIfNull(serviceType); 31ArgumentNullException.ThrowIfNull(implementationType); 51ArgumentNullException.ThrowIfNull(services); 52ArgumentNullException.ThrowIfNull(serviceType); 53ArgumentNullException.ThrowIfNull(implementationFactory); 72ArgumentNullException.ThrowIfNull(services); 89ArgumentNullException.ThrowIfNull(services); 90ArgumentNullException.ThrowIfNull(serviceType); 106ArgumentNullException.ThrowIfNull(services); 126ArgumentNullException.ThrowIfNull(services); 127ArgumentNullException.ThrowIfNull(implementationFactory); 150ArgumentNullException.ThrowIfNull(services); 151ArgumentNullException.ThrowIfNull(implementationFactory); 171ArgumentNullException.ThrowIfNull(services); 172ArgumentNullException.ThrowIfNull(serviceType); 173ArgumentNullException.ThrowIfNull(implementationType); 193ArgumentNullException.ThrowIfNull(services); 194ArgumentNullException.ThrowIfNull(serviceType); 195ArgumentNullException.ThrowIfNull(implementationFactory); 214ArgumentNullException.ThrowIfNull(services); 231ArgumentNullException.ThrowIfNull(services); 232ArgumentNullException.ThrowIfNull(serviceType); 248ArgumentNullException.ThrowIfNull(services); 268ArgumentNullException.ThrowIfNull(services); 269ArgumentNullException.ThrowIfNull(implementationFactory); 292ArgumentNullException.ThrowIfNull(services); 293ArgumentNullException.ThrowIfNull(implementationFactory); 314ArgumentNullException.ThrowIfNull(services); 315ArgumentNullException.ThrowIfNull(serviceType); 316ArgumentNullException.ThrowIfNull(implementationType); 336ArgumentNullException.ThrowIfNull(services); 337ArgumentNullException.ThrowIfNull(serviceType); 338ArgumentNullException.ThrowIfNull(implementationFactory); 357ArgumentNullException.ThrowIfNull(services); 374ArgumentNullException.ThrowIfNull(services); 375ArgumentNullException.ThrowIfNull(serviceType); 391ArgumentNullException.ThrowIfNull(services); 411ArgumentNullException.ThrowIfNull(services); 412ArgumentNullException.ThrowIfNull(implementationFactory); 435ArgumentNullException.ThrowIfNull(services); 436ArgumentNullException.ThrowIfNull(implementationFactory); 456ArgumentNullException.ThrowIfNull(services); 457ArgumentNullException.ThrowIfNull(serviceType); 458ArgumentNullException.ThrowIfNull(implementationInstance); 479ArgumentNullException.ThrowIfNull(services); 480ArgumentNullException.ThrowIfNull(implementationInstance);
ServiceCollectionServiceExtensions.Keyed.cs (47)
31ArgumentNullException.ThrowIfNull(services); 32ArgumentNullException.ThrowIfNull(serviceType); 33ArgumentNullException.ThrowIfNull(implementationType); 55ArgumentNullException.ThrowIfNull(services); 56ArgumentNullException.ThrowIfNull(serviceType); 57ArgumentNullException.ThrowIfNull(implementationFactory); 79ArgumentNullException.ThrowIfNull(services); 98ArgumentNullException.ThrowIfNull(services); 99ArgumentNullException.ThrowIfNull(serviceType); 118ArgumentNullException.ThrowIfNull(services); 140ArgumentNullException.ThrowIfNull(services); 141ArgumentNullException.ThrowIfNull(implementationFactory); 166ArgumentNullException.ThrowIfNull(services); 167ArgumentNullException.ThrowIfNull(implementationFactory); 189ArgumentNullException.ThrowIfNull(services); 190ArgumentNullException.ThrowIfNull(serviceType); 191ArgumentNullException.ThrowIfNull(implementationType); 213ArgumentNullException.ThrowIfNull(services); 214ArgumentNullException.ThrowIfNull(serviceType); 215ArgumentNullException.ThrowIfNull(implementationFactory); 237ArgumentNullException.ThrowIfNull(services); 256ArgumentNullException.ThrowIfNull(services); 257ArgumentNullException.ThrowIfNull(serviceType); 276ArgumentNullException.ThrowIfNull(services); 298ArgumentNullException.ThrowIfNull(services); 299ArgumentNullException.ThrowIfNull(implementationFactory); 324ArgumentNullException.ThrowIfNull(services); 325ArgumentNullException.ThrowIfNull(implementationFactory); 347ArgumentNullException.ThrowIfNull(services); 348ArgumentNullException.ThrowIfNull(serviceType); 349ArgumentNullException.ThrowIfNull(implementationType); 371ArgumentNullException.ThrowIfNull(services); 372ArgumentNullException.ThrowIfNull(serviceType); 373ArgumentNullException.ThrowIfNull(implementationFactory); 395ArgumentNullException.ThrowIfNull(services); 414ArgumentNullException.ThrowIfNull(services); 415ArgumentNullException.ThrowIfNull(serviceType); 434ArgumentNullException.ThrowIfNull(services); 456ArgumentNullException.ThrowIfNull(services); 457ArgumentNullException.ThrowIfNull(implementationFactory); 482ArgumentNullException.ThrowIfNull(services); 483ArgumentNullException.ThrowIfNull(implementationFactory); 505ArgumentNullException.ThrowIfNull(services); 506ArgumentNullException.ThrowIfNull(serviceType); 507ArgumentNullException.ThrowIfNull(implementationInstance); 530ArgumentNullException.ThrowIfNull(services); 531ArgumentNullException.ThrowIfNull(implementationInstance);
ServiceDescriptor.cs (46)
45ArgumentNullException.ThrowIfNull(serviceType); 46ArgumentNullException.ThrowIfNull(implementationType); 77ArgumentNullException.ThrowIfNull(serviceType); 78ArgumentNullException.ThrowIfNull(instance); 95ArgumentNullException.ThrowIfNull(serviceType); 96ArgumentNullException.ThrowIfNull(factory); 115ArgumentNullException.ThrowIfNull(serviceType); 116ArgumentNullException.ThrowIfNull(factory); 395ArgumentNullException.ThrowIfNull(service); 396ArgumentNullException.ThrowIfNull(implementationType); 415ArgumentNullException.ThrowIfNull(service); 416ArgumentNullException.ThrowIfNull(implementationType); 436ArgumentNullException.ThrowIfNull(implementationFactory); 458ArgumentNullException.ThrowIfNull(implementationFactory); 474ArgumentNullException.ThrowIfNull(implementationFactory); 491ArgumentNullException.ThrowIfNull(implementationFactory); 506ArgumentNullException.ThrowIfNull(service); 507ArgumentNullException.ThrowIfNull(implementationFactory); 523ArgumentNullException.ThrowIfNull(service); 524ArgumentNullException.ThrowIfNull(implementationFactory); 607ArgumentNullException.ThrowIfNull(implementationFactory); 629ArgumentNullException.ThrowIfNull(implementationFactory); 645ArgumentNullException.ThrowIfNull(implementationFactory); 662ArgumentNullException.ThrowIfNull(implementationFactory); 677ArgumentNullException.ThrowIfNull(service); 678ArgumentNullException.ThrowIfNull(implementationFactory); 694ArgumentNullException.ThrowIfNull(service); 695ArgumentNullException.ThrowIfNull(implementationFactory); 744ArgumentNullException.ThrowIfNull(service); 745ArgumentNullException.ThrowIfNull(implementationType); 764ArgumentNullException.ThrowIfNull(service); 765ArgumentNullException.ThrowIfNull(implementationType); 785ArgumentNullException.ThrowIfNull(implementationFactory); 807ArgumentNullException.ThrowIfNull(implementationFactory); 823ArgumentNullException.ThrowIfNull(implementationFactory); 842ArgumentNullException.ThrowIfNull(implementationFactory); 859ArgumentNullException.ThrowIfNull(serviceType); 860ArgumentNullException.ThrowIfNull(implementationFactory); 879ArgumentNullException.ThrowIfNull(serviceType); 880ArgumentNullException.ThrowIfNull(implementationFactory); 896ArgumentNullException.ThrowIfNull(implementationInstance); 915ArgumentNullException.ThrowIfNull(implementationInstance); 932ArgumentNullException.ThrowIfNull(serviceType); 933ArgumentNullException.ThrowIfNull(implementationInstance); 952ArgumentNullException.ThrowIfNull(serviceType); 953ArgumentNullException.ThrowIfNull(implementationInstance);
ServiceProviderKeyedServiceExtensions.cs (9)
24ArgumentNullException.ThrowIfNull(provider); 43ArgumentNullException.ThrowIfNull(provider); 44ArgumentNullException.ThrowIfNull(serviceType); 64ArgumentNullException.ThrowIfNull(provider); 65ArgumentNullException.ThrowIfNull(serviceType); 85ArgumentNullException.ThrowIfNull(provider); 99ArgumentNullException.ThrowIfNull(provider); 114ArgumentNullException.ThrowIfNull(provider); 115ArgumentNullException.ThrowIfNull(serviceType);
ServiceProviderServiceExtensions.cs (7)
23ArgumentNullException.ThrowIfNull(provider); 37ArgumentNullException.ThrowIfNull(provider); 38ArgumentNullException.ThrowIfNull(serviceType); 63ArgumentNullException.ThrowIfNull(provider); 76ArgumentNullException.ThrowIfNull(provider); 90ArgumentNullException.ThrowIfNull(provider); 91ArgumentNullException.ThrowIfNull(serviceType);
Microsoft.Extensions.DependencyModel (50)
CompilationLibrary.cs (1)
35ArgumentNullException.ThrowIfNull(assemblies);
CompilationOptions.cs (1)
63ArgumentNullException.ThrowIfNull(defines);
DependencyContext.cs (6)
25ArgumentNullException.ThrowIfNull(target); 26ArgumentNullException.ThrowIfNull(compilationOptions); 27ArgumentNullException.ThrowIfNull(compileLibraries); 28ArgumentNullException.ThrowIfNull(runtimeLibraries); 29ArgumentNullException.ThrowIfNull(runtimeGraph); 53ArgumentNullException.ThrowIfNull(other);
DependencyContextExtensions.cs (22)
18ArgumentNullException.ThrowIfNull(self); 25ArgumentNullException.ThrowIfNull(self); 32ArgumentNullException.ThrowIfNull(self); 33ArgumentNullException.ThrowIfNull(runtimeIdentifier); 40ArgumentNullException.ThrowIfNull(self); 41ArgumentNullException.ThrowIfNull(runtimeIdentifier); 48ArgumentNullException.ThrowIfNull(self); 55ArgumentNullException.ThrowIfNull(self); 62ArgumentNullException.ThrowIfNull(self); 63ArgumentNullException.ThrowIfNull(context); 64ArgumentNullException.ThrowIfNull(runtimeIdentifier); 71ArgumentNullException.ThrowIfNull(self); 72ArgumentNullException.ThrowIfNull(context); 73ArgumentNullException.ThrowIfNull(runtimeIdentifier); 80ArgumentNullException.ThrowIfNull(self); 87ArgumentNullException.ThrowIfNull(self); 88ArgumentNullException.ThrowIfNull(runtimeIdentifier); 95ArgumentNullException.ThrowIfNull(self); 96ArgumentNullException.ThrowIfNull(context); 103ArgumentNullException.ThrowIfNull(self); 104ArgumentNullException.ThrowIfNull(context); 105ArgumentNullException.ThrowIfNull(runtimeIdentifier);
DependencyContextJsonReader.cs (1)
24ArgumentNullException.ThrowIfNull(stream);
DependencyContextLoader.cs (1)
57ArgumentNullException.ThrowIfNull(assembly);
DependencyContextWriter.cs (2)
18ArgumentNullException.ThrowIfNull(context); 19ArgumentNullException.ThrowIfNull(stream);
Library.cs (1)
55ArgumentNullException.ThrowIfNull(dependencies);
Resolution\AppBaseCompilationAssemblyResolver.cs (4)
35ArgumentNullException.ThrowIfNull(fileSystem); 36ArgumentNullException.ThrowIfNull(basePath); 37ArgumentNullException.ThrowIfNull(dependencyContextPaths); 46ArgumentNullException.ThrowIfNull(library);
Resolution\CompositeCompilationAssemblyResolver.cs (1)
15ArgumentNullException.ThrowIfNull(resolvers);
Resolution\PackageCompilationAssemblyResolver.cs (3)
34ArgumentNullException.ThrowIfNull(fileSystem); 35ArgumentNullException.ThrowIfNull(nugetPackageDirectories); 71ArgumentNullException.ThrowIfNull(library);
Resolution\ReferenceAssemblyPathResolver.cs (3)
36ArgumentNullException.ThrowIfNull(fileSystem); 37ArgumentNullException.ThrowIfNull(fallbackSearchPaths); 46ArgumentNullException.ThrowIfNull(library);
RuntimeFallbacks.cs (1)
22ArgumentNullException.ThrowIfNull(fallbacks);
RuntimeLibrary.cs (3)
108ArgumentNullException.ThrowIfNull(runtimeAssemblyGroups); 109ArgumentNullException.ThrowIfNull(nativeLibraryGroups); 110ArgumentNullException.ThrowIfNull(resourceAssemblies);
Microsoft.Extensions.Diagnostics (6)
Metrics\Configuration\MetricListenerConfigurationFactory.cs (1)
21ArgumentNullException.ThrowIfNull(listenerName);
Metrics\Configuration\MetricsBuilderConfigurationExtensions.cs (2)
27ArgumentNullException.ThrowIfNull(builder); 29ArgumentNullException.ThrowIfNull(configuration);
Metrics\DefaultMeterFactory.cs (1)
21ArgumentNullException.ThrowIfNull(options);
Metrics\MetricsServiceExtensions.cs (2)
25ArgumentNullException.ThrowIfNull(services); 50ArgumentNullException.ThrowIfNull(configure);
Microsoft.Extensions.Diagnostics.Abstractions (5)
Metrics\MetricsBuilderExtensions.Listeners.cs (3)
24ArgumentNullException.ThrowIfNull(builder); 37ArgumentNullException.ThrowIfNull(builder); 49ArgumentNullException.ThrowIfNull(builder);
Metrics\MetricsBuilderExtensions.Rules.cs (2)
105ArgumentNullException.ThrowIfNull(builder); 113ArgumentNullException.ThrowIfNull(options);
Microsoft.Extensions.Diagnostics.HealthChecks (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Features (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.FileProviders.Composite (2)
CompositeDirectoryContents.cs (1)
31ArgumentNullException.ThrowIfNull(fileProviders);
CompositeFileProvider.cs (1)
34ArgumentNullException.ThrowIfNull(fileProviders);
Microsoft.Extensions.FileProviders.Embedded (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.FileProviders.Physical (3)
Internal\PhysicalDirectoryContents.cs (1)
34ArgumentNullException.ThrowIfNull(directory);
PhysicalFilesWatcher.cs (1)
130ArgumentNullException.ThrowIfNull(filter);
src\libraries\Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs (1)
16ArgumentNullException.ThrowIfNull(callback);
Microsoft.Extensions.FileSystemGlobbing (12)
Abstractions\FileInfoWrapper.cs (1)
22ArgumentNullException.ThrowIfNull(fileInfo);
FilePatternMatch.cs (1)
40ArgumentNullException.ThrowIfNull(path);
Internal\PathSegments\LiteralPathSegment.cs (1)
18ArgumentNullException.ThrowIfNull(value);
Internal\PathSegments\WildcardPathSegment.cs (3)
20ArgumentNullException.ThrowIfNull(beginsWith); 21ArgumentNullException.ThrowIfNull(contains); 22ArgumentNullException.ThrowIfNull(endsWith);
Internal\PatternContexts\PatternContextLinear.cs (1)
15ArgumentNullException.ThrowIfNull(pattern);
Internal\PatternContexts\PatternContextRagged.cs (1)
14ArgumentNullException.ThrowIfNull(pattern);
Internal\Patterns\PatternBuilder.cs (1)
30ArgumentNullException.ThrowIfNull(pattern);
Matcher.cs (1)
199ArgumentNullException.ThrowIfNull(directoryInfo);
MatcherExtensions.cs (1)
112ArgumentNullException.ThrowIfNull(matcher);
PatternMatchingResult.cs (1)
32ArgumentNullException.ThrowIfNull(files);
Microsoft.Extensions.Hosting (27)
HostApplicationBuilder.cs (6)
348ArgumentNullException.ThrowIfNull(configureDelegate); 356ArgumentNullException.ThrowIfNull(configureDelegate); 364ArgumentNullException.ThrowIfNull(configureDelegate); 372ArgumentNullException.ThrowIfNull(factory); 381ArgumentNullException.ThrowIfNull(factory); 389ArgumentNullException.ThrowIfNull(configureDelegate);
HostBuilder.cs (6)
65ArgumentNullException.ThrowIfNull(configureDelegate); 81ArgumentNullException.ThrowIfNull(configureDelegate); 95ArgumentNullException.ThrowIfNull(configureDelegate); 109ArgumentNullException.ThrowIfNull(factory); 124ArgumentNullException.ThrowIfNull(factory); 141ArgumentNullException.ThrowIfNull(configureDelegate);
HostingHostBuilderExtensions.cs (2)
38ArgumentNullException.ThrowIfNull(environment); 58ArgumentNullException.ThrowIfNull(contentRoot);
Internal\ConfigureContainerAdapter.cs (1)
14ArgumentNullException.ThrowIfNull(action);
Internal\ConsoleLifetime.cs (5)
48ArgumentNullException.ThrowIfNull(options?.Value, nameof(options)); 49ArgumentNullException.ThrowIfNull(applicationLifetime); 50ArgumentNullException.ThrowIfNull(environment); 51ArgumentNullException.ThrowIfNull(hostOptions?.Value, nameof(hostOptions)); 52ArgumentNullException.ThrowIfNull(loggerFactory);
Internal\Host.cs (4)
42ArgumentNullException.ThrowIfNull(services); 43ArgumentNullException.ThrowIfNull(applicationLifetime); 44ArgumentNullException.ThrowIfNull(logger); 45ArgumentNullException.ThrowIfNull(hostLifetime);
Internal\ServiceFactoryAdapter.cs (3)
18ArgumentNullException.ThrowIfNull(serviceProviderFactory); 25ArgumentNullException.ThrowIfNull(contextResolver); 26ArgumentNullException.ThrowIfNull(factoryResolver);
Microsoft.Extensions.Hosting.Abstractions (9)
HostBuilderContext.cs (1)
21ArgumentNullException.ThrowIfNull(properties);
HostEnvironmentEnvExtensions.cs (4)
20ArgumentNullException.ThrowIfNull(hostEnvironment); 32ArgumentNullException.ThrowIfNull(hostEnvironment); 44ArgumentNullException.ThrowIfNull(hostEnvironment); 59ArgumentNullException.ThrowIfNull(hostEnvironment);
HostingEnvironmentExtensions.cs (4)
21ArgumentNullException.ThrowIfNull(hostingEnvironment); 33ArgumentNullException.ThrowIfNull(hostingEnvironment); 45ArgumentNullException.ThrowIfNull(hostingEnvironment); 60ArgumentNullException.ThrowIfNull(hostingEnvironment);
Microsoft.Extensions.Hosting.Systemd (7)
ServiceState.cs (1)
32ArgumentNullException.ThrowIfNull(state);
SystemdHostBuilderExtensions.cs (2)
35ArgumentNullException.ThrowIfNull(hostBuilder); 70ArgumentNullException.ThrowIfNull(services);
SystemdLifetime.cs (4)
34ArgumentNullException.ThrowIfNull(environment); 35ArgumentNullException.ThrowIfNull(applicationLifetime); 36ArgumentNullException.ThrowIfNull(systemdNotifier); 37ArgumentNullException.ThrowIfNull(loggerFactory);
Microsoft.Extensions.Hosting.WindowsServices (7)
WindowsServiceLifetime.cs (5)
48ArgumentNullException.ThrowIfNull(environment); 49ArgumentNullException.ThrowIfNull(applicationLifetime); 50ArgumentNullException.ThrowIfNull(loggerFactory); 51ArgumentNullException.ThrowIfNull(optionsAccessor); 52ArgumentNullException.ThrowIfNull(windowsServiceOptionsAccessor);
WindowsServiceLifetimeHostBuilderExtensions.cs (2)
47ArgumentNullException.ThrowIfNull(hostBuilder); 97ArgumentNullException.ThrowIfNull(services);
Microsoft.Extensions.Http (120)
DefaultHttpClientFactory.cs (6)
68ArgumentNullException.ThrowIfNull(services); 69ArgumentNullException.ThrowIfNull(scopeFactory); 70ArgumentNullException.ThrowIfNull(optionsMonitor); 71ArgumentNullException.ThrowIfNull(filters); 105ArgumentNullException.ThrowIfNull(name); 121ArgumentNullException.ThrowIfNull(name);
DefaultHttpMessageHandlerBuilder.cs (1)
30ArgumentNullException.ThrowIfNull(value);
DefaultTypedHttpClientFactory.cs (2)
20ArgumentNullException.ThrowIfNull(cache); 28ArgumentNullException.ThrowIfNull(httpClient);
DependencyInjection\HttpClientBuilderExtensions.cs (37)
30ArgumentNullException.ThrowIfNull(builder); 31ArgumentNullException.ThrowIfNull(configureClient); 50ArgumentNullException.ThrowIfNull(builder); 51ArgumentNullException.ThrowIfNull(configureClient); 76ArgumentNullException.ThrowIfNull(builder); 77ArgumentNullException.ThrowIfNull(configureHandler); 105ArgumentNullException.ThrowIfNull(builder); 106ArgumentNullException.ThrowIfNull(configureHandler); 133ArgumentNullException.ThrowIfNull(builder); 156ArgumentNullException.ThrowIfNull(builder); 157ArgumentNullException.ThrowIfNull(configureHandler); 186ArgumentNullException.ThrowIfNull(builder); 187ArgumentNullException.ThrowIfNull(configureHandler); 215ArgumentNullException.ThrowIfNull(builder); 240ArgumentNullException.ThrowIfNull(builder); 241ArgumentNullException.ThrowIfNull(configureHandler); 261ArgumentNullException.ThrowIfNull(builder); 262ArgumentNullException.ThrowIfNull(configureBuilder); 288ArgumentNullException.ThrowIfNull(builder); 326ArgumentNullException.ThrowIfNull(builder); 364ArgumentNullException.ThrowIfNull(builder); 427ArgumentNullException.ThrowIfNull(builder); 479ArgumentNullException.ThrowIfNull(builder); 480ArgumentNullException.ThrowIfNull(factory); 525ArgumentNullException.ThrowIfNull(builder); 526ArgumentNullException.ThrowIfNull(factory); 534ArgumentNullException.ThrowIfNull(builder); 535ArgumentNullException.ThrowIfNull(factory); 560ArgumentNullException.ThrowIfNull(builder); 561ArgumentNullException.ThrowIfNull(shouldRedactHeaderValue); 579ArgumentNullException.ThrowIfNull(builder); 580ArgumentNullException.ThrowIfNull(redactedLoggedHeaderNames); 618ArgumentNullException.ThrowIfNull(builder); 638ArgumentNullException.ThrowIfNull(builder); 639ArgumentNullException.ThrowIfNull(configureAdditionalHandlers); 689ArgumentNullException.ThrowIfNull(builder); 731ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\HttpClientBuilderExtensions.Logging.cs (5)
48ArgumentNullException.ThrowIfNull(builder); 49ArgumentNullException.ThrowIfNull(httpClientLoggerFactory); 111ArgumentNullException.ThrowIfNull(builder); 123ArgumentNullException.ThrowIfNull(builder); 141ArgumentNullException.ThrowIfNull(builder);
DependencyInjection\HttpClientFactoryServiceCollectionExtensions.cs (47)
28ArgumentNullException.ThrowIfNull(services); 82ArgumentNullException.ThrowIfNull(services); 83ArgumentNullException.ThrowIfNull(configure); 110ArgumentNullException.ThrowIfNull(services); 111ArgumentNullException.ThrowIfNull(name); 137ArgumentNullException.ThrowIfNull(services); 138ArgumentNullException.ThrowIfNull(name); 139ArgumentNullException.ThrowIfNull(configureClient); 167ArgumentNullException.ThrowIfNull(services); 168ArgumentNullException.ThrowIfNull(name); 169ArgumentNullException.ThrowIfNull(configureClient); 204ArgumentNullException.ThrowIfNull(services); 245ArgumentNullException.ThrowIfNull(services); 284ArgumentNullException.ThrowIfNull(services); 285ArgumentNullException.ThrowIfNull(name); 328ArgumentNullException.ThrowIfNull(services); 329ArgumentNullException.ThrowIfNull(name); 365ArgumentNullException.ThrowIfNull(services); 366ArgumentNullException.ThrowIfNull(configureClient); 404ArgumentNullException.ThrowIfNull(services); 405ArgumentNullException.ThrowIfNull(configureClient); 448ArgumentNullException.ThrowIfNull(services); 449ArgumentNullException.ThrowIfNull(configureClient); 492ArgumentNullException.ThrowIfNull(services); 493ArgumentNullException.ThrowIfNull(configureClient); 534ArgumentNullException.ThrowIfNull(services); 535ArgumentNullException.ThrowIfNull(name); 536ArgumentNullException.ThrowIfNull(configureClient); 576ArgumentNullException.ThrowIfNull(services); 577ArgumentNullException.ThrowIfNull(name); 578ArgumentNullException.ThrowIfNull(configureClient); 623ArgumentNullException.ThrowIfNull(services); 624ArgumentNullException.ThrowIfNull(name); 625ArgumentNullException.ThrowIfNull(configureClient); 670ArgumentNullException.ThrowIfNull(services); 671ArgumentNullException.ThrowIfNull(name); 672ArgumentNullException.ThrowIfNull(configureClient); 711ArgumentNullException.ThrowIfNull(services); 712ArgumentNullException.ThrowIfNull(factory); 750ArgumentNullException.ThrowIfNull(services); 751ArgumentNullException.ThrowIfNull(name); 752ArgumentNullException.ThrowIfNull(factory); 790ArgumentNullException.ThrowIfNull(services); 791ArgumentNullException.ThrowIfNull(factory); 827ArgumentNullException.ThrowIfNull(services); 828ArgumentNullException.ThrowIfNull(name); 829ArgumentNullException.ThrowIfNull(factory);
DependencyInjection\HttpClientKeyedLifetime.cs (1)
29ArgumentNullException.ThrowIfNull(serviceKey);
HttpClientFactoryExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(factory);
HttpMessageHandlerBuilder.cs (2)
83ArgumentNullException.ThrowIfNull(primaryHandler); 84ArgumentNullException.ThrowIfNull(additionalHandlers);
HttpMessageHandlerFactoryExtensions.cs (1)
20ArgumentNullException.ThrowIfNull(factory);
Logging\HttpClientLoggerHandler.cs (3)
19ArgumentNullException.ThrowIfNull(httpClientLogger); 27ArgumentNullException.ThrowIfNull(request); 67ArgumentNullException.ThrowIfNull(request);
Logging\LoggingHttpMessageHandler.cs (4)
29ArgumentNullException.ThrowIfNull(logger); 42ArgumentNullException.ThrowIfNull(logger); 43ArgumentNullException.ThrowIfNull(options); 51ArgumentNullException.ThrowIfNull(request);
Logging\LoggingHttpMessageHandlerBuilderFilter.cs (3)
25ArgumentNullException.ThrowIfNull(serviceProvider); 26ArgumentNullException.ThrowIfNull(optionsMonitor); 34ArgumentNullException.ThrowIfNull(next);
Logging\LoggingScopeHttpMessageHandler.cs (4)
28ArgumentNullException.ThrowIfNull(logger); 41ArgumentNullException.ThrowIfNull(logger); 42ArgumentNullException.ThrowIfNull(options); 50ArgumentNullException.ThrowIfNull(request);
MetricsFactoryHttpMessageHandlerFilter.cs (2)
17ArgumentNullException.ThrowIfNull(meterFactory); 24ArgumentNullException.ThrowIfNull(next);
src\libraries\Common\src\Extensions\NonCapturingTimer\NonCapturingTimer.cs (1)
16ArgumentNullException.ThrowIfNull(callback);
Microsoft.Extensions.Identity.Core (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Identity.Stores (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Localization (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Localization.Abstractions (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Logging (2)
LoggerFactory.cs (1)
175ArgumentNullException.ThrowIfNull(provider);
LoggingServiceCollectionExtensions.cs (1)
34ArgumentNullException.ThrowIfNull(services);
Microsoft.Extensions.Logging.Abstractions (7)
LoggerExtensions.cs (2)
484ArgumentNullException.ThrowIfNull(logger); 508ArgumentNullException.ThrowIfNull(logger);
LoggerFactoryExtensions.cs (3)
22ArgumentNullException.ThrowIfNull(factory); 34ArgumentNullException.ThrowIfNull(factory); 35ArgumentNullException.ThrowIfNull(type);
LoggerT.cs (1)
27ArgumentNullException.ThrowIfNull(factory);
LogValuesFormatter.cs (1)
32ArgumentNullException.ThrowIfNull(format);
Microsoft.Extensions.Logging.Configuration (1)
LoggerProviderConfigurationFactory.cs (1)
21ArgumentNullException.ThrowIfNull(providerType);
Microsoft.Extensions.Logging.Console (8)
AnsiParser.cs (1)
15ArgumentNullException.ThrowIfNull(onParseWrite);
ConsoleFormatter.cs (1)
21ArgumentNullException.ThrowIfNull(name);
ConsoleLogger.cs (3)
29ArgumentNullException.ThrowIfNull(name); 53ArgumentNullException.ThrowIfNull(formatter); 76ArgumentNullException.ThrowIfNull(records);
ConsoleLoggerExtensions.cs (3)
52ArgumentNullException.ThrowIfNull(configure); 114ArgumentNullException.ThrowIfNull(configure); 149ArgumentNullException.ThrowIfNull(configure);
Microsoft.Extensions.Logging.Debug (1)
DebugLogger.cs (1)
46ArgumentNullException.ThrowIfNull(formatter);
Microsoft.Extensions.Logging.EventLog (9)
EventLoggerFactoryExtensions.cs (6)
26ArgumentNullException.ThrowIfNull(factory); 27ArgumentNullException.ThrowIfNull(settings); 58ArgumentNullException.ThrowIfNull(builder); 73ArgumentNullException.ThrowIfNull(builder); 74ArgumentNullException.ThrowIfNull(settings); 89ArgumentNullException.ThrowIfNull(configure);
EventLogLogger.cs (3)
32ArgumentNullException.ThrowIfNull(name); 33ArgumentNullException.ThrowIfNull(settings); 82ArgumentNullException.ThrowIfNull(formatter);
Microsoft.Extensions.Logging.EventSource (3)
EventSourceLoggerFactoryExtensions.cs (2)
27ArgumentNullException.ThrowIfNull(factory); 41ArgumentNullException.ThrowIfNull(builder);
EventSourceLoggerProvider.cs (1)
29ArgumentNullException.ThrowIfNull(eventSource);
Microsoft.Extensions.Logging.TraceSource (21)
TraceSourceFactoryExtensions.cs (20)
28ArgumentNullException.ThrowIfNull(factory); 29ArgumentNullException.ThrowIfNull(sourceSwitch); 30ArgumentNullException.ThrowIfNull(listener); 47ArgumentNullException.ThrowIfNull(factory); 48ArgumentNullException.ThrowIfNull(sourceSwitch); 66ArgumentNullException.ThrowIfNull(factory); 67ArgumentNullException.ThrowIfNull(switchName); 68ArgumentNullException.ThrowIfNull(listener); 85ArgumentNullException.ThrowIfNull(factory); 86ArgumentNullException.ThrowIfNull(switchName); 103ArgumentNullException.ThrowIfNull(builder); 104ArgumentNullException.ThrowIfNull(switchName); 121ArgumentNullException.ThrowIfNull(builder); 122ArgumentNullException.ThrowIfNull(switchName); 123ArgumentNullException.ThrowIfNull(listener); 138ArgumentNullException.ThrowIfNull(builder); 139ArgumentNullException.ThrowIfNull(sourceSwitch); 158ArgumentNullException.ThrowIfNull(builder); 159ArgumentNullException.ThrowIfNull(sourceSwitch); 160ArgumentNullException.ThrowIfNull(listener);
TraceSourceLoggerProvider.cs (1)
40ArgumentNullException.ThrowIfNull(rootSourceSwitch);
Microsoft.Extensions.ObjectPool (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.Extensions.Options (51)
ConfigureNamedOptions.cs (6)
42ArgumentNullException.ThrowIfNull(options); 102ArgumentNullException.ThrowIfNull(options); 171ArgumentNullException.ThrowIfNull(options); 249ArgumentNullException.ThrowIfNull(options); 336ArgumentNullException.ThrowIfNull(options); 432ArgumentNullException.ThrowIfNull(options);
ConfigureOptions.cs (1)
34ArgumentNullException.ThrowIfNull(options);
OptionsBuilder.cs (19)
34ArgumentNullException.ThrowIfNull(services); 50ArgumentNullException.ThrowIfNull(configureOptions); 68ArgumentNullException.ThrowIfNull(configureOptions); 89ArgumentNullException.ThrowIfNull(configureOptions); 112ArgumentNullException.ThrowIfNull(configureOptions); 142ArgumentNullException.ThrowIfNull(configureOptions); 175ArgumentNullException.ThrowIfNull(configureOptions); 199ArgumentNullException.ThrowIfNull(configureOptions); 217ArgumentNullException.ThrowIfNull(configureOptions); 238ArgumentNullException.ThrowIfNull(configureOptions); 261ArgumentNullException.ThrowIfNull(configureOptions); 291ArgumentNullException.ThrowIfNull(configureOptions); 324ArgumentNullException.ThrowIfNull(configureOptions); 354ArgumentNullException.ThrowIfNull(validation); 378ArgumentNullException.ThrowIfNull(validation); 409ArgumentNullException.ThrowIfNull(validation); 448ArgumentNullException.ThrowIfNull(validation); 492ArgumentNullException.ThrowIfNull(validation); 541ArgumentNullException.ThrowIfNull(validation);
OptionsBuilderExtensions.cs (1)
27ArgumentNullException.ThrowIfNull(optionsBuilder);
OptionsCache.cs (2)
33ArgumentNullException.ThrowIfNull(createOptions); 98ArgumentNullException.ThrowIfNull(options);
OptionsServiceCollectionExtensions.cs (6)
24ArgumentNullException.ThrowIfNull(services); 98ArgumentNullException.ThrowIfNull(services); 99ArgumentNullException.ThrowIfNull(configureOptions); 139ArgumentNullException.ThrowIfNull(services); 140ArgumentNullException.ThrowIfNull(configureOptions); 280ArgumentNullException.ThrowIfNull(services);
OptionsValidationException.cs (2)
22ArgumentNullException.ThrowIfNull(optionsName); 23ArgumentNullException.ThrowIfNull(optionsType);
PostConfigureOptions.cs (6)
42ArgumentNullException.ThrowIfNull(options); 96ArgumentNullException.ThrowIfNull(options); 165ArgumentNullException.ThrowIfNull(options); 243ArgumentNullException.ThrowIfNull(options); 330ArgumentNullException.ThrowIfNull(options); 426ArgumentNullException.ThrowIfNull(options);
ValidateOptions.cs (6)
22ArgumentNullException.ThrowIfNull(validation); 83ArgumentNullException.ThrowIfNull(validation); 152ArgumentNullException.ThrowIfNull(validation); 229ArgumentNullException.ThrowIfNull(validation); 314ArgumentNullException.ThrowIfNull(validation); 407ArgumentNullException.ThrowIfNull(validation);
ValidateOptionsResultBuilder.cs (2)
34ArgumentNullException.ThrowIfNull(error); 74ArgumentNullException.ThrowIfNull(result);
Microsoft.Extensions.Options.ConfigurationExtensions (8)
ConfigurationChangeTokenSource.cs (1)
34ArgumentNullException.ThrowIfNull(config);
ConfigureFromConfigurationOptions.cs (1)
30ArgumentNullException.ThrowIfNull(config);
NamedConfigureFromConfigurationOptions.cs (1)
40ArgumentNullException.ThrowIfNull(config);
OptionsBuilderConfigurationExtensions.cs (3)
43ArgumentNullException.ThrowIfNull(optionsBuilder); 70ArgumentNullException.ThrowIfNull(optionsBuilder); 71ArgumentNullException.ThrowIfNull(configSectionPath);
OptionsConfigurationServiceCollectionExtensions.cs (2)
69ArgumentNullException.ThrowIfNull(services); 70ArgumentNullException.ThrowIfNull(config);
Microsoft.Extensions.Options.DataAnnotations (1)
DataAnnotationValidateOptions.cs (1)
56ArgumentNullException.ThrowIfNull(options);
Microsoft.Extensions.ServiceDiscovery (9)
Http\HttpServiceEndpointResolver.cs (1)
34ArgumentNullException.ThrowIfNull(request);
ServiceDiscoveryHttpClientBuilderExtensions.cs (1)
24ArgumentNullException.ThrowIfNull(httpClientBuilder);
ServiceDiscoveryServiceCollectionExtensions.cs (5)
57ArgumentNullException.ThrowIfNull(services); 58ArgumentNullException.ThrowIfNull(configureOptions); 92ArgumentNullException.ThrowIfNull(services); 93ArgumentNullException.ThrowIfNull(configureOptions); 113ArgumentNullException.ThrowIfNull(services);
ServiceEndpointResolver.cs (1)
44ArgumentNullException.ThrowIfNull(serviceName);
ServiceEndpointWatcherFactory.cs (1)
31ArgumentNullException.ThrowIfNull(serviceName);
Microsoft.Extensions.ServiceDiscovery.Abstractions (3)
ServiceEndpoint.cs (1)
33ArgumentNullException.ThrowIfNull(endPoint);
ServiceEndpointSource.cs (2)
27ArgumentNullException.ThrowIfNull(changeToken); 28ArgumentNullException.ThrowIfNull(features);
Microsoft.Extensions.ServiceDiscovery.Dns (6)
ServiceDiscoveryDnsServiceCollectionExtensions.cs (6)
28ArgumentNullException.ThrowIfNull(services); 45ArgumentNullException.ThrowIfNull(services); 46ArgumentNullException.ThrowIfNull(configureOptions); 66ArgumentNullException.ThrowIfNull(services); 82ArgumentNullException.ThrowIfNull(services); 83ArgumentNullException.ThrowIfNull(configureOptions);
Microsoft.Extensions.ServiceDiscovery.Dns.Tests (2)
tests\Shared\Logging\LogValuesAssert.cs (2)
34ArgumentNullException.ThrowIfNull(expectedValues); 35ArgumentNullException.ThrowIfNull(actualValues);
Microsoft.Extensions.ServiceDiscovery.Yarp (3)
ServiceDiscoveryReverseProxyServiceCollectionExtensions.cs (3)
20ArgumentNullException.ThrowIfNull(builder); 32ArgumentNullException.ThrowIfNull(services); 42ArgumentNullException.ThrowIfNull(services);
Microsoft.Extensions.Validation (3)
TypeExtensions.cs (3)
94ArgumentNullException.ThrowIfNull(type); 123ArgumentNullException.ThrowIfNull(type); 124ArgumentNullException.ThrowIfNull(interfaceType);
Microsoft.Extensions.WebEncoders (1)
src\Shared\ThrowHelpers\ArgumentNullThrowHelper.cs (1)
29ArgumentNullException.ThrowIfNull(argument, paramName);
Microsoft.JSInterop (22)
DotNetObjectReference.cs (1)
21ArgumentNullException.ThrowIfNull(value);
JSInProcessObjectReferenceExtensions.cs (1)
23ArgumentNullException.ThrowIfNull(jsObjectReference);
JSInProcessRuntimeExtensions.cs (1)
23ArgumentNullException.ThrowIfNull(jsRuntime);
JSObjectReferenceExtensions.cs (9)
24ArgumentNullException.ThrowIfNull(jsObjectReference); 43ArgumentNullException.ThrowIfNull(jsObjectReference); 62ArgumentNullException.ThrowIfNull(jsObjectReference); 80ArgumentNullException.ThrowIfNull(jsObjectReference); 95ArgumentNullException.ThrowIfNull(jsObjectReference); 113ArgumentNullException.ThrowIfNull(jsObjectReference); 130ArgumentNullException.ThrowIfNull(jsObjectReference); 148ArgumentNullException.ThrowIfNull(jsObjectReference); 163ArgumentNullException.ThrowIfNull(jsObjectReference);
JSRuntime.cs (1)
341ArgumentNullException.ThrowIfNull(dotNetObjectReference);
JSRuntimeExtensions.cs (9)
24ArgumentNullException.ThrowIfNull(jsRuntime); 43ArgumentNullException.ThrowIfNull(jsRuntime); 62ArgumentNullException.ThrowIfNull(jsRuntime); 80ArgumentNullException.ThrowIfNull(jsRuntime); 95ArgumentNullException.ThrowIfNull(jsRuntime); 113ArgumentNullException.ThrowIfNull(jsRuntime); 130ArgumentNullException.ThrowIfNull(jsRuntime); 148ArgumentNullException.ThrowIfNull(jsRuntime); 163ArgumentNullException.ThrowIfNull(jsRuntime);
Microsoft.Net.Http.Headers (6)
ContentDispositionHeaderValueIdentityExtensions.cs (2)
20ArgumentNullException.ThrowIfNull(header); 33ArgumentNullException.ThrowIfNull(header);
GenericHeaderParser.cs (1)
17ArgumentNullException.ThrowIfNull(getParsedValueLength);
RangeConditionHeaderValue.cs (1)
41ArgumentNullException.ThrowIfNull(entityTag);
StringWithQualityHeaderValueComparer.cs (2)
43ArgumentNullException.ThrowIfNull(stringWithQuality1); 44ArgumentNullException.ThrowIfNull(stringWithQuality2);
Mvc.RoutingWebSite (1)
ControllerRouteTokenTransformerConvention.cs (1)
15ArgumentNullException.ThrowIfNull(parameterTransformer);
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\ReflectionUtils.cs (4)
29ArgumentNullException.ThrowIfNull(assembly, nameof(assembly)); 31ArgumentNullException.ThrowIfNull(fullName, nameof(Assembly.FullName)); 48ArgumentNullException.ThrowIfNull(assembly, nameof(assembly)); 97ArgumentNullException.ThrowIfNull(assembly, nameof(assembly));
PresentationCore (933)
MS\Internal\Automation\InteropAutomationProvider.cs (2)
16ArgumentNullException.ThrowIfNull(wrapper); 17ArgumentNullException.ThrowIfNull(parent);
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
716ArgumentNullException.ThrowIfNull(array);
MS\Internal\FontFace\CompositeFontInfo.cs (1)
45ArgumentNullException.ThrowIfNull(familyMap);
MS\Internal\FontFace\TypefaceCollection.cs (1)
57ArgumentNullException.ThrowIfNull(array);
MS\Internal\Ink\ExtendedProperty.cs (1)
154ArgumentNullException.ThrowIfNull(value);
MS\Internal\Ink\ExtendedPropertyCollection.cs (1)
234ArgumentNullException.ThrowIfNull(value);
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (2)
122ArgumentNullException.ThrowIfNull(strokes); 188ArgumentNullException.ThrowIfNull(applicationGestures);
MS\Internal\Ink\InkSerializedFormat\AlgoModule.cs (4)
69ArgumentNullException.ThrowIfNull(input); 147ArgumentNullException.ThrowIfNull(input); 152ArgumentNullException.ThrowIfNull(outputBuffer); 307ArgumentNullException.ThrowIfNull(input);
MS\Internal\Ink\InkSerializedFormat\Compress.cs (1)
248ArgumentNullException.ThrowIfNull(data);
MS\Internal\Ink\InkSerializedFormat\GorillaCodec.cs (4)
76ArgumentNullException.ThrowIfNull(input); 495ArgumentNullException.ThrowIfNull(input); 497ArgumentNullException.ThrowIfNull(outputBuffer); 571ArgumentNullException.ThrowIfNull(reader);
MS\Internal\Ink\InkSerializedFormat\HuffCodec.cs (1)
133ArgumentNullException.ThrowIfNull(writer);
MS\Internal\Ink\InkSerializedFormat\MultiByteCodec.cs (1)
25ArgumentNullException.ThrowIfNull(output);
MS\Internal\Ink\Renderer.cs (5)
39ArgumentNullException.ThrowIfNull(stroke); 222ArgumentNullException.ThrowIfNull(value); 275ArgumentNullException.ThrowIfNull(visual); 276ArgumentNullException.ThrowIfNull(drawingAttributes); 320ArgumentNullException.ThrowIfNull(visual);
MS\Internal\Ink\StrokeNodeEnumerator.cs (7)
28ArgumentNullException.ThrowIfNull(stroke); 29ArgumentNullException.ThrowIfNull(drawingAttributes); 43ArgumentNullException.ThrowIfNull(stylusPoints); 44ArgumentNullException.ThrowIfNull(drawingAttributes); 103ArgumentNullException.ThrowIfNull(operations); 116ArgumentNullException.ThrowIfNull(stylusPoints); 145ArgumentNullException.ThrowIfNull(points);
MS\Internal\Ink\StrokeNodeOperations.cs (1)
24ArgumentNullException.ThrowIfNull(nodeShape);
MS\Internal\IO\Packaging\ByteRangeDownloader.cs (5)
53ArgumentNullException.ThrowIfNull(tempFileName); 180ArgumentNullException.ThrowIfNull(byteRanges); 294ArgumentNullException.ThrowIfNull(value); 399ArgumentNullException.ThrowIfNull(requestedUri); 407ArgumentNullException.ThrowIfNull(eventHandle);
MS\Internal\IO\Packaging\DeobfuscatingStream.cs (1)
196ArgumentNullException.ThrowIfNull(obfuscatedStream);
MS\Internal\IO\Packaging\PreloadedPackages.cs (1)
150ArgumentNullException.ThrowIfNull(uri);
MS\Internal\IO\Packaging\PseudoWebRequest.cs (2)
196ArgumentNullException.ThrowIfNull(value); 216ArgumentNullException.ThrowIfNull(value);
MS\Internal\Media\TextOptionsInternal.cs (2)
40ArgumentNullException.ThrowIfNull(element); 47ArgumentNullException.ThrowIfNull(element);
MS\Internal\Media\VisualTreeUtils.cs (1)
231ArgumentNullException.ThrowIfNull(element);
MS\Internal\PartialArray.cs (1)
124ArgumentNullException.ThrowIfNull(array);
MS\Internal\TextFormatting\FullTextLine.cs (1)
535ArgumentNullException.ThrowIfNull(drawingContext);
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
480ArgumentNullException.ThrowIfNull(drawingContext);
MS\Internal\TextFormatting\TextFormatterImp.cs (3)
444ArgumentNullException.ThrowIfNull(textSource); 446ArgumentNullException.ThrowIfNull(textRunCache); 448ArgumentNullException.ThrowIfNull(paragraphProperties);
MS\Internal\TextFormatting\TextShapeableCharacters.cs (1)
250ArgumentNullException.ThrowIfNull(drawingContext);
MS\Internal\TextFormatting\ThousandthOfEmRealDoubles.cs (1)
165ArgumentNullException.ThrowIfNull(array);
MS\Internal\TextFormatting\ThousandthOfEmRealPoints.cs (1)
110ArgumentNullException.ThrowIfNull(array);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\CharacterBuffer.cs (2)
175ArgumentNullException.ThrowIfNull(characterArray); 274ArgumentNullException.ThrowIfNull(characterString);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\Ink\BitStream.cs (1)
357ArgumentNullException.ThrowIfNull(bufferToWriteTo);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\IO\SynchronizingStream.cs (2)
35ArgumentNullException.ThrowIfNull(stream); 37ArgumentNullException.ThrowIfNull(syncRoot);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SecurityHelper.cs (1)
145ArgumentNullException.ThrowIfNull(exception);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SequentialUshortCollection.cs (1)
36ArgumentNullException.ThrowIfNull(array);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\SizeLimitedCache.cs (4)
88ArgumentNullException.ThrowIfNull(key, nameof(key)); 89ArgumentNullException.ThrowIfNull(resource, nameof(resource)); 147ArgumentNullException.ThrowIfNull(key, nameof(key)); 171ArgumentNullException.ThrowIfNull(key, nameof(key));
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\BindUriHelper.cs (1)
55ArgumentNullException.ThrowIfNull(uri);
System\IO\Packaging\PackageStore.cs (2)
98ArgumentNullException.ThrowIfNull(package); 140ArgumentNullException.ThrowIfNull(uri);
System\IO\Packaging\PackWebRequestFactory.cs (1)
50ArgumentNullException.ThrowIfNull(uri);
System\IO\Packaging\PackWebResponse.cs (7)
55ArgumentNullException.ThrowIfNull(uri); 57ArgumentNullException.ThrowIfNull(innerUri); 59ArgumentNullException.ThrowIfNull(innerRequest); 123ArgumentNullException.ThrowIfNull(uri); 125ArgumentNullException.ThrowIfNull(innerUri); 127ArgumentNullException.ThrowIfNull(partName); 129ArgumentNullException.ThrowIfNull(cacheEntry);
System\Windows\Automation\AutomationProperties.cs (34)
26ArgumentNullException.ThrowIfNull(element); 36ArgumentNullException.ThrowIfNull(element); 59ArgumentNullException.ThrowIfNull(element); 69ArgumentNullException.ThrowIfNull(element); 92ArgumentNullException.ThrowIfNull(element); 102ArgumentNullException.ThrowIfNull(element); 125ArgumentNullException.ThrowIfNull(element); 135ArgumentNullException.ThrowIfNull(element); 158ArgumentNullException.ThrowIfNull(element); 168ArgumentNullException.ThrowIfNull(element); 191ArgumentNullException.ThrowIfNull(element); 201ArgumentNullException.ThrowIfNull(element); 224ArgumentNullException.ThrowIfNull(element); 234ArgumentNullException.ThrowIfNull(element); 256ArgumentNullException.ThrowIfNull(element); 266ArgumentNullException.ThrowIfNull(element); 288ArgumentNullException.ThrowIfNull(element); 298ArgumentNullException.ThrowIfNull(element); 320ArgumentNullException.ThrowIfNull(element); 330ArgumentNullException.ThrowIfNull(element); 352ArgumentNullException.ThrowIfNull(element); 362ArgumentNullException.ThrowIfNull(element); 384ArgumentNullException.ThrowIfNull(element); 394ArgumentNullException.ThrowIfNull(element); 416ArgumentNullException.ThrowIfNull(element); 426ArgumentNullException.ThrowIfNull(element); 452ArgumentNullException.ThrowIfNull(element); 462ArgumentNullException.ThrowIfNull(element); 488ArgumentNullException.ThrowIfNull(element); 498ArgumentNullException.ThrowIfNull(element); 517ArgumentNullException.ThrowIfNull(element); 527ArgumentNullException.ThrowIfNull(element); 546ArgumentNullException.ThrowIfNull(element); 555ArgumentNullException.ThrowIfNull(element);
System\Windows\Automation\Peers\AutomationPeer.cs (3)
348ArgumentNullException.ThrowIfNull(args); 460ArgumentNullException.ThrowIfNull(connectedPeer); 544ArgumentNullException.ThrowIfNull(parent);
System\Windows\Automation\Peers\ContentElementAutomationPeer.cs (3)
22ArgumentNullException.ThrowIfNull(owner); 48ArgumentNullException.ThrowIfNull(element); 55ArgumentNullException.ThrowIfNull(element);
System\Windows\Automation\Peers\UIElement3DAutomationPeer.cs (3)
18ArgumentNullException.ThrowIfNull(owner); 45ArgumentNullException.ThrowIfNull(element); 53ArgumentNullException.ThrowIfNull(element);
System\Windows\Automation\Peers\UIElementAutomationPeer.cs (3)
17ArgumentNullException.ThrowIfNull(owner); 43ArgumentNullException.ThrowIfNull(element); 51ArgumentNullException.ThrowIfNull(element);
System\Windows\clipboard.cs (10)
144ArgumentNullException.ThrowIfNull(audioBytes); 153ArgumentNullException.ThrowIfNull(audioStream); 163ArgumentNullException.ThrowIfNull(data); 177ArgumentNullException.ThrowIfNull(image); 186ArgumentNullException.ThrowIfNull(text); 195ArgumentNullException.ThrowIfNull(text); 224ArgumentNullException.ThrowIfNull(data); 236ArgumentNullException.ThrowIfNull(data); 252ArgumentNullException.ThrowIfNull(data); 494ArgumentNullException.ThrowIfNull(data);
System\Windows\ContentElement.cs (2)
854ArgumentNullException.ThrowIfNull(touchDevice); 866ArgumentNullException.ThrowIfNull(touchDevice);
System\Windows\ContentOperations.cs (2)
17ArgumentNullException.ThrowIfNull(reference); 34ArgumentNullException.ThrowIfNull(reference);
System\Windows\CultureInfoConverter.cs (1)
119ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\DataFormat.cs (1)
18ArgumentNullException.ThrowIfNull(name);
System\Windows\DataFormats.cs (1)
25ArgumentNullException.ThrowIfNull(format);
System\Windows\dataobject.cs (8)
230ArgumentNullException.ThrowIfNull(data); 240ArgumentNullException.ThrowIfNull(data); 251ArgumentNullException.ThrowIfNull(data); 341ArgumentNullException.ThrowIfNull(audioBytes); 350ArgumentNullException.ThrowIfNull(audioStream); 369ArgumentNullException.ThrowIfNull(image); 378ArgumentNullException.ThrowIfNull(textData); 387ArgumentNullException.ThrowIfNull(textData);
System\Windows\DataObjectCopyingEventArgs.cs (1)
48ArgumentNullException.ThrowIfNull(dataObject);
System\Windows\DataObjectExtensions.cs (1)
17ArgumentNullException.ThrowIfNull(dataObject);
System\Windows\DataObjectPastingEventArgs.cs (4)
49ArgumentNullException.ThrowIfNull(dataObject); 51ArgumentNullException.ThrowIfNull(formatToApply); 123ArgumentNullException.ThrowIfNull(value); 153ArgumentNullException.ThrowIfNull(value);
System\Windows\DataObjectSettingDataEventArgs.cs (2)
37ArgumentNullException.ThrowIfNull(dataObject); 39ArgumentNullException.ThrowIfNull(format);
System\Windows\Documents\DynamicDocumentPaginator.cs (1)
72ArgumentNullException.ThrowIfNull(contentPosition);
System\Windows\DragDrop.cs (2)
372ArgumentNullException.ThrowIfNull(dragSource); 374ArgumentNullException.ThrowIfNull(data);
System\Windows\DragEventArgs.cs (1)
82ArgumentNullException.ThrowIfNull(relativeTo);
System\Windows\DurationConverter.cs (1)
94ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\EventHandlersStore.cs (11)
52ArgumentNullException.ThrowIfNull(key); 53ArgumentNullException.ThrowIfNull(handler); 87ArgumentNullException.ThrowIfNull(key); 88ArgumentNullException.ThrowIfNull(handler); 124ArgumentNullException.ThrowIfNull(key); 143ArgumentNullException.ThrowIfNull(routedEvent); 144ArgumentNullException.ThrowIfNull(handler); 177ArgumentNullException.ThrowIfNull(routedEvent); 178ArgumentNullException.ThrowIfNull(handler); 221ArgumentNullException.ThrowIfNull(routedEvent); 233ArgumentNullException.ThrowIfNull(routedEvent);
System\Windows\EventManager.cs (9)
55ArgumentNullException.ThrowIfNull(name); 64ArgumentNullException.ThrowIfNull(handlerType); 66ArgumentNullException.ThrowIfNull(ownerType); 149ArgumentNullException.ThrowIfNull(classType); 151ArgumentNullException.ThrowIfNull(routedEvent); 153ArgumentNullException.ThrowIfNull(handler); 216ArgumentNullException.ThrowIfNull(ownerType); 248ArgumentNullException.ThrowIfNull(name); 250ArgumentNullException.ThrowIfNull(ownerType);
System\Windows\EventRoute.cs (5)
40ArgumentNullException.ThrowIfNull(routedEvent); 77ArgumentNullException.ThrowIfNull(target); 79ArgumentNullException.ThrowIfNull(handler); 122ArgumentNullException.ThrowIfNull(source); 124ArgumentNullException.ThrowIfNull(args);
System\Windows\FreezableCollection.cs (4)
64ArgumentNullException.ThrowIfNull(collection); 361ArgumentNullException.ThrowIfNull(array); 471ArgumentNullException.ThrowIfNull(array); 635ArgumentNullException.ThrowIfNull(value);
System\Windows\Generated\ContentElement.cs (12)
67ArgumentNullException.ThrowIfNull(dp); 132ArgumentNullException.ThrowIfNull(dp); 186ArgumentNullException.ThrowIfNull(dp); 387ArgumentNullException.ThrowIfNull(e); 399ArgumentNullException.ThrowIfNull(args); 415ArgumentNullException.ThrowIfNull(args); 515ArgumentNullException.ThrowIfNull(routedEvent); 517ArgumentNullException.ThrowIfNull(handler); 570ArgumentNullException.ThrowIfNull(routedEvent); 572ArgumentNullException.ThrowIfNull(handler); 631ArgumentNullException.ThrowIfNull(route); 632ArgumentNullException.ThrowIfNull(e);
System\Windows\Generated\TextDecorationCollection.cs (4)
273ArgumentNullException.ThrowIfNull(array); 383ArgumentNullException.ThrowIfNull(array); 493ArgumentNullException.ThrowIfNull(value); 898ArgumentNullException.ThrowIfNull(collection);
System\Windows\Generated\UIElement.cs (12)
67ArgumentNullException.ThrowIfNull(dp); 132ArgumentNullException.ThrowIfNull(dp); 186ArgumentNullException.ThrowIfNull(dp); 387ArgumentNullException.ThrowIfNull(e); 399ArgumentNullException.ThrowIfNull(args); 415ArgumentNullException.ThrowIfNull(args); 515ArgumentNullException.ThrowIfNull(routedEvent); 517ArgumentNullException.ThrowIfNull(handler); 570ArgumentNullException.ThrowIfNull(routedEvent); 572ArgumentNullException.ThrowIfNull(handler); 631ArgumentNullException.ThrowIfNull(route); 632ArgumentNullException.ThrowIfNull(e);
System\Windows\Generated\UIElement3D.cs (9)
193ArgumentNullException.ThrowIfNull(e); 205ArgumentNullException.ThrowIfNull(args); 221ArgumentNullException.ThrowIfNull(args); 321ArgumentNullException.ThrowIfNull(routedEvent); 323ArgumentNullException.ThrowIfNull(handler); 376ArgumentNullException.ThrowIfNull(routedEvent); 378ArgumentNullException.ThrowIfNull(handler); 437ArgumentNullException.ThrowIfNull(route); 438ArgumentNullException.ThrowIfNull(e);
System\Windows\Ink\DrawingAttributes.cs (1)
700ArgumentNullException.ThrowIfNull(propertyData);
System\Windows\Ink\Events.cs (4)
201ArgumentNullException.ThrowIfNull(newDrawingAttributes); 202ArgumentNullException.ThrowIfNull(previousDrawingAttributes); 245ArgumentNullException.ThrowIfNull(newStylusPoints); 246ArgumentNullException.ThrowIfNull(previousStylusPoints);
System\Windows\Ink\GestureRecognizer.cs (1)
161ArgumentNullException.ThrowIfNull(strokes);
System\Windows\Ink\IncrementalHitTester.cs (2)
37ArgumentNullException.ThrowIfNull(points); 60ArgumentNullException.ThrowIfNull(stylusPoints);
System\Windows\Ink\Stroke.cs (5)
47ArgumentNullException.ThrowIfNull(stylusPoints); 52ArgumentNullException.ThrowIfNull(drawingAttributes); 463ArgumentNullException.ThrowIfNull(value); 502ArgumentNullException.ThrowIfNull(value); 602ArgumentNullException.ThrowIfNull(e);
System\Windows\Ink\Stroke2.cs (13)
51ArgumentNullException.ThrowIfNull(context); 69ArgumentNullException.ThrowIfNull(drawingContext); 71ArgumentNullException.ThrowIfNull(drawingAttributes); 116ArgumentNullException.ThrowIfNull(lassoPoints); 147ArgumentNullException.ThrowIfNull(lassoPoints); 168ArgumentNullException.ThrowIfNull(eraserShape); 169ArgumentNullException.ThrowIfNull(eraserPath); 255ArgumentNullException.ThrowIfNull(lassoPoints); 309ArgumentNullException.ThrowIfNull(path); 310ArgumentNullException.ThrowIfNull(stylusShape); 365ArgumentNullException.ThrowIfNull(drawingContext); 367ArgumentNullException.ThrowIfNull(drawingAttributes); 447ArgumentNullException.ThrowIfNull(drawingAttributes);
System\Windows\Ink\StrokeCollection.cs (7)
36ArgumentNullException.ThrowIfNull(strokes); 57ArgumentNullException.ThrowIfNull(stream); 81ArgumentNullException.ThrowIfNull(stream); 306ArgumentNullException.ThrowIfNull(stroke); 324ArgumentNullException.ThrowIfNull(stroke); 370ArgumentNullException.ThrowIfNull(strokes); 411ArgumentNullException.ThrowIfNull(strokes);
System\Windows\Ink\StrokeCollection2.cs (7)
81ArgumentNullException.ThrowIfNull(lassoPoints); 183ArgumentNullException.ThrowIfNull(stylusShape); 184ArgumentNullException.ThrowIfNull(path); 220ArgumentNullException.ThrowIfNull(lassoPoints); 271ArgumentNullException.ThrowIfNull(lassoPoints); 348ArgumentNullException.ThrowIfNull(context); 411ArgumentNullException.ThrowIfNull(eraserShape);
System\Windows\Ink\StrokeCollectionConverter.cs (1)
109ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Input\AccessKeyManager.cs (3)
26ArgumentNullException.ThrowIfNull(element); 57ArgumentNullException.ThrowIfNull(element); 119ArgumentNullException.ThrowIfNull(key);
System\Windows\Input\Command\CanExecuteChangedEventManager.cs (4)
43ArgumentNullException.ThrowIfNull(source); 44ArgumentNullException.ThrowIfNull(handler); 53ArgumentNullException.ThrowIfNull(source); 54ArgumentNullException.ThrowIfNull(handler);
System\Windows\Input\Command\CanExecuteRoutedEventArgs.cs (1)
28ArgumentNullException.ThrowIfNull(command);
System\Windows\Input\Command\CommandBinding.cs (2)
55ArgumentNullException.ThrowIfNull(command); 81ArgumentNullException.ThrowIfNull(value);
System\Windows\Input\Command\CommandBindingCollection.cs (1)
178ArgumentNullException.ThrowIfNull(collection);
System\Windows\Input\Command\CommandDevice.cs (1)
304ArgumentNullException.ThrowIfNull(command);
System\Windows\Input\Command\CommandManager.cs (20)
48ArgumentNullException.ThrowIfNull(element); 49ArgumentNullException.ThrowIfNull(handler); 61ArgumentNullException.ThrowIfNull(element); 62ArgumentNullException.ThrowIfNull(handler); 83ArgumentNullException.ThrowIfNull(element); 84ArgumentNullException.ThrowIfNull(handler); 96ArgumentNullException.ThrowIfNull(element); 97ArgumentNullException.ThrowIfNull(handler); 118ArgumentNullException.ThrowIfNull(element); 119ArgumentNullException.ThrowIfNull(handler); 131ArgumentNullException.ThrowIfNull(element); 132ArgumentNullException.ThrowIfNull(handler); 153ArgumentNullException.ThrowIfNull(element); 154ArgumentNullException.ThrowIfNull(handler); 166ArgumentNullException.ThrowIfNull(element); 167ArgumentNullException.ThrowIfNull(handler); 183ArgumentNullException.ThrowIfNull(type); 184ArgumentNullException.ThrowIfNull(inputBinding); 212ArgumentNullException.ThrowIfNull(type); 213ArgumentNullException.ThrowIfNull(commandBinding);
System\Windows\Input\Command\ExecutedRoutedEventArgs.cs (1)
28ArgumentNullException.ThrowIfNull(command);
System\Windows\Input\Command\InputBinding.cs (3)
37ArgumentNullException.ThrowIfNull(command); 39ArgumentNullException.ThrowIfNull(gesture); 141ArgumentNullException.ThrowIfNull(value);
System\Windows\Input\Command\InputBindingCollection.cs (1)
243ArgumentNullException.ThrowIfNull(collection);
System\Windows\Input\Command\InputGestureCollection.cs (3)
250ArgumentNullException.ThrowIfNull(inputGesture); 270ArgumentNullException.ThrowIfNull(collection); 331ArgumentNullException.ThrowIfNull(inputGesture);
System\Windows\Input\Command\KeyGesture.cs (1)
96ArgumentNullException.ThrowIfNull(displayString);
System\Windows\Input\Command\KeyGestureConverter.cs (1)
137ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Input\Command\MouseActionConverter.cs (1)
84ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Input\Command\MouseGestureConverter.cs (1)
141ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Input\Command\RoutedCommand.cs (2)
46ArgumentNullException.ThrowIfNull(name); 53ArgumentNullException.ThrowIfNull(ownerType);
System\Windows\Input\Command\RoutedUICommand.cs (2)
48ArgumentNullException.ThrowIfNull(text); 77ArgumentNullException.ThrowIfNull(value);
System\Windows\Input\Cursor.cs (2)
52ArgumentNullException.ThrowIfNull(cursorFile); 83ArgumentNullException.ThrowIfNull(cursorStream);
System\Windows\Input\CursorConverter.cs (1)
208ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Input\FocusManager.cs (5)
130ArgumentNullException.ThrowIfNull(element); 160ArgumentNullException.ThrowIfNull(element); 172ArgumentNullException.ThrowIfNull(element); 183ArgumentNullException.ThrowIfNull(element); 194ArgumentNullException.ThrowIfNull(element);
System\Windows\Input\InputLanguageManager.cs (14)
37ArgumentNullException.ThrowIfNull(target); 49ArgumentNullException.ThrowIfNull(target); 74ArgumentNullException.ThrowIfNull(target); 85ArgumentNullException.ThrowIfNull(target); 120ArgumentNullException.ThrowIfNull(inputLanguageSource); 145ArgumentNullException.ThrowIfNull(newLanguageId); 147ArgumentNullException.ThrowIfNull(previousLanguageId); 181ArgumentNullException.ThrowIfNull(newLanguageId); 183ArgumentNullException.ThrowIfNull(previousLanguageId); 258ArgumentNullException.ThrowIfNull(value); 293ArgumentNullException.ThrowIfNull(value); 305ArgumentNullException.ThrowIfNull(value); 323ArgumentNullException.ThrowIfNull(value); 335ArgumentNullException.ThrowIfNull(value);
System\Windows\Input\InputManager.cs (3)
327ArgumentNullException.ThrowIfNull(menuSite); 348ArgumentNullException.ThrowIfNull(menuSite); 510ArgumentNullException.ThrowIfNull(input);
System\Windows\Input\InputMethod.cs (14)
224ArgumentNullException.ThrowIfNull(target); 235ArgumentNullException.ThrowIfNull(target); 257ArgumentNullException.ThrowIfNull(target); 268ArgumentNullException.ThrowIfNull(target); 291ArgumentNullException.ThrowIfNull(target); 302ArgumentNullException.ThrowIfNull(target); 324ArgumentNullException.ThrowIfNull(target); 335ArgumentNullException.ThrowIfNull(target); 357ArgumentNullException.ThrowIfNull(target); 368ArgumentNullException.ThrowIfNull(target); 389ArgumentNullException.ThrowIfNull(target); 400ArgumentNullException.ThrowIfNull(target); 1169ArgumentNullException.ThrowIfNull(value); 1182ArgumentNullException.ThrowIfNull(value);
System\Windows\Input\InputReport.cs (1)
34ArgumentNullException.ThrowIfNull(inputSource);
System\Windows\Input\InputReportEventArgs.cs (1)
24ArgumentNullException.ThrowIfNull(report);
System\Windows\Input\InputScope.cs (4)
53ArgumentNullException.ThrowIfNull(value); 71ArgumentNullException.ThrowIfNull(value); 279ArgumentNullException.ThrowIfNull(name); 303ArgumentNullException.ThrowIfNull(name);
System\Windows\Input\KeyEventArgs.cs (1)
29ArgumentNullException.ThrowIfNull(inputSource);
System\Windows\Input\Manipulation.cs (15)
33ArgumentNullException.ThrowIfNull(element); 58ArgumentNullException.ThrowIfNull(element); 70ArgumentNullException.ThrowIfNull(element); 96ArgumentNullException.ThrowIfNull(element); 116ArgumentNullException.ThrowIfNull(element); 137ArgumentNullException.ThrowIfNull(element); 158ArgumentNullException.ThrowIfNull(element); 176ArgumentNullException.ThrowIfNull(element); 196ArgumentNullException.ThrowIfNull(element); 215ArgumentNullException.ThrowIfNull(element); 216ArgumentNullException.ThrowIfNull(manipulator); 234ArgumentNullException.ThrowIfNull(element); 235ArgumentNullException.ThrowIfNull(manipulator); 263ArgumentNullException.ThrowIfNull(element); 264ArgumentNullException.ThrowIfNull(parameter);
System\Windows\Input\ManipulationBoundaryFeedbackEventArgs.cs (2)
35ArgumentNullException.ThrowIfNull(genericHandler); 37ArgumentNullException.ThrowIfNull(genericTarget);
System\Windows\Input\ManipulationCompletedEventArgs.cs (4)
27ArgumentNullException.ThrowIfNull(total); 29ArgumentNullException.ThrowIfNull(velocities); 45ArgumentNullException.ThrowIfNull(genericHandler); 47ArgumentNullException.ThrowIfNull(genericTarget);
System\Windows\Input\ManipulationDeltaEventArgs.cs (6)
28ArgumentNullException.ThrowIfNull(delta); 30ArgumentNullException.ThrowIfNull(cumulative); 32ArgumentNullException.ThrowIfNull(velocities); 49ArgumentNullException.ThrowIfNull(genericHandler); 51ArgumentNullException.ThrowIfNull(genericTarget); 124ArgumentNullException.ThrowIfNull(unusedManipulation);
System\Windows\Input\ManipulationInertiaStartingEventArgs.cs (4)
29ArgumentNullException.ThrowIfNull(initialVelocities); 44ArgumentNullException.ThrowIfNull(genericHandler); 46ArgumentNullException.ThrowIfNull(genericTarget); 194ArgumentNullException.ThrowIfNull(parameter);
System\Windows\Input\ManipulationStartedEventArgs.cs (2)
35ArgumentNullException.ThrowIfNull(genericHandler); 37ArgumentNullException.ThrowIfNull(genericTarget);
System\Windows\Input\ManipulationStartingEventArgs.cs (2)
109ArgumentNullException.ThrowIfNull(genericHandler); 111ArgumentNullException.ThrowIfNull(genericTarget);
System\Windows\Input\MouseEventArgs.cs (2)
23ArgumentNullException.ThrowIfNull(mouse); 41ArgumentNullException.ThrowIfNull(mouse);
System\Windows\Input\Stylus\Common\DynamicRenderer.cs (3)
97ArgumentNullException.ThrowIfNull(value); 728ArgumentNullException.ThrowIfNull(drawingContext); 1043ArgumentNullException.ThrowIfNull(value);
System\Windows\Input\Stylus\Common\DynamicRendererThreadManager.cs (2)
48ArgumentNullException.ThrowIfNull(source); 49ArgumentNullException.ThrowIfNull(listener);
System\Windows\Input\Stylus\Common\RawStylusInput.cs (3)
26ArgumentNullException.ThrowIfNull(report); 31ArgumentNullException.ThrowIfNull(targetPlugInCollection); 98ArgumentNullException.ThrowIfNull(stylusPoints);
System\Windows\Input\Stylus\Common\RawStylusInputReport.cs (2)
185ArgumentNullException.ThrowIfNull(data); 241ArgumentNullException.ThrowIfNull(data);
System\Windows\Input\Stylus\Common\Stylus.cs (8)
577ArgumentNullException.ThrowIfNull(element); 594ArgumentNullException.ThrowIfNull(element); 617ArgumentNullException.ThrowIfNull(element); 634ArgumentNullException.ThrowIfNull(element); 657ArgumentNullException.ThrowIfNull(element); 674ArgumentNullException.ThrowIfNull(element); 696ArgumentNullException.ThrowIfNull(element); 713ArgumentNullException.ThrowIfNull(element);
System\Windows\Input\Stylus\Common\StylusDevice.cs (1)
35ArgumentNullException.ThrowIfNull(impl);
System\Windows\Input\Stylus\Common\StylusEventArgs.cs (1)
25ArgumentNullException.ThrowIfNull(stylus);
System\Windows\Input\Stylus\Common\StylusPoint.cs (4)
101ArgumentNullException.ThrowIfNull(stylusPointDescription); 108ArgumentNullException.ThrowIfNull(additionalValues); 270ArgumentNullException.ThrowIfNull(stylusPointProperty); 335ArgumentNullException.ThrowIfNull(stylusPointProperty);
System\Windows\Input\Stylus\Common\StylusPointCollection.cs (6)
56ArgumentNullException.ThrowIfNull(stylusPointDescription); 83ArgumentNullException.ThrowIfNull(stylusPoints); 110ArgumentNullException.ThrowIfNull(points); 139ArgumentNullException.ThrowIfNull(stylusPointDescription); 200ArgumentNullException.ThrowIfNull(stylusPoints); 399ArgumentNullException.ThrowIfNull(e);
System\Windows\Input\Stylus\Common\StylusPointDescription.cs (6)
46ArgumentNullException.ThrowIfNull(stylusPointPropertyInfos); 113ArgumentNullException.ThrowIfNull(stylusPointProperty); 137ArgumentNullException.ThrowIfNull(stylusPointProperty); 330ArgumentNullException.ThrowIfNull(stylusPointDescription); 331ArgumentNullException.ThrowIfNull(stylusPointDescriptionPreserveInfo); 379ArgumentNullException.ThrowIfNull(stylusPointDescriptionSuperset);
System\Windows\Input\Stylus\Common\StylusPointProperty.cs (1)
36ArgumentNullException.ThrowIfNull(stylusPointProperty);
System\Windows\Input\Stylus\Common\TabletDevice.cs (1)
27ArgumentNullException.ThrowIfNull(impl);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
688ArgumentNullException.ThrowIfNull(subsetToReformatTo);
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (1)
1128ArgumentNullException.ThrowIfNull(subsetToReformatTo);
System\Windows\Input\TextCompositionEventArgs.cs (1)
29ArgumentNullException.ThrowIfNull(composition);
System\Windows\Input\TextCompositionManager.cs (15)
57ArgumentNullException.ThrowIfNull(element); 69ArgumentNullException.ThrowIfNull(element); 86ArgumentNullException.ThrowIfNull(element); 98ArgumentNullException.ThrowIfNull(element); 115ArgumentNullException.ThrowIfNull(element); 127ArgumentNullException.ThrowIfNull(element); 144ArgumentNullException.ThrowIfNull(element); 156ArgumentNullException.ThrowIfNull(element); 173ArgumentNullException.ThrowIfNull(element); 185ArgumentNullException.ThrowIfNull(element); 202ArgumentNullException.ThrowIfNull(element); 214ArgumentNullException.ThrowIfNull(element); 310ArgumentNullException.ThrowIfNull(composition); 333ArgumentNullException.ThrowIfNull(composition); 360ArgumentNullException.ThrowIfNull(composition);
System\Windows\Input\TouchPoint.cs (1)
34ArgumentNullException.ThrowIfNull(device);
System\Windows\InterOp\HwndPanningFeedback.cs (1)
24ArgumentNullException.ThrowIfNull(hwndSource);
System\Windows\InterOp\HwndSource.cs (3)
1909ArgumentNullException.ThrowIfNull(sink); 1963ArgumentNullException.ThrowIfNull(request); 1979ArgumentNullException.ThrowIfNull(request);
System\Windows\InterOp\HwndSourceKeyboardInputSite.cs (2)
12ArgumentNullException.ThrowIfNull(source); 13ArgumentNullException.ThrowIfNull(sink);
System\Windows\Markup\XmlLanguage.cs (3)
117ArgumentNullException.ThrowIfNull(ietfLanguageTag); 341ArgumentNullException.ThrowIfNull(culture); 709ArgumentNullException.ThrowIfNull(ietfLanguageTag);
System\Windows\Markup\XmlLanguageConverter.cs (1)
112ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Media\Animation\Generated\Animatable.cs (3)
66ArgumentNullException.ThrowIfNull(dp); 131ArgumentNullException.ThrowIfNull(dp); 185ArgumentNullException.ThrowIfNull(dp);
System\Windows\Media\Animation\Generated\BooleanAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\BooleanAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 490ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\BooleanKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\ByteAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\ByteAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\ByteKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\CharAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\CharAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 490ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\CharKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\ColorAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\ColorAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\ColorKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\DecimalAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\DecimalAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\DecimalKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\DoubleAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\DoubleAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\DoubleKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\Int16AnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\Int16AnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\Int16KeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\Int32AnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\Int32AnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\Int32KeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\Int64AnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\Int64AnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\Int64KeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\MatrixAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\MatrixAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 490ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\MatrixKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\ObjectAnimationBase.cs (1)
79ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\ObjectAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 490ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\ObjectKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\Point3DAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\Point3DAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\Point3DKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\PointAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\PointAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\PointKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\QuaternionAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\QuaternionAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\QuaternionKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\RectAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\RectAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\RectKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\Rotation3DAnimationBase.cs (1)
130ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\Rotation3DAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\Rotation3DKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\SingleAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\SingleAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\SingleKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\SizeAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\SizeAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\SizeKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (32)
69ArgumentNullException.ThrowIfNull(keySpline); 141ArgumentNullException.ThrowIfNull(value); 196ArgumentNullException.ThrowIfNull(keySpline); 268ArgumentNullException.ThrowIfNull(value); 323ArgumentNullException.ThrowIfNull(keySpline); 395ArgumentNullException.ThrowIfNull(value); 450ArgumentNullException.ThrowIfNull(keySpline); 522ArgumentNullException.ThrowIfNull(value); 577ArgumentNullException.ThrowIfNull(keySpline); 649ArgumentNullException.ThrowIfNull(value); 704ArgumentNullException.ThrowIfNull(keySpline); 776ArgumentNullException.ThrowIfNull(value); 831ArgumentNullException.ThrowIfNull(keySpline); 903ArgumentNullException.ThrowIfNull(value); 958ArgumentNullException.ThrowIfNull(keySpline); 1030ArgumentNullException.ThrowIfNull(value); 1085ArgumentNullException.ThrowIfNull(keySpline); 1157ArgumentNullException.ThrowIfNull(value); 1212ArgumentNullException.ThrowIfNull(keySpline); 1284ArgumentNullException.ThrowIfNull(value); 1339ArgumentNullException.ThrowIfNull(keySpline); 1411ArgumentNullException.ThrowIfNull(value); 1466ArgumentNullException.ThrowIfNull(keySpline); 1538ArgumentNullException.ThrowIfNull(value); 1593ArgumentNullException.ThrowIfNull(keySpline); 1665ArgumentNullException.ThrowIfNull(value); 1720ArgumentNullException.ThrowIfNull(keySpline); 1792ArgumentNullException.ThrowIfNull(value); 1847ArgumentNullException.ThrowIfNull(keySpline); 1919ArgumentNullException.ThrowIfNull(value); 1974ArgumentNullException.ThrowIfNull(keySpline); 2046ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\StringAnimationBase.cs (1)
130ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\StringAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 490ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\StringKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\TimelineCollection.cs (4)
272ArgumentNullException.ThrowIfNull(array); 382ArgumentNullException.ThrowIfNull(array); 492ArgumentNullException.ThrowIfNull(value); 897ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Animation\Generated\Vector3DAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\Vector3DAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\Vector3DKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Generated\VectorAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\VectorAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\VectorKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Timeline.cs (2)
376ArgumentNullException.ThrowIfNull(timeline); 389ArgumentNullException.ThrowIfNull(timeline);
System\Windows\Media\Animation\TimelineClockCollection.cs (1)
92ArgumentNullException.ThrowIfNull(item);
System\Windows\Media\Animation\TimelineGroup.cs (2)
108ArgumentNullException.ThrowIfNull(child); 170ArgumentNullException.ThrowIfNull(childText);
System\Windows\Media\CharacterMetrics.cs (1)
51ArgumentNullException.ThrowIfNull(metrics);
System\Windows\Media\CharacterMetricsDictionary.cs (5)
116ArgumentNullException.ThrowIfNull(array); 173ArgumentNullException.ThrowIfNull(array); 357ArgumentNullException.ThrowIfNull(value); 483ArgumentNullException.ThrowIfNull(key); 515ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\ColorContext.cs (1)
483ArgumentNullException.ThrowIfNull(profileUri);
System\Windows\Media\CultureSpecificStringDictionary.cs (5)
108ArgumentNullException.ThrowIfNull(array); 142ArgumentNullException.ThrowIfNull(array); 299ArgumentNullException.ThrowIfNull(value); 310ArgumentNullException.ThrowIfNull(value); 323ArgumentNullException.ThrowIfNull(key);
System\Windows\Media\DrawingVisual.cs (2)
25ArgumentNullException.ThrowIfNull(hitTestParameters); 43ArgumentNullException.ThrowIfNull(hitTestParameters);
System\Windows\Media\Effects\BitmapEffect.cs (1)
92ArgumentNullException.ThrowIfNull(input);
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (4)
275ArgumentNullException.ThrowIfNull(array); 385ArgumentNullException.ThrowIfNull(array); 495ArgumentNullException.ThrowIfNull(value); 900ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\EventProxy.cs (1)
128ArgumentNullException.ThrowIfNull(invokable);
System\Windows\Media\FamilyMap.cs (1)
84ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\FamilyMapCollection.cs (5)
74ArgumentNullException.ThrowIfNull(array); 88ArgumentNullException.ThrowIfNull(array); 246ArgumentNullException.ThrowIfNull(item); 294ArgumentNullException.ThrowIfNull(item); 363ArgumentNullException.ThrowIfNull(obj);
System\Windows\Media\FamilyTypefaceCollection.cs (4)
231ArgumentNullException.ThrowIfNull(item); 298ArgumentNullException.ThrowIfNull(item); 355ArgumentNullException.ThrowIfNull(obj); 366ArgumentNullException.ThrowIfNull(array);
System\Windows\Media\FontEmbeddingManager.cs (1)
43ArgumentNullException.ThrowIfNull(glyphRun);
System\Windows\Media\FontFamily.cs (1)
68ArgumentNullException.ThrowIfNull(familyName);
System\Windows\Media\FontFamilyConverter.cs (2)
115ArgumentNullException.ThrowIfNull(value); 123ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Media\Fonts.cs (5)
42ArgumentNullException.ThrowIfNull(location); 59ArgumentNullException.ThrowIfNull(baseUri); 135ArgumentNullException.ThrowIfNull(location); 152ArgumentNullException.ThrowIfNull(baseUri); 311ArgumentNullException.ThrowIfNull(array);
System\Windows\Media\FormattedText.cs (5)
202ArgumentNullException.ThrowIfNull(textToFormat); 204ArgumentNullException.ThrowIfNull(typeface); 268ArgumentNullException.ThrowIfNull(culture); 369ArgumentNullException.ThrowIfNull(fontFamily); 391ArgumentNullException.ThrowIfNull(fontFamily);
System\Windows\Media\Generated\DoubleCollection.cs (4)
234ArgumentNullException.ThrowIfNull(array); 357ArgumentNullException.ThrowIfNull(array); 451ArgumentNullException.ThrowIfNull(value); 925ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\DrawingCollection.cs (4)
294ArgumentNullException.ThrowIfNull(array); 404ArgumentNullException.ThrowIfNull(array); 514ArgumentNullException.ThrowIfNull(value); 942ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\GeneralTransformCollection.cs (4)
282ArgumentNullException.ThrowIfNull(array); 392ArgumentNullException.ThrowIfNull(array); 502ArgumentNullException.ThrowIfNull(value); 907ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\GeometryCollection.cs (4)
294ArgumentNullException.ThrowIfNull(array); 404ArgumentNullException.ThrowIfNull(array); 514ArgumentNullException.ThrowIfNull(value); 942ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\GradientStopCollection.cs (4)
282ArgumentNullException.ThrowIfNull(array); 392ArgumentNullException.ThrowIfNull(array); 502ArgumentNullException.ThrowIfNull(value); 1010ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\Int32Collection.cs (4)
234ArgumentNullException.ThrowIfNull(array); 357ArgumentNullException.ThrowIfNull(array); 451ArgumentNullException.ThrowIfNull(value); 925ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\PathFigureCollection.cs (4)
283ArgumentNullException.ThrowIfNull(array); 393ArgumentNullException.ThrowIfNull(array); 503ArgumentNullException.ThrowIfNull(value); 997ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\PathSegmentCollection.cs (4)
282ArgumentNullException.ThrowIfNull(array); 392ArgumentNullException.ThrowIfNull(array); 502ArgumentNullException.ThrowIfNull(value); 907ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\PointCollection.cs (4)
234ArgumentNullException.ThrowIfNull(array); 357ArgumentNullException.ThrowIfNull(array); 451ArgumentNullException.ThrowIfNull(value); 927ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
46ArgumentNullException.ThrowIfNull(points); 57ArgumentNullException.ThrowIfNull(points);
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
46ArgumentNullException.ThrowIfNull(points); 57ArgumentNullException.ThrowIfNull(points);
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
46ArgumentNullException.ThrowIfNull(points); 57ArgumentNullException.ThrowIfNull(points);
System\Windows\Media\Generated\TextEffectCollection.cs (4)
282ArgumentNullException.ThrowIfNull(array); 392ArgumentNullException.ThrowIfNull(array); 502ArgumentNullException.ThrowIfNull(value); 907ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\TransformCollection.cs (4)
294ArgumentNullException.ThrowIfNull(array); 404ArgumentNullException.ThrowIfNull(array); 514ArgumentNullException.ThrowIfNull(value); 942ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Generated\VectorCollection.cs (4)
234ArgumentNullException.ThrowIfNull(array); 357ArgumentNullException.ThrowIfNull(array); 451ArgumentNullException.ThrowIfNull(value); 927ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media\Geometry.cs (1)
662ArgumentNullException.ThrowIfNull(pen);
System\Windows\Media\GeometryHitTestParameters.cs (1)
36ArgumentNullException.ThrowIfNull(geometry);
System\Windows\Media\GlyphRun.cs (6)
429ArgumentNullException.ThrowIfNull(glyphTypeface); 430ArgumentNullException.ThrowIfNull(glyphIndices); 440ArgumentNullException.ThrowIfNull(advanceWidths); 903ArgumentNullException.ThrowIfNull(value); 1081ArgumentNullException.ThrowIfNull(value); 1111ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\GlyphsSerializer.cs (1)
24ArgumentNullException.ThrowIfNull(glyphRun);
System\Windows\Media\GlyphTypeface.cs (5)
113ArgumentNullException.ThrowIfNull(typefaceSource); 225ArgumentNullException.ThrowIfNull(glyphs); 290ArgumentNullException.ThrowIfNull(value); 1809ArgumentNullException.ThrowIfNull(array); 1894ArgumentNullException.ThrowIfNull(array);
System\Windows\Media\Imaging\BitmapDecoder.cs (4)
60ArgumentNullException.ThrowIfNull(bitmapUri); 117ArgumentNullException.ThrowIfNull(bitmapStream); 461ArgumentNullException.ThrowIfNull(bitmapUri); 487ArgumentNullException.ThrowIfNull(bitmapStream);
System\Windows\Media\Imaging\BitmapEncoder.cs (6)
130ArgumentNullException.ThrowIfNull(value); 157ArgumentNullException.ThrowIfNull(value); 186ArgumentNullException.ThrowIfNull(value); 218ArgumentNullException.ThrowIfNull(value); 273ArgumentNullException.ThrowIfNull(value); 300ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Imaging\BitmapFrame.cs (7)
110ArgumentNullException.ThrowIfNull(bitmapUri); 153ArgumentNullException.ThrowIfNull(bitmapUri); 174ArgumentNullException.ThrowIfNull(bitmapStream); 199ArgumentNullException.ThrowIfNull(bitmapStream); 219ArgumentNullException.ThrowIfNull(source); 251ArgumentNullException.ThrowIfNull(source); 289ArgumentNullException.ThrowIfNull(source);
System\Windows\Media\Imaging\BitmapImage.cs (1)
45ArgumentNullException.ThrowIfNull(uriSource);
System\Windows\Media\Imaging\BitmapMetadata.cs (7)
581ArgumentNullException.ThrowIfNull(containerFormat); 627ArgumentNullException.ThrowIfNull(bitmapMetadata); 1012ArgumentNullException.ThrowIfNull(query); 1014ArgumentNullException.ThrowIfNull(value); 1079ArgumentNullException.ThrowIfNull(query); 1131ArgumentNullException.ThrowIfNull(query); 1181ArgumentNullException.ThrowIfNull(query);
System\Windows\Media\Imaging\BitmapPalette.cs (2)
31ArgumentNullException.ThrowIfNull(colors); 67ArgumentNullException.ThrowIfNull(bitmapSource);
System\Windows\Media\Imaging\BitmapSource.cs (2)
640ArgumentNullException.ThrowIfNull(pixels); 1695ArgumentNullException.ThrowIfNull(bitmapSource);
System\Windows\Media\Imaging\BitmapVisualManager.cs (2)
28ArgumentNullException.ThrowIfNull(bitmapTarget); 61ArgumentNullException.ThrowIfNull(visual);
System\Windows\Media\Imaging\CachedBitmap.cs (3)
26ArgumentNullException.ThrowIfNull(source); 65ArgumentNullException.ThrowIfNull(bitmap); 113ArgumentNullException.ThrowIfNull(pixels);
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (3)
33ArgumentNullException.ThrowIfNull(source); 35ArgumentNullException.ThrowIfNull(sourceColorContext); 37ArgumentNullException.ThrowIfNull(destinationColorContext);
System\Windows\Media\Imaging\CroppedBitmap.cs (1)
31ArgumentNullException.ThrowIfNull(source);
System\Windows\Media\Imaging\FormatConvertedBitmap.cs (1)
34ArgumentNullException.ThrowIfNull(source);
System\Windows\Media\Imaging\TransformedBitmap.cs (1)
32ArgumentNullException.ThrowIfNull(source);
System\Windows\Media\Imaging\WriteableBitmap.cs (1)
703ArgumentNullException.ThrowIfNull(source);
System\Windows\Media\Knowncolors.cs (1)
812ArgumentNullException.ThrowIfNull(argbString);
System\Windows\Media\mediaeventargs.cs (3)
23ArgumentNullException.ThrowIfNull(errorException); 63ArgumentNullException.ThrowIfNull(parameterType); 65ArgumentNullException.ThrowIfNull(parameterValue);
System\Windows\Media\PathFigure.cs (1)
36ArgumentNullException.ThrowIfNull(segments);
System\Windows\Media\PathGeometry.cs (3)
44ArgumentNullException.ThrowIfNull(figures); 67ArgumentNullException.ThrowIfNull(figures); 354ArgumentNullException.ThrowIfNull(geometry);
System\Windows\Media\PixelFormat.cs (1)
192ArgumentNullException.ThrowIfNull(pixelFormatString);
System\Windows\Media\PixelFormatConverter.cs (2)
74ArgumentNullException.ThrowIfNull(destinationType); 75ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\RenderOptions.cs (12)
43ArgumentNullException.ThrowIfNull(target); 52ArgumentNullException.ThrowIfNull(target); 76ArgumentNullException.ThrowIfNull(target); 85ArgumentNullException.ThrowIfNull(target); 109ArgumentNullException.ThrowIfNull(target); 118ArgumentNullException.ThrowIfNull(target); 143ArgumentNullException.ThrowIfNull(target); 152ArgumentNullException.ThrowIfNull(target); 176ArgumentNullException.ThrowIfNull(target); 185ArgumentNullException.ThrowIfNull(target); 209ArgumentNullException.ThrowIfNull(target); 218ArgumentNullException.ThrowIfNull(target);
System\Windows\Media\RequestCachePolicyConverter.cs (1)
103ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Media\SolidColorBrush.cs (2)
66ArgumentNullException.ThrowIfNull(writer); 122ArgumentNullException.ThrowIfNull(reader);
System\Windows\Media\StreamAsIStream.cs (1)
630ArgumentNullException.ThrowIfNull(stream);
System\Windows\Media\textformatting\NumberSubstitution.cs (6)
143ArgumentNullException.ThrowIfNull(target); 154ArgumentNullException.ThrowIfNull(target); 176ArgumentNullException.ThrowIfNull(target); 188ArgumentNullException.ThrowIfNull(target); 207ArgumentNullException.ThrowIfNull(target); 218ArgumentNullException.ThrowIfNull(target);
System\Windows\Media\textformatting\TextCharacters.cs (1)
110ArgumentNullException.ThrowIfNull(textRunProperties);
System\Windows\Media\textformatting\TextSimpleMarkerProperties.cs (1)
30ArgumentNullException.ThrowIfNull(textParagraphProperties);
System\Windows\Media\Typeface.cs (1)
99ArgumentNullException.ThrowIfNull(fontFamily);
System\Windows\Media\UniqueEventHelper.cs (2)
90ArgumentNullException.ThrowIfNull(handler); 110ArgumentNullException.ThrowIfNull(handler);
System\Windows\Media\Visual.cs (9)
1913ArgumentNullException.ThrowIfNull(resultCallback); 1915ArgumentNullException.ThrowIfNull(hitTestParameters); 2397ArgumentNullException.ThrowIfNull(hitTestParameters); 2415ArgumentNullException.ThrowIfNull(hitTestParameters); 4140ArgumentNullException.ThrowIfNull(ancestor); 4251ArgumentNullException.ThrowIfNull(otherVisual); 4303ArgumentNullException.ThrowIfNull(ancestor); 4323ArgumentNullException.ThrowIfNull(ancestor); 4342ArgumentNullException.ThrowIfNull(descendant);
System\Windows\Media\VisualCollection.cs (3)
64ArgumentNullException.ThrowIfNull(parent); 170ArgumentNullException.ThrowIfNull(array); 198ArgumentNullException.ThrowIfNull(array);
System\Windows\Media\VisualTarget.cs (1)
32ArgumentNullException.ThrowIfNull(hostVisual);
System\Windows\Media\VisualTreeHelper.cs (3)
28ArgumentNullException.ThrowIfNull(reference); 222ArgumentNullException.ThrowIfNull(ancestor); 223ArgumentNullException.ThrowIfNull(descendant);
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (4)
280ArgumentNullException.ThrowIfNull(array); 390ArgumentNullException.ThrowIfNull(array); 500ArgumentNullException.ThrowIfNull(value); 905ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media3D\Generated\MaterialCollection.cs (4)
292ArgumentNullException.ThrowIfNull(array); 402ArgumentNullException.ThrowIfNull(array); 512ArgumentNullException.ThrowIfNull(value); 940ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media3D\Generated\Model3DCollection.cs (4)
292ArgumentNullException.ThrowIfNull(array); 402ArgumentNullException.ThrowIfNull(array); 512ArgumentNullException.ThrowIfNull(value); 940ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media3D\Generated\Point3DCollection.cs (4)
232ArgumentNullException.ThrowIfNull(array); 355ArgumentNullException.ThrowIfNull(array); 449ArgumentNullException.ThrowIfNull(value); 926ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media3D\Generated\Transform3DCollection.cs (4)
292ArgumentNullException.ThrowIfNull(array); 402ArgumentNullException.ThrowIfNull(array); 512ArgumentNullException.ThrowIfNull(value); 940ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media3D\Generated\Vector3DCollection.cs (4)
232ArgumentNullException.ThrowIfNull(array); 355ArgumentNullException.ThrowIfNull(array); 449ArgumentNullException.ThrowIfNull(value); 926ArgumentNullException.ThrowIfNull(collection);
System\Windows\Media3D\Generated\Visual3D.cs (3)
66ArgumentNullException.ThrowIfNull(dp); 131ArgumentNullException.ThrowIfNull(dp); 185ArgumentNullException.ThrowIfNull(dp);
System\Windows\Media3D\ModelVisual3D.cs (1)
73ArgumentNullException.ThrowIfNull(value);
System\Windows\Media3D\Visual3D.cs (7)
634ArgumentNullException.ThrowIfNull(resultCallback); 636ArgumentNullException.ThrowIfNull(hitTestParameters); 1313ArgumentNullException.ThrowIfNull(ancestor); 1403ArgumentNullException.ThrowIfNull(otherVisual); 1613ArgumentNullException.ThrowIfNull(ancestor); 1634ArgumentNullException.ThrowIfNull(descendant); 1775ArgumentNullException.ThrowIfNull(ancestor);
System\Windows\Media3D\Visual3DCollection.cs (3)
132ArgumentNullException.ThrowIfNull(array); 148ArgumentNullException.ThrowIfNull(array); 446ArgumentNullException.ThrowIfNull(value);
System\Windows\Navigation\BaseUriHelper.cs (1)
526ArgumentNullException.ThrowIfNull(element);
System\Windows\PresentationSource.cs (4)
114ArgumentNullException.ThrowIfNull(element); 180ArgumentNullException.ThrowIfNull(e); 258ArgumentNullException.ThrowIfNull(ce); 540ArgumentNullException.ThrowIfNull(v);
System\Windows\RoutedEventArgs.cs (2)
274ArgumentNullException.ThrowIfNull(genericHandler); 276ArgumentNullException.ThrowIfNull(genericTarget);
System\Windows\TextDecorationCollection.cs (2)
67ArgumentNullException.ThrowIfNull(textDecorations); 91ArgumentNullException.ThrowIfNull(textDecorations);
System\Windows\UIElement.cs (6)
1638ArgumentNullException.ThrowIfNull(route); 1640ArgumentNullException.ThrowIfNull(args); 1876ArgumentNullException.ThrowIfNull(d); 1912ArgumentNullException.ThrowIfNull(d); 4551ArgumentNullException.ThrowIfNull(touchDevice); 4563ArgumentNullException.ThrowIfNull(touchDevice);
System\Windows\UIElement3D.cs (2)
1455ArgumentNullException.ThrowIfNull(touchDevice); 1467ArgumentNullException.ThrowIfNull(touchDevice);
PresentationFramework (1068)
MS\Internal\Annotations\Anchoring\DataIdProcessor.cs (9)
61ArgumentNullException.ThrowIfNull(node); 100ArgumentNullException.ThrowIfNull(node); 145ArgumentNullException.ThrowIfNull(node); 177ArgumentNullException.ThrowIfNull(locatorPart); 178ArgumentNullException.ThrowIfNull(startNode); 275ArgumentNullException.ThrowIfNull(d); 290ArgumentNullException.ThrowIfNull(d); 315ArgumentNullException.ThrowIfNull(d); 331ArgumentNullException.ThrowIfNull(d);
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (4)
75ArgumentNullException.ThrowIfNull(node); 107ArgumentNullException.ThrowIfNull(node); 166ArgumentNullException.ThrowIfNull(locatorPart); 167ArgumentNullException.ThrowIfNull(startNode);
MS\Internal\Annotations\Anchoring\FixedTextSelectionProcessor.cs (7)
185ArgumentNullException.ThrowIfNull(startNode); 186ArgumentNullException.ThrowIfNull(selection); 254ArgumentNullException.ThrowIfNull(startNode); 284ArgumentNullException.ThrowIfNull(locatorPart); 428ArgumentNullException.ThrowIfNull(selection); 468ArgumentNullException.ThrowIfNull(selection); 490ArgumentNullException.ThrowIfNull(locatorPart);
MS\Internal\Annotations\Anchoring\LocatorManager.cs (17)
89ArgumentNullException.ThrowIfNull(processor); 90ArgumentNullException.ThrowIfNull(processorId); 121ArgumentNullException.ThrowIfNull(node); 153ArgumentNullException.ThrowIfNull(locatorPart); 179ArgumentNullException.ThrowIfNull(processor); 180ArgumentNullException.ThrowIfNull(selectionType); 211ArgumentNullException.ThrowIfNull(selectionType); 239ArgumentNullException.ThrowIfNull(locatorPart); 261ArgumentNullException.ThrowIfNull(node); 337ArgumentNullException.ThrowIfNull(selection); 390ArgumentNullException.ThrowIfNull(locator); 391ArgumentNullException.ThrowIfNull(startNode); 451ArgumentNullException.ThrowIfNull(d); 467ArgumentNullException.ThrowIfNull(d); 494ArgumentNullException.ThrowIfNull(subTree); 521ArgumentNullException.ThrowIfNull(startNode); 522ArgumentNullException.ThrowIfNull(locator);
MS\Internal\Annotations\Anchoring\PathNode.cs (2)
33ArgumentNullException.ThrowIfNull(node); 141ArgumentNullException.ThrowIfNull(nodes);
MS\Internal\Annotations\Anchoring\SubTreeProcessor.cs (2)
44ArgumentNullException.ThrowIfNull(manager); 89ArgumentNullException.ThrowIfNull(node);
MS\Internal\Annotations\Anchoring\TextSelectionHelper.cs (7)
105ArgumentNullException.ThrowIfNull(selection); 149ArgumentNullException.ThrowIfNull(selection); 169ArgumentNullException.ThrowIfNull(pointer); 223ArgumentNullException.ThrowIfNull(selection); 243ArgumentNullException.ThrowIfNull(pointer); 267ArgumentNullException.ThrowIfNull(pointer); 290ArgumentNullException.ThrowIfNull(pointer);
MS\Internal\Annotations\Anchoring\TextSelectionProcessor.cs (5)
126ArgumentNullException.ThrowIfNull(startNode); 127ArgumentNullException.ThrowIfNull(selection); 188ArgumentNullException.ThrowIfNull(startNode); 189ArgumentNullException.ThrowIfNull(locatorPart); 353ArgumentNullException.ThrowIfNull(locatorPart);
MS\Internal\Annotations\Anchoring\TextViewSelectionProcessor.cs (4)
124ArgumentNullException.ThrowIfNull(startNode); 166ArgumentNullException.ThrowIfNull(locatorPart); 167ArgumentNullException.ThrowIfNull(startNode); 260ArgumentNullException.ThrowIfNull(selection);
MS\Internal\Annotations\Anchoring\TreeNodeSelectionProcessor.cs (8)
63ArgumentNullException.ThrowIfNull(selection1); 64ArgumentNullException.ThrowIfNull(selection2); 92ArgumentNullException.ThrowIfNull(selection); 112ArgumentNullException.ThrowIfNull(selection); 139ArgumentNullException.ThrowIfNull(startNode); 140ArgumentNullException.ThrowIfNull(selection); 160ArgumentNullException.ThrowIfNull(startNode); 161ArgumentNullException.ThrowIfNull(locatorPart);
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (4)
38ArgumentNullException.ThrowIfNull(adornerLayer); 166ArgumentNullException.ThrowIfNull(component); 181ArgumentNullException.ThrowIfNull(component); 480ArgumentNullException.ThrowIfNull(component);
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
46ArgumentNullException.ThrowIfNull(type); 263ArgumentNullException.ThrowIfNull(attachedAnnotation); 445ArgumentNullException.ThrowIfNull(selection); 507ArgumentNullException.ThrowIfNull(attachedAnnotation);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (2)
54ArgumentNullException.ThrowIfNull(type); 231ArgumentNullException.ThrowIfNull(attachedAnnotation);
MS\Internal\Annotations\ObservableDictionary.cs (7)
63ArgumentNullException.ThrowIfNull(key); 64ArgumentNullException.ThrowIfNull(val); 141ArgumentNullException.ThrowIfNull(key); 187ArgumentNullException.ThrowIfNull(target); 237ArgumentNullException.ThrowIfNull(key); 245ArgumentNullException.ThrowIfNull(key); 247ArgumentNullException.ThrowIfNull(value);
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
106ArgumentNullException.ThrowIfNull(anchorLocator);
MS\Internal\Annotations\TextAnchor.cs (1)
101ArgumentNullException.ThrowIfNull(textPointer);
MS\Internal\AppModel\Journaling.cs (1)
532ArgumentNullException.ThrowIfNull(contentObject);
MS\Internal\Controls\ActiveXSite.cs (1)
34ArgumentNullException.ThrowIfNull(host);
MS\Internal\Controls\InkCanvasFeedbackAdorner.cs (2)
31ArgumentNullException.ThrowIfNull(inkCanvas); 49ArgumentNullException.ThrowIfNull(transform);
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
905ArgumentNullException.ThrowIfNull(attachedAnnotation); 929ArgumentNullException.ThrowIfNull(attachedAnnotation);
MS\Internal\Controls\StickyNote\StickyNoteHelper.cs (1)
56ArgumentNullException.ThrowIfNull(helper);
MS\Internal\Controls\ValidationRuleCollection.cs (2)
40ArgumentNullException.ThrowIfNull(item); 50ArgumentNullException.ThrowIfNull(item);
MS\Internal\Data\BindingCollection.cs (2)
79ArgumentNullException.ThrowIfNull(item); 93ArgumentNullException.ThrowIfNull(item);
MS\Internal\Data\CollectionViewGroupRoot.cs (1)
48ArgumentNullException.ThrowIfNull(args);
MS\Internal\Data\ObjectRef.cs (3)
122ArgumentNullException.ThrowIfNull(name); 138ArgumentNullException.ThrowIfNull(d); 314ArgumentNullException.ThrowIfNull(relativeSource);
MS\Internal\Data\RBTree.cs (1)
567ArgumentNullException.ThrowIfNull(array);
MS\Internal\Data\StaticPropertyChangedEventManager.cs (4)
45ArgumentNullException.ThrowIfNull(type); 46ArgumentNullException.ThrowIfNull(handler); 56ArgumentNullException.ThrowIfNull(type); 57ArgumentNullException.ThrowIfNull(handler);
MS\Internal\Data\ValueChangedEventManager.cs (6)
63ArgumentNullException.ThrowIfNull(source); 64ArgumentNullException.ThrowIfNull(listener); 74ArgumentNullException.ThrowIfNull(source); 75ArgumentNullException.ThrowIfNull(listener); 85ArgumentNullException.ThrowIfNull(handler); 97ArgumentNullException.ThrowIfNull(handler);
MS\Internal\Data\XmlNodeChangedEventManager.cs (6)
42ArgumentNullException.ThrowIfNull(source); 43ArgumentNullException.ThrowIfNull(listener); 53ArgumentNullException.ThrowIfNull(source); 54ArgumentNullException.ThrowIfNull(listener); 64ArgumentNullException.ThrowIfNull(handler); 74ArgumentNullException.ThrowIfNull(handler);
MS\Internal\Documents\ContentElementCollection.cs (5)
66ArgumentNullException.ThrowIfNull(array); 102ArgumentNullException.ThrowIfNull(array); 403ArgumentNullException.ThrowIfNull(value); 449ArgumentNullException.ThrowIfNull(value); 503ArgumentNullException.ThrowIfNull(value);
MS\Internal\Documents\DocumentGrid.cs (2)
1706ArgumentNullException.ThrowIfNull(e); 2674ArgumentNullException.ThrowIfNull(row);
MS\Internal\Documents\FlowDocumentPaginator.cs (4)
215ArgumentNullException.ThrowIfNull(contentPosition); 278ArgumentNullException.ThrowIfNull(contentPosition); 356ArgumentNullException.ThrowIfNull(page); 415ArgumentNullException.ThrowIfNull(o);
MS\Internal\Documents\ParentUndoUnit.cs (3)
62ArgumentNullException.ThrowIfNull(newUnit); 110ArgumentNullException.ThrowIfNull(unit); 212ArgumentNullException.ThrowIfNull(unit);
MS\Internal\Documents\TableColumnCollectionInternal.cs (4)
36ArgumentNullException.ThrowIfNull(item); 101ArgumentNullException.ThrowIfNull(item); 208ArgumentNullException.ThrowIfNull(item); 329ArgumentNullException.ThrowIfNull(value);
MS\Internal\Documents\TableTextElementCollectionInternal.cs (4)
41ArgumentNullException.ThrowIfNull(item); 106ArgumentNullException.ThrowIfNull(item); 146ArgumentNullException.ThrowIfNull(item); 416ArgumentNullException.ThrowIfNull(value);
MS\Internal\Documents\TextParagraphView.cs (6)
89ArgumentNullException.ThrowIfNull(position); 108ArgumentNullException.ThrowIfNull(startPosition); 109ArgumentNullException.ThrowIfNull(endPosition); 133ArgumentNullException.ThrowIfNull(position); 262ArgumentNullException.ThrowIfNull(position); 281ArgumentNullException.ThrowIfNull(position);
MS\Internal\Documents\UndoManager.cs (7)
95ArgumentNullException.ThrowIfNull(scope); 96ArgumentNullException.ThrowIfNull(undoManager); 130ArgumentNullException.ThrowIfNull(scope); 193ArgumentNullException.ThrowIfNull(unit); 242ArgumentNullException.ThrowIfNull(unit); 318ArgumentNullException.ThrowIfNull(unit); 411ArgumentNullException.ThrowIfNull(unit);
MS\Internal\Ink\ClipboardProcessor.cs (1)
52ArgumentNullException.ThrowIfNull(inkCanvas);
MS\Internal\Ink\EditBehavior.cs (2)
39ArgumentNullException.ThrowIfNull(inkCanvas); 40ArgumentNullException.ThrowIfNull(editingCoordinator);
MS\Internal\Ink\EditingCoordinator.cs (1)
37ArgumentNullException.ThrowIfNull(inkCanvas);
MS\Internal\Ink\InkCanvasSelection.cs (1)
40ArgumentNullException.ThrowIfNull(inkCanvas);
MS\Internal\Ink\LassoHelper.cs (1)
67ArgumentNullException.ThrowIfNull(points);
MS\Internal\IO\Packaging\ContentDescriptor.cs (2)
23ArgumentNullException.ThrowIfNull(xmlNamespace); 24ArgumentNullException.ThrowIfNull(baseName);
MS\Internal\IO\Packaging\CorePropertiesFilter.cs (1)
58ArgumentNullException.ThrowIfNull(coreProperties);
MS\Internal\IO\Packaging\EncryptedPackageFilter.cs (1)
33ArgumentNullException.ThrowIfNull(encryptedPackage);
MS\Internal\IO\Packaging\indexingfiltermarshaler.cs (1)
46ArgumentNullException.ThrowIfNull(managedFilter);
MS\Internal\IO\Packaging\ManagedFilter.cs (1)
67ArgumentNullException.ThrowIfNull(value);
MS\Internal\IO\Packaging\ManagedIStream.cs (1)
28ArgumentNullException.ThrowIfNull(ioStream);
MS\Internal\IO\Packaging\PackageFilter.cs (1)
57ArgumentNullException.ThrowIfNull(package);
MS\Internal\IO\Packaging\UnsafeIndexingFilterStream.cs (1)
62ArgumentNullException.ThrowIfNull(oleStream);
MS\Internal\IO\Packaging\XpsFilter.cs (1)
520ArgumentNullException.ThrowIfNull(stream);
MS\Internal\ListOfObject.cs (1)
17ArgumentNullException.ThrowIfNull(list);
MS\Internal\Markup\StaticExtension.cs (1)
78ArgumentNullException.ThrowIfNull(serviceProvider);
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
1139ArgumentNullException.ThrowIfNull(serviceType);
MS\Internal\WeakDictionary.cs (1)
293ArgumentNullException.ThrowIfNull(array);
MS\Internal\WeakHashSet.cs (1)
40ArgumentNullException.ThrowIfNull(array);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\BindUriHelper.cs (1)
55ArgumentNullException.ThrowIfNull(uri);
System\ComponentModel\DesignerProperties.cs (2)
68ArgumentNullException.ThrowIfNull(element); 78ArgumentNullException.ThrowIfNull(element);
System\Windows\Annotations\Annotation.cs (4)
88ArgumentNullException.ThrowIfNull(annotationType); 124ArgumentNullException.ThrowIfNull(annotationType); 179ArgumentNullException.ThrowIfNull(writer); 265ArgumentNullException.ThrowIfNull(reader);
System\Windows\Annotations\AnnotationAuthorChangedEventArgs.cs (1)
53ArgumentNullException.ThrowIfNull(annotation);
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
57ArgumentNullException.ThrowIfNull(attachedAnnotation);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
364ArgumentNullException.ThrowIfNull(dpv);
System\Windows\Annotations\AnnotationHelper.cs (2)
176ArgumentNullException.ThrowIfNull(annotation); 1080ArgumentNullException.ThrowIfNull(service);
System\Windows\Annotations\AnnotationResource.cs (3)
59ArgumentNullException.ThrowIfNull(name); 110ArgumentNullException.ThrowIfNull(writer); 159ArgumentNullException.ThrowIfNull(reader);
System\Windows\Annotations\AnnotationResourceChangedEventArgs.cs (1)
53ArgumentNullException.ThrowIfNull(annotation);
System\Windows\Annotations\AnnotationService.cs (18)
90ArgumentNullException.ThrowIfNull(viewer); 103ArgumentNullException.ThrowIfNull(viewer); 116ArgumentNullException.ThrowIfNull(viewer); 131ArgumentNullException.ThrowIfNull(root); 160ArgumentNullException.ThrowIfNull(annotationStore); 287ArgumentNullException.ThrowIfNull(viewer); 302ArgumentNullException.ThrowIfNull(reader); 317ArgumentNullException.ThrowIfNull(viewer); 350ArgumentNullException.ThrowIfNull(element); 385ArgumentNullException.ThrowIfNull(element); 521ArgumentNullException.ThrowIfNull(d); 541ArgumentNullException.ThrowIfNull(d); 566ArgumentNullException.ThrowIfNull(d); 567ArgumentNullException.ThrowIfNull(id); 582ArgumentNullException.ThrowIfNull(d); 604ArgumentNullException.ThrowIfNull(d); 605ArgumentNullException.ThrowIfNull(id); 620ArgumentNullException.ThrowIfNull(d);
System\Windows\Annotations\LocatorGroup.cs (2)
96ArgumentNullException.ThrowIfNull(writer); 122ArgumentNullException.ThrowIfNull(reader);
System\Windows\Annotations\LocatorPart.cs (1)
45ArgumentNullException.ThrowIfNull(partType);
System\Windows\Annotations\LocatorPartList.cs (3)
65ArgumentNullException.ThrowIfNull(locator); 139ArgumentNullException.ThrowIfNull(writer); 190ArgumentNullException.ThrowIfNull(reader);
System\Windows\Annotations\Storage\StoreContentChangedEventArgs.cs (1)
63ArgumentNullException.ThrowIfNull(annotation);
System\Windows\Annotations\Storage\XmlStreamStore.cs (5)
64ArgumentNullException.ThrowIfNull(stream); 92ArgumentNullException.ThrowIfNull(stream); 118ArgumentNullException.ThrowIfNull(newAnnotation); 229ArgumentNullException.ThrowIfNull(anchorLocator); 389ArgumentNullException.ThrowIfNull(name);
System\Windows\Application.cs (7)
348ArgumentNullException.ThrowIfNull(component); 349ArgumentNullException.ThrowIfNull(resourceLocator); 439ArgumentNullException.ThrowIfNull(resourceLocator); 576ArgumentNullException.ThrowIfNull(uriResource); 608ArgumentNullException.ThrowIfNull(uriContent); 637ArgumentNullException.ThrowIfNull(uriRemote); 1031ArgumentNullException.ThrowIfNull(value);
System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (2)
98ArgumentNullException.ThrowIfNull(d); 99ArgumentNullException.ThrowIfNull(dp);
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
142ArgumentNullException.ThrowIfNull(val);
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (3)
26ArgumentNullException.ThrowIfNull(owner); 416ArgumentNullException.ThrowIfNull(cellProviders); 438ArgumentNullException.ThrowIfNull(itemProviders);
System\Windows\Automation\Peers\DataGridCellAutomationPeer.cs (1)
24ArgumentNullException.ThrowIfNull(owner);
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (2)
25ArgumentNullException.ThrowIfNull(item); 26ArgumentNullException.ThrowIfNull(dataGridColumn);
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (2)
27ArgumentNullException.ThrowIfNull(item); 28ArgumentNullException.ThrowIfNull(dataGridPeer);
System\Windows\Automation\Peers\DataGridRowAutomationPeer.cs (1)
23ArgumentNullException.ThrowIfNull(owner);
System\Windows\Automation\Peers\DateTimeAutomationPeer.cs (1)
25ArgumentNullException.ThrowIfNull(owningCalendar);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
124ArgumentNullException.ThrowIfNull(value);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
95ArgumentNullException.ThrowIfNull(value);
System\Windows\ColorConvertedBitmapExtension.cs (1)
37ArgumentNullException.ThrowIfNull(image);
System\Windows\ComponentResourceKey.cs (3)
29ArgumentNullException.ThrowIfNull(typeInTargetAssembly); 30ArgumentNullException.ThrowIfNull(resourceId); 51ArgumentNullException.ThrowIfNull(value);
System\Windows\ComponentResourceKeyConverter.cs (3)
31ArgumentNullException.ThrowIfNull(sourceType); 51ArgumentNullException.ThrowIfNull(destinationType); 102ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Condition.cs (5)
47ArgumentNullException.ThrowIfNull(conditionProperty); 65ArgumentNullException.ThrowIfNull(binding); 260ArgumentNullException.ThrowIfNull(targetObject); 261ArgumentNullException.ThrowIfNull(eventArgs); 279ArgumentNullException.ThrowIfNull(eventArgs);
System\Windows\ConditionCollection.cs (1)
107ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\Canvas.cs (8)
74ArgumentNullException.ThrowIfNull(element); 86ArgumentNullException.ThrowIfNull(element); 100ArgumentNullException.ThrowIfNull(element); 112ArgumentNullException.ThrowIfNull(element); 126ArgumentNullException.ThrowIfNull(element); 138ArgumentNullException.ThrowIfNull(element); 152ArgumentNullException.ThrowIfNull(element); 164ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\ColumnDefinition.cs (4)
75ArgumentNullException.ThrowIfNull(array); 101ArgumentNullException.ThrowIfNull(array); 587ArgumentNullException.ThrowIfNull(value); 608ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\ContextMenuService.cs (18)
37ArgumentNullException.ThrowIfNull(element); 62ArgumentNullException.ThrowIfNull(element); 84ArgumentNullException.ThrowIfNull(element); 95ArgumentNullException.ThrowIfNull(element); 117ArgumentNullException.ThrowIfNull(element); 128ArgumentNullException.ThrowIfNull(element); 148ArgumentNullException.ThrowIfNull(element); 159ArgumentNullException.ThrowIfNull(element); 180ArgumentNullException.ThrowIfNull(element); 191ArgumentNullException.ThrowIfNull(element); 212ArgumentNullException.ThrowIfNull(element); 223ArgumentNullException.ThrowIfNull(element); 244ArgumentNullException.ThrowIfNull(element); 255ArgumentNullException.ThrowIfNull(element); 276ArgumentNullException.ThrowIfNull(element); 287ArgumentNullException.ThrowIfNull(element); 308ArgumentNullException.ThrowIfNull(element); 319ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\DataGrid.cs (2)
1527ArgumentNullException.ThrowIfNull(item); 7806ArgumentNullException.ThrowIfNull(itemProperties);
System\Windows\Controls\DataGridCellInfo.cs (2)
22ArgumentNullException.ThrowIfNull(column); 43ArgumentNullException.ThrowIfNull(cell);
System\Windows\Controls\DataGridColumn.cs (2)
614ArgumentNullException.ThrowIfNull(dataItem); 635ArgumentNullException.ThrowIfNull(dataGridRow);
System\Windows\Controls\DataGridLengthConverter.cs (1)
128ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Controls\DockPanel.cs (2)
100ArgumentNullException.ThrowIfNull(element); 113ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\DocumentViewer.cs (2)
1892ArgumentNullException.ThrowIfNull(data); 1943ArgumentNullException.ThrowIfNull(data);
System\Windows\Controls\ExceptionRoutedEventArgs.cs (1)
22ArgumentNullException.ThrowIfNull(errorException);
System\Windows\Controls\FlowDocumentReader.cs (1)
1913ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\FlowDocumentScrollViewer.cs (2)
1796ArgumentNullException.ThrowIfNull(value); 1836ArgumentNullException.ThrowIfNull(serviceType);
System\Windows\Controls\Grid.cs (11)
68ArgumentNullException.ThrowIfNull(value); 124ArgumentNullException.ThrowIfNull(element); 137ArgumentNullException.ThrowIfNull(element); 149ArgumentNullException.ThrowIfNull(element); 162ArgumentNullException.ThrowIfNull(element); 174ArgumentNullException.ThrowIfNull(element); 187ArgumentNullException.ThrowIfNull(element); 199ArgumentNullException.ThrowIfNull(element); 212ArgumentNullException.ThrowIfNull(element); 224ArgumentNullException.ThrowIfNull(element); 236ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\GridView.cs (2)
168ArgumentNullException.ThrowIfNull(element); 179ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\GridViewColumnCollection.cs (1)
427ArgumentNullException.ThrowIfNull(column);
System\Windows\Controls\Image.cs (6)
539ArgumentNullException.ThrowIfNull(handler); 549ArgumentNullException.ThrowIfNull(handler); 663ArgumentNullException.ThrowIfNull(handler); 673ArgumentNullException.ThrowIfNull(handler); 787ArgumentNullException.ThrowIfNull(handler); 797ArgumentNullException.ThrowIfNull(handler);
System\Windows\Controls\InkCanvas.cs (27)
435ArgumentNullException.ThrowIfNull(element); 447ArgumentNullException.ThrowIfNull(element); 469ArgumentNullException.ThrowIfNull(element); 481ArgumentNullException.ThrowIfNull(element); 503ArgumentNullException.ThrowIfNull(element); 515ArgumentNullException.ThrowIfNull(element); 537ArgumentNullException.ThrowIfNull(element); 549ArgumentNullException.ThrowIfNull(element); 768ArgumentNullException.ThrowIfNull(value); 963ArgumentNullException.ThrowIfNull(value); 986ArgumentNullException.ThrowIfNull(value); 1028ArgumentNullException.ThrowIfNull(e); 1159ArgumentNullException.ThrowIfNull(e); 1178ArgumentNullException.ThrowIfNull(e); 1199ArgumentNullException.ThrowIfNull(e); 1249ArgumentNullException.ThrowIfNull(e); 1306ArgumentNullException.ThrowIfNull(e); 1360ArgumentNullException.ThrowIfNull(e); 1392ArgumentNullException.ThrowIfNull(e); 1423ArgumentNullException.ThrowIfNull(e); 1459ArgumentNullException.ThrowIfNull(e); 1508ArgumentNullException.ThrowIfNull(e); 1535ArgumentNullException.ThrowIfNull(e); 1565ArgumentNullException.ThrowIfNull(e); 1599ArgumentNullException.ThrowIfNull(e); 1629ArgumentNullException.ThrowIfNull(e); 1911ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\ItemCollection.cs (1)
284ArgumentNullException.ThrowIfNull(array);
System\Windows\Controls\ItemContainerGenerator.cs (2)
565ArgumentNullException.ThrowIfNull(container); 612ArgumentNullException.ThrowIfNull(container);
System\Windows\Controls\ItemsControl.cs (2)
1078ArgumentNullException.ThrowIfNull(element); 1176ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\ItemsPanelTemplate.cs (1)
150ArgumentNullException.ThrowIfNull(templatedParent);
System\Windows\Controls\Label.cs (1)
146ArgumentNullException.ThrowIfNull(o);
System\Windows\Controls\MediaScriptCommandRoutedEventArgs.cs (2)
21ArgumentNullException.ThrowIfNull(parameterType); 23ArgumentNullException.ThrowIfNull(parameterValue);
System\Windows\Controls\MultipleCopiesCollection.cs (2)
240ArgumentNullException.ThrowIfNull(value); 247ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\Panel.cs (3)
81ArgumentNullException.ThrowIfNull(value); 916ArgumentNullException.ThrowIfNull(element); 928ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\Primitives\DocumentPageView.cs (1)
511ArgumentNullException.ThrowIfNull(serviceType);
System\Windows\Controls\Primitives\DocumentViewerBase.cs (5)
322ArgumentNullException.ThrowIfNull(element); 333ArgumentNullException.ThrowIfNull(element); 485ArgumentNullException.ThrowIfNull(element); 1697ArgumentNullException.ThrowIfNull(value); 1739ArgumentNullException.ThrowIfNull(serviceType);
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (6)
382ArgumentNullException.ThrowIfNull(source); 383ArgumentNullException.ThrowIfNull(listener); 393ArgumentNullException.ThrowIfNull(source); 394ArgumentNullException.ThrowIfNull(listener); 404ArgumentNullException.ThrowIfNull(handler); 414ArgumentNullException.ThrowIfNull(handler);
System\Windows\Controls\Primitives\LayoutInformation.cs (2)
20ArgumentNullException.ThrowIfNull(element); 55ArgumentNullException.ThrowIfNull(dispatcher);
System\Windows\Controls\Primitives\Popup.cs (2)
881ArgumentNullException.ThrowIfNull(popup); 882ArgumentNullException.ThrowIfNull(child);
System\Windows\Controls\Primitives\Selector.cs (3)
184ArgumentNullException.ThrowIfNull(element); 208ArgumentNullException.ThrowIfNull(element); 221ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
1041ArgumentNullException.ThrowIfNull(e); 1515ArgumentNullException.ThrowIfNull(position);
System\Windows\Controls\PrintDialog.cs (2)
342ArgumentNullException.ThrowIfNull(visual); 371ArgumentNullException.ThrowIfNull(documentPaginator);
System\Windows\Controls\RichTextBox.cs (4)
149ArgumentNullException.ThrowIfNull(value); 174ArgumentNullException.ThrowIfNull(text); 354ArgumentNullException.ThrowIfNull(value); 573ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\RowDefinition.cs (4)
70ArgumentNullException.ThrowIfNull(array); 96ArgumentNullException.ThrowIfNull(array); 582ArgumentNullException.ThrowIfNull(value); 603ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\ScrollViewer.cs (14)
452ArgumentNullException.ThrowIfNull(element); 462ArgumentNullException.ThrowIfNull(element); 486ArgumentNullException.ThrowIfNull(element); 496ArgumentNullException.ThrowIfNull(element); 520ArgumentNullException.ThrowIfNull(element); 530ArgumentNullException.ThrowIfNull(element); 784ArgumentNullException.ThrowIfNull(element); 796ArgumentNullException.ThrowIfNull(element); 1435ArgumentNullException.ThrowIfNull(element); 1445ArgumentNullException.ThrowIfNull(element); 1508ArgumentNullException.ThrowIfNull(element); 1518ArgumentNullException.ThrowIfNull(element); 1548ArgumentNullException.ThrowIfNull(element); 1558ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\SelectedCellsChangedEventArgs.cs (4)
21ArgumentNullException.ThrowIfNull(addedCells); 22ArgumentNullException.ThrowIfNull(removedCells); 35ArgumentNullException.ThrowIfNull(addedCells); 36ArgumentNullException.ThrowIfNull(removedCells);
System\Windows\Controls\SelectionChangedEventArgs.cs (3)
34ArgumentNullException.ThrowIfNull(id); 35ArgumentNullException.ThrowIfNull(removedItems); 36ArgumentNullException.ThrowIfNull(addedItems);
System\Windows\Controls\SpellCheck.cs (4)
68ArgumentNullException.ThrowIfNull(textBoxBase); 78ArgumentNullException.ThrowIfNull(textBoxBase); 123ArgumentNullException.ThrowIfNull(textBoxBase); 162ArgumentNullException.ThrowIfNull(textBoxBase);
System\Windows\Controls\TextAdaptor.cs (1)
566ArgumentNullException.ThrowIfNull(childElementProvider);
System\Windows\Controls\TextBlock.cs (27)
121ArgumentNullException.ThrowIfNull(value); 174ArgumentNullException.ThrowIfNull(text); 267ArgumentNullException.ThrowIfNull(serviceType); 339ArgumentNullException.ThrowIfNull(inline); 539ArgumentNullException.ThrowIfNull(element); 550ArgumentNullException.ThrowIfNull(element); 639ArgumentNullException.ThrowIfNull(element); 650ArgumentNullException.ThrowIfNull(element); 678ArgumentNullException.ThrowIfNull(element); 689ArgumentNullException.ThrowIfNull(element); 717ArgumentNullException.ThrowIfNull(element); 728ArgumentNullException.ThrowIfNull(element); 756ArgumentNullException.ThrowIfNull(element); 767ArgumentNullException.ThrowIfNull(element); 798ArgumentNullException.ThrowIfNull(element); 810ArgumentNullException.ThrowIfNull(element); 839ArgumentNullException.ThrowIfNull(element); 850ArgumentNullException.ThrowIfNull(element); 938ArgumentNullException.ThrowIfNull(element); 950ArgumentNullException.ThrowIfNull(element); 977ArgumentNullException.ThrowIfNull(element); 988ArgumentNullException.ThrowIfNull(element); 1034ArgumentNullException.ThrowIfNull(element); 1045ArgumentNullException.ThrowIfNull(element); 1479ArgumentNullException.ThrowIfNull(ctx); 1627ArgumentNullException.ThrowIfNull(hitTestParameters); 1725ArgumentNullException.ThrowIfNull(child);
System\Windows\Controls\TextBox.cs (2)
127ArgumentNullException.ThrowIfNull(value); 141ArgumentNullException.ThrowIfNull(text);
System\Windows\Controls\TextChangedEventArgs.cs (1)
70ArgumentNullException.ThrowIfNull(id);
System\Windows\Controls\TextRangeAdaptor.cs (5)
1589ArgumentNullException.ThrowIfNull(range); 1611ArgumentNullException.ThrowIfNull(targetRange); 1657ArgumentNullException.ThrowIfNull(value); 1748ArgumentNullException.ThrowIfNull(text); 2004ArgumentNullException.ThrowIfNull(targetRange);
System\Windows\Controls\TextSearch.cs (6)
37ArgumentNullException.ThrowIfNull(itemsControl); 79ArgumentNullException.ThrowIfNull(element); 92ArgumentNullException.ThrowIfNull(element); 111ArgumentNullException.ThrowIfNull(element); 124ArgumentNullException.ThrowIfNull(element); 742ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\ToolBar.cs (3)
358ArgumentNullException.ThrowIfNull(element); 418ArgumentNullException.ThrowIfNull(element); 430ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\ToolBarTray.cs (3)
150ArgumentNullException.ThrowIfNull(element); 161ArgumentNullException.ThrowIfNull(element); 267ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\ToolTipService.cs (28)
36ArgumentNullException.ThrowIfNull(element); 53ArgumentNullException.ThrowIfNull(element); 75ArgumentNullException.ThrowIfNull(element); 86ArgumentNullException.ThrowIfNull(element); 108ArgumentNullException.ThrowIfNull(element); 119ArgumentNullException.ThrowIfNull(element); 140ArgumentNullException.ThrowIfNull(element); 151ArgumentNullException.ThrowIfNull(element); 172ArgumentNullException.ThrowIfNull(element); 183ArgumentNullException.ThrowIfNull(element); 204ArgumentNullException.ThrowIfNull(element); 215ArgumentNullException.ThrowIfNull(element); 236ArgumentNullException.ThrowIfNull(element); 247ArgumentNullException.ThrowIfNull(element); 268ArgumentNullException.ThrowIfNull(element); 279ArgumentNullException.ThrowIfNull(element); 305ArgumentNullException.ThrowIfNull(element); 316ArgumentNullException.ThrowIfNull(element); 337ArgumentNullException.ThrowIfNull(element); 348ArgumentNullException.ThrowIfNull(element); 375ArgumentNullException.ThrowIfNull(element); 386ArgumentNullException.ThrowIfNull(element); 408ArgumentNullException.ThrowIfNull(element); 419ArgumentNullException.ThrowIfNull(element); 441ArgumentNullException.ThrowIfNull(element); 452ArgumentNullException.ThrowIfNull(element); 474ArgumentNullException.ThrowIfNull(element); 485ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\Validation.cs (11)
84ArgumentNullException.ThrowIfNull(element); 155ArgumentNullException.ThrowIfNull(element); 183ArgumentNullException.ThrowIfNull(element); 192ArgumentNullException.ThrowIfNull(element); 227ArgumentNullException.ThrowIfNull(element); 236ArgumentNullException.ThrowIfNull(element); 290ArgumentNullException.ThrowIfNull(element); 299ArgumentNullException.ThrowIfNull(element); 480ArgumentNullException.ThrowIfNull(bindingExpression); 481ArgumentNullException.ThrowIfNull(validationError); 492ArgumentNullException.ThrowIfNull(bindingExpression);
System\Windows\Controls\ValidationError.cs (2)
29ArgumentNullException.ThrowIfNull(ruleInError); 30ArgumentNullException.ThrowIfNull(bindingInError);
System\Windows\Controls\ViewPort3D.cs (1)
226ArgumentNullException.ThrowIfNull(value);
System\Windows\Controls\VirtualizationCacheLengthConverter.cs (1)
130ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Controls\VirtualizingPanel.cs (15)
64ArgumentNullException.ThrowIfNull(element); 76ArgumentNullException.ThrowIfNull(element); 98ArgumentNullException.ThrowIfNull(element); 110ArgumentNullException.ThrowIfNull(element); 130ArgumentNullException.ThrowIfNull(element); 142ArgumentNullException.ThrowIfNull(element); 161ArgumentNullException.ThrowIfNull(element); 172ArgumentNullException.ThrowIfNull(element); 196ArgumentNullException.ThrowIfNull(element); 209ArgumentNullException.ThrowIfNull(element); 230ArgumentNullException.ThrowIfNull(element); 242ArgumentNullException.ThrowIfNull(element); 262ArgumentNullException.ThrowIfNull(element); 274ArgumentNullException.ThrowIfNull(element); 294ArgumentNullException.ThrowIfNull(element);
System\Windows\Controls\VirtualizingStackPanel.cs (1)
10975ArgumentNullException.ThrowIfNull(child);
System\Windows\Controls\WebBrowser.cs (1)
154ArgumentNullException.ThrowIfNull(stream);
System\Windows\ControlTemplate.cs (1)
61ArgumentNullException.ThrowIfNull(templatedParent);
System\Windows\CornerRadiusConverter.cs (2)
117ArgumentNullException.ThrowIfNull(value); 119ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Data\Binding.cs (2)
161ArgumentNullException.ThrowIfNull(target); 170ArgumentNullException.ThrowIfNull(target);
System\Windows\Data\BindingExpression.cs (1)
208ArgumentNullException.ThrowIfNull(d);
System\Windows\Data\BindingExpressionBase.cs (3)
123ArgumentNullException.ThrowIfNull(binding); 360ArgumentNullException.ThrowIfNull(d); 361ArgumentNullException.ThrowIfNull(dp);
System\Windows\Data\BindingGroup.cs (2)
1970ArgumentNullException.ThrowIfNull(item); 1981ArgumentNullException.ThrowIfNull(item);
System\Windows\Data\BindingOperations.cs (15)
63ArgumentNullException.ThrowIfNull(target); 64ArgumentNullException.ThrowIfNull(dp); 65ArgumentNullException.ThrowIfNull(binding); 151ArgumentNullException.ThrowIfNull(target); 152ArgumentNullException.ThrowIfNull(dp); 224ArgumentNullException.ThrowIfNull(target); 225ArgumentNullException.ThrowIfNull(dp); 239ArgumentNullException.ThrowIfNull(target); 268ArgumentNullException.ThrowIfNull(target); 269ArgumentNullException.ThrowIfNull(dp); 293ArgumentNullException.ThrowIfNull(collection); 294ArgumentNullException.ThrowIfNull(synchronizationCallback); 309ArgumentNullException.ThrowIfNull(collection); 310ArgumentNullException.ThrowIfNull(lockObject); 324ArgumentNullException.ThrowIfNull(collection);
System\Windows\Data\CollectionView.cs (4)
55ArgumentNullException.ThrowIfNull(collection); 164ArgumentNullException.ThrowIfNull(value); 910ArgumentNullException.ThrowIfNull(args); 1022ArgumentNullException.ThrowIfNull(args);
System\Windows\Data\DataChangedEventManager.cs (5)
39ArgumentNullException.ThrowIfNull(source); 40ArgumentNullException.ThrowIfNull(listener); 54ArgumentNullException.ThrowIfNull(listener); 64ArgumentNullException.ThrowIfNull(handler); 74ArgumentNullException.ThrowIfNull(handler);
System\Windows\Data\ListCollectionView.cs (1)
1656ArgumentNullException.ThrowIfNull(args);
System\Windows\Data\ValueConversionAttribute.cs (2)
51ArgumentNullException.ThrowIfNull(sourceType); 52ArgumentNullException.ThrowIfNull(targetType);
System\Windows\Data\XmlNamespaceMappingCollection.cs (5)
70ArgumentNullException.ThrowIfNull(text); 85ArgumentNullException.ThrowIfNull(mapping); 119ArgumentNullException.ThrowIfNull(mapping); 132ArgumentNullException.ThrowIfNull(array); 154ArgumentNullException.ThrowIfNull(mapping);
System\Windows\DataTemplate.cs (1)
187ArgumentNullException.ThrowIfNull(templatedParent);
System\Windows\DataTrigger.cs (2)
199ArgumentNullException.ThrowIfNull(targetObject); 200ArgumentNullException.ThrowIfNull(eventArgs);
System\Windows\DeferrableContentConverter.cs (1)
29ArgumentNullException.ThrowIfNull(context);
System\Windows\DependencyPropertyHelper.cs (4)
169ArgumentNullException.ThrowIfNull(dependencyObject); 170ArgumentNullException.ThrowIfNull(dependencyProperty); 195ArgumentNullException.ThrowIfNull(elementInTemplate); 196ArgumentNullException.ThrowIfNull(dependencyProperty);
System\Windows\Documents\Adorner.cs (1)
43ArgumentNullException.ThrowIfNull(adornedElement);
System\Windows\Documents\AdornerLayer.cs (7)
147ArgumentNullException.ThrowIfNull(context); 179ArgumentNullException.ThrowIfNull(adorner); 230ArgumentNullException.ThrowIfNull(element); 255ArgumentNullException.ThrowIfNull(element); 309ArgumentNullException.ThrowIfNull(visual); 510ArgumentNullException.ThrowIfNull(adorner); 677ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\Block.cs (8)
102ArgumentNullException.ThrowIfNull(element); 113ArgumentNullException.ThrowIfNull(element); 234ArgumentNullException.ThrowIfNull(element); 245ArgumentNullException.ThrowIfNull(element); 295ArgumentNullException.ThrowIfNull(element); 307ArgumentNullException.ThrowIfNull(element); 341ArgumentNullException.ThrowIfNull(element); 352ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\BlockUIContainer.cs (1)
50ArgumentNullException.ThrowIfNull(uiElement);
System\Windows\Documents\DocumentSequence.cs (8)
60ArgumentNullException.ThrowIfNull(serviceType); 93ArgumentNullException.ThrowIfNull(value); 269ArgumentNullException.ThrowIfNull(document); 294ArgumentNullException.ThrowIfNull(userState); 308ArgumentNullException.ThrowIfNull(contentPosition); 340ArgumentNullException.ThrowIfNull(userState); 358ArgumentNullException.ThrowIfNull(o); 1075ArgumentNullException.ThrowIfNull(serviceType);
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
342ArgumentNullException.ThrowIfNull(position);
System\Windows\Documents\DocumentSequenceTextPointer.cs (3)
655ArgumentNullException.ThrowIfNull(textBuffer); 729ArgumentNullException.ThrowIfNull(property); 740ArgumentNullException.ThrowIfNull(property);
System\Windows\Documents\DocumentSequenceTextView.cs (3)
253ArgumentNullException.ThrowIfNull(position); 300ArgumentNullException.ThrowIfNull(position); 326ArgumentNullException.ThrowIfNull(position);
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (9)
56ArgumentNullException.ThrowIfNull(element); 102ArgumentNullException.ThrowIfNull(element); 159ArgumentNullException.ThrowIfNull(element); 189ArgumentNullException.ThrowIfNull(listItem); 231ArgumentNullException.ThrowIfNull(element); 285ArgumentNullException.ThrowIfNull(tableRowGroup); 327ArgumentNullException.ThrowIfNull(tableRow); 370ArgumentNullException.ThrowIfNull(tableCell); 414ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\DocumentStructures\StoryFragments.cs (2)
30ArgumentNullException.ThrowIfNull(storyFragment); 88ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\FixedDocument.cs (7)
94ArgumentNullException.ThrowIfNull(serviceType); 128ArgumentNullException.ThrowIfNull(value); 371ArgumentNullException.ThrowIfNull(userState); 399ArgumentNullException.ThrowIfNull(contentPosition); 419ArgumentNullException.ThrowIfNull(userState); 438ArgumentNullException.ThrowIfNull(o); 1376ArgumentNullException.ThrowIfNull(serviceType);
System\Windows\Documents\FixedLineResult.cs (1)
42ArgumentNullException.ThrowIfNull(o);
System\Windows\Documents\FixedNode.cs (1)
147ArgumentNullException.ThrowIfNull(o);
System\Windows\Documents\FixedPage.cs (11)
181ArgumentNullException.ThrowIfNull(value); 218ArgumentNullException.ThrowIfNull(element); 231ArgumentNullException.ThrowIfNull(element); 246ArgumentNullException.ThrowIfNull(element); 259ArgumentNullException.ThrowIfNull(element); 274ArgumentNullException.ThrowIfNull(element); 287ArgumentNullException.ThrowIfNull(element); 302ArgumentNullException.ThrowIfNull(element); 315ArgumentNullException.ThrowIfNull(element); 327ArgumentNullException.ThrowIfNull(element); 338ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
278ArgumentNullException.ThrowIfNull(path);
System\Windows\Documents\FixedTextContainer.cs (1)
309ArgumentNullException.ThrowIfNull(position);
System\Windows\Documents\FixedTextPointer.cs (4)
125ArgumentNullException.ThrowIfNull(textBuffer); 192ArgumentNullException.ThrowIfNull(property); 204ArgumentNullException.ThrowIfNull(property); 493ArgumentNullException.ThrowIfNull(textData);
System\Windows\Documents\FlowDocument.cs (3)
116ArgumentNullException.ThrowIfNull(block); 1625ArgumentNullException.ThrowIfNull(value); 1685ArgumentNullException.ThrowIfNull(serviceType);
System\Windows\Documents\FlowNode.cs (1)
108ArgumentNullException.ThrowIfNull(o);
System\Windows\Documents\FlowPosition.cs (1)
64ArgumentNullException.ThrowIfNull(o);
System\Windows\Documents\InlineCollection.cs (2)
188ArgumentNullException.ThrowIfNull(text); 234ArgumentNullException.ThrowIfNull(uiElement);
System\Windows\Documents\List.cs (2)
58ArgumentNullException.ThrowIfNull(listItem); 181ArgumentNullException.ThrowIfNull(item);
System\Windows\Documents\ListItem.cs (1)
49ArgumentNullException.ThrowIfNull(paragraph);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\OptionDescription.cs (1)
60ArgumentNullException.ThrowIfNull(optionDescription);
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellingError.cs (1)
72ArgumentNullException.ThrowIfNull(error);
System\Windows\Documents\MsSpellCheckLib\SpellCheckerFactory\SpellCheckerFactory.cs (4)
322ArgumentNullException.ThrowIfNull(dictionaryPath); 323ArgumentNullException.ThrowIfNull(languageTag); 353ArgumentNullException.ThrowIfNull(dictionaryPath); 354ArgumentNullException.ThrowIfNull(languageTag);
System\Windows\Documents\MsSpellCheckLib\Utils\Extensions.cs (4)
33ArgumentNullException.ThrowIfNull(enumString); 77ArgumentNullException.ThrowIfNull(spellingErrors); 120ArgumentNullException.ThrowIfNull(errors); 144ArgumentNullException.ThrowIfNull(spellingErrors);
System\Windows\Documents\MsSpellCheckLib\Utils\RetryHelper.cs (3)
283ArgumentNullException.ThrowIfNull(exception); 284ArgumentNullException.ThrowIfNull(exceptions); 298ArgumentNullException.ThrowIfNull(exceptions);
System\Windows\Documents\PageContent.cs (3)
167ArgumentNullException.ThrowIfNull(value); 267ArgumentNullException.ThrowIfNull(value); 343ArgumentNullException.ThrowIfNull(pageVisual);
System\Windows\Documents\PageContentCollection.cs (1)
53ArgumentNullException.ThrowIfNull(newPageContent);
System\Windows\Documents\Paragraph.cs (1)
51ArgumentNullException.ThrowIfNull(inline);
System\Windows\Documents\RubberbandSelector.cs (1)
45ArgumentNullException.ThrowIfNull(scope);
System\windows\Documents\Section.cs (1)
44ArgumentNullException.ThrowIfNull(block);
System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
63ArgumentNullException.ThrowIfNull(factoryInstance);
System\Windows\Documents\Serialization\SerializerProvider.cs (4)
72ArgumentNullException.ThrowIfNull(serializerDescriptor); 98ArgumentNullException.ThrowIfNull(serializerDescriptor); 125ArgumentNullException.ThrowIfNull(serializerDescriptor); 133ArgumentNullException.ThrowIfNull(stream);
System\Windows\Documents\Span.cs (2)
88ArgumentNullException.ThrowIfNull(start); 89ArgumentNullException.ThrowIfNull(end);
System\Windows\Documents\Table.cs (1)
58ArgumentNullException.ThrowIfNull(value);
System\Windows\Documents\TableCell.cs (1)
60ArgumentNullException.ThrowIfNull(blockItem);
System\Windows\Documents\TableRow.cs (1)
56ArgumentNullException.ThrowIfNull(value);
System\Windows\Documents\TableRowGroup.cs (1)
57ArgumentNullException.ThrowIfNull(value);
System\Windows\Documents\TextContainer.cs (3)
214ArgumentNullException.ThrowIfNull(position); 215ArgumentNullException.ThrowIfNull(property); 256ArgumentNullException.ThrowIfNull(position);
System\Windows\Documents\TextEffectResolver.cs (3)
41ArgumentNullException.ThrowIfNull(effect); 130ArgumentNullException.ThrowIfNull(element); 131ArgumentNullException.ThrowIfNull(effect);
System\Windows\Documents\TextElement.cs (15)
473ArgumentNullException.ThrowIfNull(element); 484ArgumentNullException.ThrowIfNull(element); 518ArgumentNullException.ThrowIfNull(element); 529ArgumentNullException.ThrowIfNull(element); 563ArgumentNullException.ThrowIfNull(element); 574ArgumentNullException.ThrowIfNull(element); 608ArgumentNullException.ThrowIfNull(element); 619ArgumentNullException.ThrowIfNull(element); 656ArgumentNullException.ThrowIfNull(element); 668ArgumentNullException.ThrowIfNull(element); 704ArgumentNullException.ThrowIfNull(element); 715ArgumentNullException.ThrowIfNull(element); 857ArgumentNullException.ThrowIfNull(text); 1488ArgumentNullException.ThrowIfNull(textData); 1522ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\TextElementCollection.cs (10)
78ArgumentNullException.ThrowIfNull(item); 242ArgumentNullException.ThrowIfNull(previousSibling); 244ArgumentNullException.ThrowIfNull(newItem); 281ArgumentNullException.ThrowIfNull(nextSibling); 283ArgumentNullException.ThrowIfNull(newItem); 316ArgumentNullException.ThrowIfNull(range); 394ArgumentNullException.ThrowIfNull(value); 447ArgumentNullException.ThrowIfNull(value); 560ArgumentNullException.ThrowIfNull(value); 597ArgumentNullException.ThrowIfNull(array);
System\Windows\Documents\TextPointer.cs (8)
256ArgumentNullException.ThrowIfNull(textPointer); 264ArgumentNullException.ThrowIfNull(position); 431ArgumentNullException.ThrowIfNull(textPosition); 1271ArgumentNullException.ThrowIfNull(textData); 1749ArgumentNullException.ThrowIfNull(textBuffer); 2138ArgumentNullException.ThrowIfNull(uiElement); 2499ArgumentNullException.ThrowIfNull(formattingProperty); 2523ArgumentNullException.ThrowIfNull(formattingProperty);
System\Windows\Documents\TextRange.cs (4)
83ArgumentNullException.ThrowIfNull(position1); 84ArgumentNullException.ThrowIfNull(position2); 779ArgumentNullException.ThrowIfNull(formattingProperty); 848ArgumentNullException.ThrowIfNull(formattingProperty);
System\Windows\Documents\TextRangeBase.cs (8)
61ArgumentNullException.ThrowIfNull(textPointer); 185ArgumentNullException.ThrowIfNull(position); 235ArgumentNullException.ThrowIfNull(position); 1284ArgumentNullException.ThrowIfNull(textData); 1496ArgumentNullException.ThrowIfNull(stream); 1497ArgumentNullException.ThrowIfNull(dataFormat); 1544ArgumentNullException.ThrowIfNull(stream); 1545ArgumentNullException.ThrowIfNull(dataFormat);
System\Windows\Documents\Typography.cs (87)
30ArgumentNullException.ThrowIfNull(owner); 364ArgumentNullException.ThrowIfNull(element); 377ArgumentNullException.ThrowIfNull(element); 390ArgumentNullException.ThrowIfNull(element); 403ArgumentNullException.ThrowIfNull(element); 416ArgumentNullException.ThrowIfNull(element); 429ArgumentNullException.ThrowIfNull(element); 442ArgumentNullException.ThrowIfNull(element); 455ArgumentNullException.ThrowIfNull(element); 468ArgumentNullException.ThrowIfNull(element); 481ArgumentNullException.ThrowIfNull(element); 494ArgumentNullException.ThrowIfNull(element); 507ArgumentNullException.ThrowIfNull(element); 520ArgumentNullException.ThrowIfNull(element); 533ArgumentNullException.ThrowIfNull(element); 546ArgumentNullException.ThrowIfNull(element); 559ArgumentNullException.ThrowIfNull(element); 572ArgumentNullException.ThrowIfNull(element); 585ArgumentNullException.ThrowIfNull(element); 598ArgumentNullException.ThrowIfNull(element); 611ArgumentNullException.ThrowIfNull(element); 624ArgumentNullException.ThrowIfNull(element); 637ArgumentNullException.ThrowIfNull(element); 650ArgumentNullException.ThrowIfNull(element); 663ArgumentNullException.ThrowIfNull(element); 676ArgumentNullException.ThrowIfNull(element); 689ArgumentNullException.ThrowIfNull(element); 702ArgumentNullException.ThrowIfNull(element); 715ArgumentNullException.ThrowIfNull(element); 728ArgumentNullException.ThrowIfNull(element); 741ArgumentNullException.ThrowIfNull(element); 754ArgumentNullException.ThrowIfNull(element); 767ArgumentNullException.ThrowIfNull(element); 780ArgumentNullException.ThrowIfNull(element); 793ArgumentNullException.ThrowIfNull(element); 806ArgumentNullException.ThrowIfNull(element); 819ArgumentNullException.ThrowIfNull(element); 832ArgumentNullException.ThrowIfNull(element); 845ArgumentNullException.ThrowIfNull(element); 858ArgumentNullException.ThrowIfNull(element); 871ArgumentNullException.ThrowIfNull(element); 884ArgumentNullException.ThrowIfNull(element); 897ArgumentNullException.ThrowIfNull(element); 910ArgumentNullException.ThrowIfNull(element); 923ArgumentNullException.ThrowIfNull(element); 936ArgumentNullException.ThrowIfNull(element); 949ArgumentNullException.ThrowIfNull(element); 962ArgumentNullException.ThrowIfNull(element); 975ArgumentNullException.ThrowIfNull(element); 988ArgumentNullException.ThrowIfNull(element); 1001ArgumentNullException.ThrowIfNull(element); 1014ArgumentNullException.ThrowIfNull(element); 1027ArgumentNullException.ThrowIfNull(element); 1040ArgumentNullException.ThrowIfNull(element); 1053ArgumentNullException.ThrowIfNull(element); 1066ArgumentNullException.ThrowIfNull(element); 1079ArgumentNullException.ThrowIfNull(element); 1092ArgumentNullException.ThrowIfNull(element); 1105ArgumentNullException.ThrowIfNull(element); 1118ArgumentNullException.ThrowIfNull(element); 1131ArgumentNullException.ThrowIfNull(element); 1144ArgumentNullException.ThrowIfNull(element); 1157ArgumentNullException.ThrowIfNull(element); 1170ArgumentNullException.ThrowIfNull(element); 1183ArgumentNullException.ThrowIfNull(element); 1196ArgumentNullException.ThrowIfNull(element); 1209ArgumentNullException.ThrowIfNull(element); 1222ArgumentNullException.ThrowIfNull(element); 1235ArgumentNullException.ThrowIfNull(element); 1248ArgumentNullException.ThrowIfNull(element); 1261ArgumentNullException.ThrowIfNull(element); 1274ArgumentNullException.ThrowIfNull(element); 1287ArgumentNullException.ThrowIfNull(element); 1300ArgumentNullException.ThrowIfNull(element); 1313ArgumentNullException.ThrowIfNull(element); 1326ArgumentNullException.ThrowIfNull(element); 1339ArgumentNullException.ThrowIfNull(element); 1352ArgumentNullException.ThrowIfNull(element); 1365ArgumentNullException.ThrowIfNull(element); 1378ArgumentNullException.ThrowIfNull(element); 1391ArgumentNullException.ThrowIfNull(element); 1404ArgumentNullException.ThrowIfNull(element); 1417ArgumentNullException.ThrowIfNull(element); 1430ArgumentNullException.ThrowIfNull(element); 1443ArgumentNullException.ThrowIfNull(element); 1456ArgumentNullException.ThrowIfNull(element); 1469ArgumentNullException.ThrowIfNull(element);
System\Windows\Documents\ValidationHelper.cs (2)
55ArgumentNullException.ThrowIfNull(startPosition); 56ArgumentNullException.ThrowIfNull(endPosition);
System\Windows\Documents\WpfPayload.cs (3)
188ArgumentNullException.ThrowIfNull(range); 299ArgumentNullException.ThrowIfNull(stream); 480ArgumentNullException.ThrowIfNull(image);
System\Windows\Documents\XamlRtfConverter.cs (2)
52ArgumentNullException.ThrowIfNull(xamlContent); 89ArgumentNullException.ThrowIfNull(rtfContent);
System\Windows\DynamicResourceExtension.cs (2)
38ArgumentNullException.ThrowIfNull(resourceKey); 82ArgumentNullException.ThrowIfNull(value);
System\Windows\DynamicResourceExtensionConverter.cs (1)
42ArgumentNullException.ThrowIfNull(value);
System\Windows\EventSetter.cs (4)
32ArgumentNullException.ThrowIfNull(routedEvent); 33ArgumentNullException.ThrowIfNull(handler); 47ArgumentNullException.ThrowIfNull(value); 63ArgumentNullException.ThrowIfNull(value);
System\Windows\EventSetterHandlerConverter.cs (2)
50ArgumentNullException.ThrowIfNull(typeDescriptorContext); 51ArgumentNullException.ThrowIfNull(source);
System\Windows\EventTrigger.cs (1)
92ArgumentNullException.ThrowIfNull(value);
System\Windows\FigureLengthConverter.cs (1)
143ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\FontSizeConverter.cs (1)
99ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\FrameworkContentElement.cs (4)
339ArgumentNullException.ThrowIfNull(resourceKey); 366ArgumentNullException.ThrowIfNull(resourceKey); 423ArgumentNullException.ThrowIfNull(storyboard); 985ArgumentNullException.ThrowIfNull(request);
System\Windows\FrameworkElement.cs (6)
447ArgumentNullException.ThrowIfNull(storyboard); 819ArgumentNullException.ThrowIfNull(resourceKey); 847ArgumentNullException.ThrowIfNull(resourceKey); 3683ArgumentNullException.ThrowIfNull(element); 3693ArgumentNullException.ThrowIfNull(element); 5302ArgumentNullException.ThrowIfNull(request);
System\Windows\FrameworkElementFactory.cs (8)
124ArgumentNullException.ThrowIfNull(value); 163ArgumentNullException.ThrowIfNull(child); 202ArgumentNullException.ThrowIfNull(dp); 280ArgumentNullException.ThrowIfNull(dp); 305ArgumentNullException.ThrowIfNull(routedEvent); 306ArgumentNullException.ThrowIfNull(handler); 341ArgumentNullException.ThrowIfNull(routedEvent); 342ArgumentNullException.ThrowIfNull(handler);
System\Windows\FrameworkTemplate.cs (1)
300ArgumentNullException.ThrowIfNull(templatedParent);
System\Windows\GridLengthConverter.cs (1)
163ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Ink\Events.cs (10)
31ArgumentNullException.ThrowIfNull(stroke); 77ArgumentNullException.ThrowIfNull(newStrokes); 78ArgumentNullException.ThrowIfNull(previousStrokes); 126ArgumentNullException.ThrowIfNull(selectedStrokes); 127ArgumentNullException.ThrowIfNull(selectedElements); 165ArgumentNullException.ThrowIfNull(selectedElements); 188ArgumentNullException.ThrowIfNull(selectedStrokes); 265ArgumentNullException.ThrowIfNull(stroke); 302ArgumentNullException.ThrowIfNull(strokes); 307ArgumentNullException.ThrowIfNull(gestureRecognitionResults);
System\Windows\Input\Command\CommandConverter.cs (1)
169ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Input\KeyboardNavigation.cs (12)
324ArgumentNullException.ThrowIfNull(element); 337ArgumentNullException.ThrowIfNull(element); 349ArgumentNullException.ThrowIfNull(element); 362ArgumentNullException.ThrowIfNull(element); 374ArgumentNullException.ThrowIfNull(element); 388ArgumentNullException.ThrowIfNull(element); 400ArgumentNullException.ThrowIfNull(element); 414ArgumentNullException.ThrowIfNull(element); 426ArgumentNullException.ThrowIfNull(element); 440ArgumentNullException.ThrowIfNull(element); 452ArgumentNullException.ThrowIfNull(element); 465ArgumentNullException.ThrowIfNull(element);
System\Windows\Interop\WindowInteropHelper.cs (1)
34ArgumentNullException.ThrowIfNull(window);
System\Windows\LengthConverter.cs (1)
137ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Localization.cs (4)
54ArgumentNullException.ThrowIfNull(element); 66ArgumentNullException.ThrowIfNull(element); 80ArgumentNullException.ThrowIfNull(element); 92ArgumentNullException.ThrowIfNull(element);
System\Windows\LogicalTreeHelper.cs (6)
64ArgumentNullException.ThrowIfNull(logicalTreeNode); 115ArgumentNullException.ThrowIfNull(current); 139ArgumentNullException.ThrowIfNull(current); 161ArgumentNullException.ThrowIfNull(current); 171ArgumentNullException.ThrowIfNull(current); 181ArgumentNullException.ThrowIfNull(current);
System\Windows\LostFocusEventManager.cs (6)
42ArgumentNullException.ThrowIfNull(source); 43ArgumentNullException.ThrowIfNull(listener); 53ArgumentNullException.ThrowIfNull(source); 54ArgumentNullException.ThrowIfNull(listener); 64ArgumentNullException.ThrowIfNull(handler); 74ArgumentNullException.ThrowIfNull(handler);
System\Windows\Markup\Baml2006\Baml2006Reader.cs (6)
49ArgumentNullException.ThrowIfNull(fileName); 61ArgumentNullException.ThrowIfNull(stream); 71ArgumentNullException.ThrowIfNull(stream); 72ArgumentNullException.ThrowIfNull(xamlReaderSettings); 91ArgumentNullException.ThrowIfNull(stream); 92ArgumentNullException.ThrowIfNull(schemaContext);
System\Windows\Markup\Baml2006\Baml2006ReaderContext.cs (1)
12ArgumentNullException.ThrowIfNull(schemaContext);
System\Windows\Markup\Baml2006\Baml2006SchemaContext.cs (8)
339ArgumentNullException.ThrowIfNull(assemblyName); 363ArgumentNullException.ThrowIfNull(typeName); 390ArgumentNullException.ThrowIfNull(propertyName); 409ArgumentNullException.ThrowIfNull(value); 704ArgumentNullException.ThrowIfNull(name); 712ArgumentNullException.ThrowIfNull(assembly); 729ArgumentNullException.ThrowIfNull(name); 748ArgumentNullException.ThrowIfNull(name);
System\Windows\Markup\Baml2006\Baml6Assembly.cs (2)
20ArgumentNullException.ThrowIfNull(name); 28ArgumentNullException.ThrowIfNull(assembly);
System\Windows\Markup\Baml2006\SharedStream.cs (3)
25ArgumentNullException.ThrowIfNull(baseStream); 38ArgumentNullException.ThrowIfNull(baseStream); 165ArgumentNullException.ThrowIfNull(buffer);
System\Windows\Markup\Baml2006\WpfSharedBamlSchemaContext.cs (1)
177ArgumentNullException.ThrowIfNull(type);
System\Windows\Markup\Baml2006\WpfSharedXamlSchemaContext.cs (1)
20ArgumentNullException.ThrowIfNull(type);
System\Windows\Markup\BamlWriter.cs (1)
28ArgumentNullException.ThrowIfNull(stream);
System\Windows\Markup\DependencyPropertyConverter.cs (2)
64ArgumentNullException.ThrowIfNull(context); 65ArgumentNullException.ThrowIfNull(source);
System\Windows\Markup\Localizer\BamlLocalizableResourceKey.cs (3)
25ArgumentNullException.ThrowIfNull(uid); 26ArgumentNullException.ThrowIfNull(className); 27ArgumentNullException.ThrowIfNull(propertyName);
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (9)
210ArgumentNullException.ThrowIfNull(key); 215ArgumentNullException.ThrowIfNull(key); 227ArgumentNullException.ThrowIfNull(key); 295ArgumentNullException.ThrowIfNull(array); 322ArgumentNullException.ThrowIfNull(key); 328ArgumentNullException.ThrowIfNull(key); 334ArgumentNullException.ThrowIfNull(key); 342ArgumentNullException.ThrowIfNull(key); 347ArgumentNullException.ThrowIfNull(key);
System\Windows\Markup\Localizer\BamlLocalizer.cs (3)
55ArgumentNullException.ThrowIfNull(source); 82ArgumentNullException.ThrowIfNull(target); 83ArgumentNullException.ThrowIfNull(updates);
System\Windows\Markup\Primitives\MarkupWriter.cs (8)
34ArgumentNullException.ThrowIfNull(instance); 56ArgumentNullException.ThrowIfNull(instance); 57ArgumentNullException.ThrowIfNull(manager); 72ArgumentNullException.ThrowIfNull(writer); 91ArgumentNullException.ThrowIfNull(writer); 92ArgumentNullException.ThrowIfNull(manager); 113ArgumentNullException.ThrowIfNull(writer); 114ArgumentNullException.ThrowIfNull(item);
System\Windows\Markup\RoutedEventConverter.cs (2)
139ArgumentNullException.ThrowIfNull(value); 140ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Markup\SetterTriggerConditionValueConverter.cs (2)
84ArgumentNullException.ThrowIfNull(serviceProvider); 85ArgumentNullException.ThrowIfNull(source);
System\Windows\Markup\XamlFigureLengthSerializer.cs (2)
63ArgumentNullException.ThrowIfNull(writer); 134ArgumentNullException.ThrowIfNull(reader);
System\Windows\Markup\XamlGridLengthSerializer.cs (2)
63ArgumentNullException.ThrowIfNull(writer); 134ArgumentNullException.ThrowIfNull(reader);
System\Windows\Markup\XamlReader.cs (7)
131ArgumentNullException.ThrowIfNull(reader); 159ArgumentNullException.ThrowIfNull(stream); 200ArgumentNullException.ThrowIfNull(stream); 243ArgumentNullException.ThrowIfNull(reader); 279ArgumentNullException.ThrowIfNull(stream); 319ArgumentNullException.ThrowIfNull(reader); 962ArgumentNullException.ThrowIfNull(reader);
System\Windows\Markup\XamlWriter.cs (9)
39ArgumentNullException.ThrowIfNull(obj); 74ArgumentNullException.ThrowIfNull(obj); 75ArgumentNullException.ThrowIfNull(writer); 99ArgumentNullException.ThrowIfNull(obj); 100ArgumentNullException.ThrowIfNull(stream); 126ArgumentNullException.ThrowIfNull(obj); 127ArgumentNullException.ThrowIfNull(xmlWriter); 156ArgumentNullException.ThrowIfNull(obj); 157ArgumentNullException.ThrowIfNull(manager);
System\Windows\Media\Animation\Generated\SplineKeyFrames.cs (2)
69ArgumentNullException.ThrowIfNull(keySpline); 141ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\ThicknessAnimationBase.cs (3)
78ArgumentNullException.ThrowIfNull(defaultOriginValue); 79ArgumentNullException.ThrowIfNull(defaultDestinationValue); 133ArgumentNullException.ThrowIfNull(animationClock);
System\Windows\Media\Animation\Generated\ThicknessAnimationUsingKeyFrames.cs (3)
205ArgumentNullException.ThrowIfNull(child); 246ArgumentNullException.ThrowIfNull(childText); 523ArgumentNullException.ThrowIfNull(value);
System\Windows\Media\Animation\Generated\ThicknessKeyFrameCollection.cs (2)
282ArgumentNullException.ThrowIfNull(keyFrame); 363ArgumentNullException.ThrowIfNull(keyFrame);
System\Windows\Media\Animation\Storyboard.cs (9)
84ArgumentNullException.ThrowIfNull(element); 99ArgumentNullException.ThrowIfNull(element); 133ArgumentNullException.ThrowIfNull(element); 134ArgumentNullException.ThrowIfNull(name); 143ArgumentNullException.ThrowIfNull(element); 163ArgumentNullException.ThrowIfNull(element); 164ArgumentNullException.ThrowIfNull(path); 173ArgumentNullException.ThrowIfNull(element); 1211ArgumentNullException.ThrowIfNull(containingObject);
System\Windows\Media\TextOptions.cs (6)
64ArgumentNullException.ThrowIfNull(element); 71ArgumentNullException.ThrowIfNull(element); 78ArgumentNullException.ThrowIfNull(element); 85ArgumentNullException.ThrowIfNull(element); 93ArgumentNullException.ThrowIfNull(element); 100ArgumentNullException.ThrowIfNull(element);
System\Windows\Navigation\Journal.cs (1)
270ArgumentNullException.ThrowIfNull(journalEntry);
System\Windows\Navigation\JournalEntry.cs (6)
109ArgumentNullException.ThrowIfNull(info); 150ArgumentNullException.ThrowIfNull(dependencyObject); 166ArgumentNullException.ThrowIfNull(dependencyObject); 181ArgumentNullException.ThrowIfNull(dependencyObject); 256ArgumentNullException.ThrowIfNull(contentObject); 274ArgumentNullException.ThrowIfNull(contentObject);
System\Windows\Navigation\JournalEntryListConverter.cs (2)
84ArgumentNullException.ThrowIfNull(element); 94ArgumentNullException.ThrowIfNull(element);
System\Windows\Navigation\NavigationService.cs (1)
1291ArgumentNullException.ThrowIfNull(dependencyObject);
System\Windows\PropertyPathConverter.cs (3)
95ArgumentNullException.ThrowIfNull(source); 128ArgumentNullException.ThrowIfNull(value); 129ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\ResourceDictionary.cs (1)
87ArgumentNullException.ThrowIfNull(array);
System\Windows\ResourceDictionaryCollection.cs (2)
43ArgumentNullException.ThrowIfNull(item); 54ArgumentNullException.ThrowIfNull(item);
System\Windows\ResourceReferenceExpression.cs (2)
51ArgumentNullException.ThrowIfNull(d); 52ArgumentNullException.ThrowIfNull(dp);
System\Windows\ResourceReferenceExpressionConverter.cs (2)
63ArgumentNullException.ThrowIfNull(destinationType); 118ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Setter.cs (4)
63ArgumentNullException.ThrowIfNull(property); 219ArgumentNullException.ThrowIfNull(targetObject); 220ArgumentNullException.ThrowIfNull(eventArgs); 251ArgumentNullException.ThrowIfNull(eventArgs);
System\Windows\SetterBaseCollection.cs (1)
107ArgumentNullException.ThrowIfNull(setterBase);
System\Windows\SizeChangedEventArgs.cs (2)
24ArgumentNullException.ThrowIfNull(info); 25ArgumentNullException.ThrowIfNull(element);
System\Windows\StaticResourceExtension.cs (2)
37ArgumentNullException.ThrowIfNull(resourceKey); 70ArgumentNullException.ThrowIfNull(value);
System\Windows\Style.cs (2)
161ArgumentNullException.ThrowIfNull(value); 388ArgumentNullException.ThrowIfNull(value);
System\Windows\SystemKeyConverter.cs (3)
39ArgumentNullException.ThrowIfNull(sourceType); 59ArgumentNullException.ThrowIfNull(destinationType); 112ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\TemplateBindingExtension.cs (3)
39ArgumentNullException.ThrowIfNull(property); 72ArgumentNullException.ThrowIfNull(value); 86ArgumentNullException.ThrowIfNull(value);
System\Windows\TemplateBindingExtensionConverter.cs (1)
46ArgumentNullException.ThrowIfNull(value);
System\Windows\TemplateContentLoader.cs (2)
12ArgumentNullException.ThrowIfNull(serviceProvider); 13ArgumentNullException.ThrowIfNull(xamlReader);
System\Windows\ThemeDictionaryExtension.cs (1)
33ArgumentNullException.ThrowIfNull(assemblyName);
System\Windows\ThemeManager.cs (3)
395ArgumentNullException.ThrowIfNull(newDictionary); 417ArgumentNullException.ThrowIfNull(rd); 435ArgumentNullException.ThrowIfNull(rd, nameof(rd));
System\Windows\ThemeModeConverter.cs (1)
95ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\ThicknessConverter.cs (2)
120ArgumentNullException.ThrowIfNull(value); 121ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Trigger.cs (2)
175ArgumentNullException.ThrowIfNull(o); 287ArgumentNullException.ThrowIfNull(eventArgs);
System\Windows\TriggerActionCollection.cs (1)
303ArgumentNullException.ThrowIfNull(value);
System\Windows\TriggerBase.cs (1)
187ArgumentNullException.ThrowIfNull(target);
System\Windows\TriggerCollection.cs (1)
137ArgumentNullException.ThrowIfNull(triggerBase);
System\Windows\VisualStateManager.cs (16)
28ArgumentNullException.ThrowIfNull(stateName); 70ArgumentNullException.ThrowIfNull(control); 86ArgumentNullException.ThrowIfNull(stateGroupsRoot); 110ArgumentNullException.ThrowIfNull(obj); 117ArgumentNullException.ThrowIfNull(obj); 141ArgumentNullException.ThrowIfNull(obj); 157ArgumentNullException.ThrowIfNull(obj); 187ArgumentNullException.ThrowIfNull(stateGroupsRoot); 188ArgumentNullException.ThrowIfNull(state); 328ArgumentNullException.ThrowIfNull(stateGroup); 329ArgumentNullException.ThrowIfNull(newState); 341ArgumentNullException.ThrowIfNull(stateGroup); 342ArgumentNullException.ThrowIfNull(newState); 529ArgumentNullException.ThrowIfNull(element); 530ArgumentNullException.ThrowIfNull(group); 531ArgumentNullException.ThrowIfNull(to);
System\Windows\Window.cs (1)
524ArgumentNullException.ThrowIfNull(dependencyObject);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
59ArgumentNullException.ThrowIfNull(element); 71ArgumentNullException.ThrowIfNull(element);
PresentationFramework.Aero2 (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
59ArgumentNullException.ThrowIfNull(element); 71ArgumentNullException.ThrowIfNull(element);
PresentationFramework.AeroLite (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
58ArgumentNullException.ThrowIfNull(element); 70ArgumentNullException.ThrowIfNull(element);
PresentationFramework.Fluent.Tests (1)
ResourceTests\FluentResourceDictionaryTests.cs (1)
84ArgumentNullException.ThrowIfNull(resourceDictionary, nameof(resourceDictionary));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
97ArgumentNullException.ThrowIfNull(element); 109ArgumentNullException.ThrowIfNull(element);
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ScrollChrome.cs (2)
79ArgumentNullException.ThrowIfNull(element); 91ArgumentNullException.ThrowIfNull(element);
PresentationUI (41)
MS\Internal\Documents\Application\CommandEnforcer.cs (2)
26ArgumentNullException.ThrowIfNull(command); 87ArgumentNullException.ThrowIfNull(bind);
MS\Internal\Documents\Application\DocumentManager.cs (1)
502ArgumentNullException.ThrowIfNull(document);
MS\Internal\Documents\Application\DocumentProperties.cs (1)
32ArgumentNullException.ThrowIfNull(uri);
MS\Internal\Documents\Application\DocumentStream.cs (2)
381ArgumentNullException.ThrowIfNull(existing); 970ArgumentNullException.ThrowIfNull(location);
MS\Internal\Documents\Application\PageTextBox.cs (1)
398ArgumentNullException.ThrowIfNull(value);
MS\Internal\Documents\Application\RestrictedTransactionalPackage.cs (1)
45ArgumentNullException.ThrowIfNull(target);
MS\Internal\Documents\Application\RightsManagementErrorHandler.cs (1)
71ArgumentNullException.ThrowIfNull(exception);
MS\Internal\Documents\Application\TransactionalPackage.cs (5)
61ArgumentNullException.ThrowIfNull(original); 78ArgumentNullException.ThrowIfNull(workspace); 97ArgumentNullException.ThrowIfNull(target); 144ArgumentNullException.ThrowIfNull(newOriginal); 518ArgumentNullException.ThrowIfNull(packagePart);
MS\Internal\Documents\Application\WriteableOnDemandPackagePart.cs (3)
63ArgumentNullException.ThrowIfNull(container); 64ArgumentNullException.ThrowIfNull(readingPart); 65ArgumentNullException.ThrowIfNull(writeablePartFactory);
MS\Internal\Documents\Application\WriteableOnDemandStream.cs (2)
54ArgumentNullException.ThrowIfNull(readingStream); 55ArgumentNullException.ThrowIfNull(writeableStreamFactory);
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
541ArgumentNullException.ThrowIfNull(value);
MS\Internal\Documents\DigitalSignatureProvider.cs (1)
33ArgumentNullException.ThrowIfNull(package);
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
223ArgumentNullException.ThrowIfNull(docSigManager); 224ArgumentNullException.ThrowIfNull(rmManager); 1633ArgumentNullException.ThrowIfNull(args);
MS\Internal\Documents\DocumentSignatureManager.cs (3)
36ArgumentNullException.ThrowIfNull(digSigProvider); 1077ArgumentNullException.ThrowIfNull(digitalSignature); 1145ArgumentNullException.ThrowIfNull(args);
MS\Internal\Documents\PeoplePickerWrapper.cs (1)
317ArgumentNullException.ThrowIfNull(dataStream);
MS\Internal\Documents\RequestedSignatureDialog.cs (1)
23ArgumentNullException.ThrowIfNull(docSigManager);
MS\Internal\Documents\RightsManagementManager.cs (1)
42ArgumentNullException.ThrowIfNull(rmProvider);
MS\Internal\Documents\RightsManagementProvider.cs (3)
446ArgumentNullException.ThrowIfNull(user); 480ArgumentNullException.ThrowIfNull(user); 639ArgumentNullException.ThrowIfNull(licenses);
MS\Internal\Documents\RightsManagementResourceHelper.cs (1)
70ArgumentNullException.ThrowIfNull(user);
MS\Internal\Documents\RMPublishingDialog.RightsTable.cs (5)
621ArgumentNullException.ThrowIfNull(everyoneRow); 642ArgumentNullException.ThrowIfNull(everyoneRow); 643ArgumentNullException.ThrowIfNull(targetRow); 729ArgumentNullException.ThrowIfNull(everyoneRow); 760ArgumentNullException.ThrowIfNull(row);
MS\Internal\Documents\SigningDialog.cs (2)
33ArgumentNullException.ThrowIfNull(x509Certificate2); 34ArgumentNullException.ThrowIfNull(docSigManager);
ReachFramework (157)
AlphaFlattener\MetroDevice.cs (6)
432ArgumentNullException.ThrowIfNull(queue); 778ArgumentNullException.ThrowIfNull(ticket); 785ArgumentNullException.ThrowIfNull(ticket); 786ArgumentNullException.ThrowIfNull(devMode); 793ArgumentNullException.ThrowIfNull(ticket); 813ArgumentNullException.ThrowIfNull(ticket);
MS\Internal\Printing\Configuration\DevMode.cs (1)
29ArgumentNullException.ThrowIfNull(devModeBytes);
Packaging\PartEditor.cs (1)
40ArgumentNullException.ThrowIfNull(metroPart);
Packaging\XpsDocument.cs (3)
158ArgumentNullException.ThrowIfNull(path); 470ArgumentNullException.ThrowIfNull(signature); 834ArgumentNullException.ThrowIfNull(certificate);
Packaging\XpsFixedDocumentReaderWriter.cs (1)
263ArgumentNullException.ThrowIfNull(part);
Packaging\XpsFixedDocumentSequenceReaderWriter.cs (1)
198ArgumentNullException.ThrowIfNull(part);
Packaging\XpsFixedPageReaderWriter.cs (3)
448ArgumentNullException.ThrowIfNull(part); 1222ArgumentNullException.ThrowIfNull(mimeType); 1242ArgumentNullException.ThrowIfNull(mimeType);
Packaging\XpsInterleavingPolicy.cs (1)
276ArgumentNullException.ThrowIfNull(node);
Packaging\XpsManager.cs (11)
297ArgumentNullException.ThrowIfNull(contentType); 347ArgumentNullException.ThrowIfNull(contentType); 434ArgumentNullException.ThrowIfNull(relatedPart); 435ArgumentNullException.ThrowIfNull(metroPart); 436ArgumentNullException.ThrowIfNull(printTicket); 489ArgumentNullException.ThrowIfNull(relatedPart); 490ArgumentNullException.ThrowIfNull(metroPart); 975ArgumentNullException.ThrowIfNull(metroPackage); 1005ArgumentNullException.ThrowIfNull(relatedPart); 1038ArgumentNullException.ThrowIfNull(contentType); 1468ArgumentNullException.ThrowIfNull(startingPart);
Packaging\XpsPartBase.cs (1)
36ArgumentNullException.ThrowIfNull(xpsManager);
Packaging\XpsResource.cs (2)
37ArgumentNullException.ThrowIfNull(part); 67ArgumentNullException.ThrowIfNull(inUri);
Packaging\XpsResourcePolicy.cs (2)
82ArgumentNullException.ThrowIfNull(serviceType); 83ArgumentNullException.ThrowIfNull(service);
Packaging\XPSSignatureDefinition.cs (2)
326ArgumentNullException.ThrowIfNull(writer); 407ArgumentNullException.ThrowIfNull(reader);
PrintConfig\FallbackPTProvider.cs (1)
302ArgumentNullException.ThrowIfNull(devMode);
PrintConfig\PrintCapabilitesWriter.cs (1)
26ArgumentNullException.ThrowIfNull(stream);
PrintConfig\PrintSchemaShim.cs (2)
111ArgumentNullException.ThrowIfNull(ticket); 112ArgumentNullException.ThrowIfNull(oemDriverNamespace);
PrintConfig\PrtCap_Public.cs (1)
45ArgumentNullException.ThrowIfNull(xmlStream);
PrintConfig\PrtTicket_Public.cs (2)
64ArgumentNullException.ThrowIfNull(xmlStream); 152ArgumentNullException.ThrowIfNull(outStream);
PrintConfig\PTConverter.cs (3)
74ArgumentNullException.ThrowIfNull(deviceName); 236ArgumentNullException.ThrowIfNull(devMode); 257ArgumentNullException.ThrowIfNull(printTicket);
PrintConfig\PTManager.cs (2)
208ArgumentNullException.ThrowIfNull(deviceName); 369ArgumentNullException.ThrowIfNull(basePrintTicket);
Serialization\ColorTypeConverter.cs (2)
105ArgumentNullException.ThrowIfNull(value); 278ArgumentNullException.ThrowIfNull(colorContext);
Serialization\FontTypeConverter.cs (2)
103ArgumentNullException.ThrowIfNull(value); 142ArgumentNullException.ThrowIfNull(context);
Serialization\ImageSourceTypeConverter.cs (2)
108ArgumentNullException.ThrowIfNull(value); 150ArgumentNullException.ThrowIfNull(context);
Serialization\Manager\MetroSerializationManager.cs (5)
151ArgumentNullException.ThrowIfNull(serializedObject); 503ArgumentNullException.ThrowIfNull(serializedObject); 697ArgumentNullException.ThrowIfNull(serializableObject); 756ArgumentNullException.ThrowIfNull(serializableObject); 943ArgumentNullException.ThrowIfNull(serializableObjectType);
Serialization\Manager\NGCPageContentCollectionSerializerAsync.cs (1)
107ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\NGCSerializationManager.cs (2)
38ArgumentNullException.ThrowIfNull(queue); 62ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\NGCSerializationManagerAsync.cs (2)
41ArgumentNullException.ThrowIfNull(queue); 70ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\NGCSerializer.cs (7)
69ArgumentNullException.ThrowIfNull(manager); 82ArgumentNullException.ThrowIfNull(serializedObject); 136ArgumentNullException.ThrowIfNull(manager); 150ArgumentNullException.ThrowIfNull(serializedObject); 215ArgumentNullException.ThrowIfNull(manager); 294ArgumentNullException.ThrowIfNull(manager); 465ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\NGCSerializerAsync.cs (19)
28ArgumentNullException.ThrowIfNull(manager); 120ArgumentNullException.ThrowIfNull(serializedProperty); 165ArgumentNullException.ThrowIfNull(serializedObject); 270ArgumentNullException.ThrowIfNull(serializableObjectContext); 293ArgumentNullException.ThrowIfNull(serializablePropertyContext); 358ArgumentNullException.ThrowIfNull(serializableObjectContext); 420ArgumentNullException.ThrowIfNull(serializablePropertyContext); 497ArgumentNullException.ThrowIfNull(manager); 570ArgumentNullException.ThrowIfNull(serializableObjectContext); 601ArgumentNullException.ThrowIfNull(manager); 682ArgumentNullException.ThrowIfNull(serializableObjectContext); 755ArgumentNullException.ThrowIfNull(manager); 834ArgumentNullException.ThrowIfNull(serializableObjectContext); 869ArgumentNullException.ThrowIfNull(manager); 946ArgumentNullException.ThrowIfNull(serializableObjectContext); 984ArgumentNullException.ThrowIfNull(manager); 1031ArgumentNullException.ThrowIfNull(serializableObjectContext); 1144ArgumentNullException.ThrowIfNull(serializableObjectContext); 1253ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\NGCUIElementCollectionSerializerAsync.cs (1)
121ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\NullPackagingPolicy.cs (1)
750ArgumentNullException.ThrowIfNull(printTicket);
Serialization\Manager\ReachDocumentReferenceCollectionSerializer.cs (1)
38ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\ReachDocumentReferenceCollectionSerializerAsync.cs (1)
76ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\ReachDocumentSequenceSerializer.cs (2)
142ArgumentNullException.ThrowIfNull(serializablePropertyContext); 164ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachDocumentSequenceSerializerAsync.cs (2)
180ArgumentNullException.ThrowIfNull(serializablePropertyContext); 202ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachFixedDocumentSerializer.cs (3)
124ArgumentNullException.ThrowIfNull(serializableObjectContext); 213ArgumentNullException.ThrowIfNull(serializablePropertyContext); 243ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachFixedDocumentSerializerAsync.cs (3)
153ArgumentNullException.ThrowIfNull(serializableObjectContext); 253ArgumentNullException.ThrowIfNull(serializablePropertyContext); 283ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachFixedPageSerializer.cs (3)
140ArgumentNullException.ThrowIfNull(serializableObjectContext); 290ArgumentNullException.ThrowIfNull(serializablePropertyContext); 319ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachFixedPageSerializerAsync.cs (3)
165ArgumentNullException.ThrowIfNull(serializableObjectContext); 262ArgumentNullException.ThrowIfNull(serializablePropertyContext); 291ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachObjectContext.cs (1)
58ArgumentNullException.ThrowIfNull(target);
Serialization\Manager\ReachPageContentCollectionSerializer.cs (1)
59ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\ReachPageContentCollectionSerializerAsync.cs (1)
105ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\ReachPrintTicketSerializer.cs (1)
98ArgumentNullException.ThrowIfNull(serializedProperty);
Serialization\Manager\ReachPrintTicketSerializerAsync.cs (1)
91ArgumentNullException.ThrowIfNull(serializedProperty);
Serialization\Manager\ReachSerializableProperties.cs (4)
364ArgumentNullException.ThrowIfNull(target); 366ArgumentNullException.ThrowIfNull(propertyCache); 385ArgumentNullException.ThrowIfNull(target); 386ArgumentNullException.ThrowIfNull(propertyCache);
Serialization\Manager\ReachSerializationCacheItems.cs (2)
282ArgumentNullException.ThrowIfNull(propertyInfo); 302ArgumentNullException.ThrowIfNull(propertyInfo);
Serialization\Manager\ReachSerializationUtils.cs (2)
279ArgumentNullException.ThrowIfNull(manager); 280ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\ReachSerializer.cs (7)
36ArgumentNullException.ThrowIfNull(manager); 70ArgumentNullException.ThrowIfNull(serializedObject); 129ArgumentNullException.ThrowIfNull(serializedProperty); 208ArgumentNullException.ThrowIfNull(serializableObjectContext); 231ArgumentNullException.ThrowIfNull(serializablePropertyContext); 296ArgumentNullException.ThrowIfNull(serializableObjectContext); 325ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachSerializerAsync.cs (7)
38ArgumentNullException.ThrowIfNull(manager); 132ArgumentNullException.ThrowIfNull(serializedProperty); 177ArgumentNullException.ThrowIfNull(serializedObject); 282ArgumentNullException.ThrowIfNull(serializableObjectContext); 305ArgumentNullException.ThrowIfNull(serializablePropertyContext); 370ArgumentNullException.ThrowIfNull(serializableObjectContext); 432ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\ReachUIElementCollectionSerializer.cs (1)
82ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\ReachUIElementCollectionSerializerAsync.cs (1)
122ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\XpsOMFixedDocumentSerializer.cs (1)
105ArgumentNullException.ThrowIfNull(serializableObjectContext);
Serialization\Manager\XpsOMFixedPageSerializer.cs (3)
120ArgumentNullException.ThrowIfNull(serializableObjectContext); 255ArgumentNullException.ThrowIfNull(serializablePropertyContext); 277ArgumentNullException.ThrowIfNull(serializablePropertyContext);
Serialization\Manager\XpsOMPackagingPolicy.cs (4)
31ArgumentNullException.ThrowIfNull(packageTarget); 400ArgumentNullException.ThrowIfNull(printTicket); 566ArgumentNullException.ThrowIfNull(resourceId); 835ArgumentNullException.ThrowIfNull(contentType);
Serialization\Manager\XpsOMSerializationManager.cs (1)
62ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\XpsOMSerializationManagerAsync.cs (1)
44ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\XpsPackagingPolicy.cs (2)
521ArgumentNullException.ThrowIfNull(xpsPackage); 1253ArgumentNullException.ThrowIfNull(printTicket);
Serialization\Manager\XpsSerializationManager.cs (1)
92ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\Manager\XpsSerializationManagerAsync.cs (1)
65ArgumentNullException.ThrowIfNull(serializedObject);
Serialization\XpsFontSubsetter.cs (4)
101ArgumentNullException.ThrowIfNull(packagingPolicy); 128ArgumentNullException.ThrowIfNull(glyphRun); 436ArgumentNullException.ThrowIfNull(packagingPolicy); 437ArgumentNullException.ThrowIfNull(glyphTypeface);
src\Microsoft.DotNet.Wpf\src\Shared\MS\Utility\BindUriHelper.cs (1)
55ArgumentNullException.ThrowIfNull(uri);
RoutingSandbox (4)
Framework\FrameworkEndpointRouteBuilderExtensions.cs (2)
10ArgumentNullException.ThrowIfNull(endpoints); 11ArgumentNullException.ThrowIfNull(configure);
HelloExtension\EndpointRouteBuilderExtensions.cs (1)
10ArgumentNullException.ThrowIfNull(endpoints);
HelloExtension\HelloAppBuilderExtensions.cs (1)
13ArgumentNullException.ThrowIfNull(app);
RoutingWebSite (2)
HelloExtension\EndpointRouteBuilderExtensions.cs (1)
10ArgumentNullException.ThrowIfNull(endpoints);
HelloExtension\HelloAppBuilderExtensions.cs (1)
13ArgumentNullException.ThrowIfNull(app);
System.CodeDom (98)
Microsoft\CSharp\CSharpCodeGenerator.cs (19)
534ArgumentNullException.ThrowIfNull(e); 1233ArgumentNullException.ThrowIfNull(e); 2689ArgumentNullException.ThrowIfNull(name); 2706ArgumentNullException.ThrowIfNull(name); 2890ArgumentNullException.ThrowIfNull(options); 2904ArgumentNullException.ThrowIfNull(options); 2918ArgumentNullException.ThrowIfNull(options); 2932ArgumentNullException.ThrowIfNull(options); 2946ArgumentNullException.ThrowIfNull(options); 2947ArgumentNullException.ThrowIfNull(fileNames); 2968ArgumentNullException.ThrowIfNull(options); 2982ArgumentNullException.ThrowIfNull(options); 2990ArgumentNullException.ThrowIfNull(options); 2991ArgumentNullException.ThrowIfNull(fileName); 3002ArgumentNullException.ThrowIfNull(options); 3009ArgumentNullException.ThrowIfNull(options); 3010ArgumentNullException.ThrowIfNull(ea); 3050ArgumentNullException.ThrowIfNull(options); 3051ArgumentNullException.ThrowIfNull(sources);
Microsoft\CSharp\CSharpCodeProvider.cs (1)
25ArgumentNullException.ThrowIfNull(providerOptions);
Microsoft\CSharp\CSharpModifierAttributeConverter.cs (1)
39ArgumentNullException.ThrowIfNull(destinationType);
Microsoft\VisualBasic\VBCodeProvider.cs (1)
25ArgumentNullException.ThrowIfNull(providerOptions);
Microsoft\VisualBasic\VBModifierAttributeConverter.cs (1)
39ArgumentNullException.ThrowIfNull(destinationType);
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (1)
45ArgumentNullException.ThrowIfNull(type);
src\libraries\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs (2)
44ArgumentNullException.ThrowIfNull(value); 54ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeAttributeArgumentCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeAttributeDeclarationCollection.cs (2)
34ArgumentNullException.ThrowIfNull(value); 44ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeCatchClauseCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeCommentStatementCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeDirectiveCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeExpressionCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeNamespaceCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeNamespaceImportCollection.cs (1)
41ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeParameterDeclarationExpressionCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeStatementCollection.cs (2)
34ArgumentNullException.ThrowIfNull(value); 44ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeTypeDeclarationCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeTypeMemberCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\CodeTypeParameterCollection.cs (2)
34ArgumentNullException.ThrowIfNull(value); 44ArgumentNullException.ThrowIfNull(value);
System\CodeDom\Compiler\CodeCompiler.cs (17)
13ArgumentNullException.ThrowIfNull(options); 27ArgumentNullException.ThrowIfNull(options); 41ArgumentNullException.ThrowIfNull(options); 55ArgumentNullException.ThrowIfNull(options); 69ArgumentNullException.ThrowIfNull(options); 70ArgumentNullException.ThrowIfNull(fileNames); 90ArgumentNullException.ThrowIfNull(options); 108ArgumentNullException.ThrowIfNull(options); 115ArgumentNullException.ThrowIfNull(options); 116ArgumentNullException.ThrowIfNull(fileName); 126ArgumentNullException.ThrowIfNull(options); 133ArgumentNullException.ThrowIfNull(options); 134ArgumentNullException.ThrowIfNull(ea); 174ArgumentNullException.ThrowIfNull(options); 175ArgumentNullException.ThrowIfNull(fileNames); 200ArgumentNullException.ThrowIfNull(options); 201ArgumentNullException.ThrowIfNull(sources);
System\CodeDom\Compiler\CodeDomProvider.cs (2)
91ArgumentNullException.ThrowIfNull(language); 100ArgumentNullException.ThrowIfNull(extension);
System\CodeDom\Compiler\CodeGenerator.cs (22)
237ArgumentNullException.ThrowIfNull(e); 400ArgumentNullException.ThrowIfNull(member); 607ArgumentNullException.ThrowIfNull(e); 704ArgumentNullException.ThrowIfNull(e); 791ArgumentNullException.ThrowIfNull(e); 805ArgumentNullException.ThrowIfNull(e); 859ArgumentNullException.ThrowIfNull(e); 953ArgumentNullException.ThrowIfNull(stmts); 963ArgumentNullException.ThrowIfNull(attributes); 1008ArgumentNullException.ThrowIfNull(arg); 1261ArgumentNullException.ThrowIfNull(parameters); 1296ArgumentNullException.ThrowIfNull(e); 1349ArgumentNullException.ThrowIfNull(e); 1363ArgumentNullException.ThrowIfNull(e); 1371ArgumentNullException.ThrowIfNull(e); 1448ArgumentNullException.ThrowIfNull(e); 1455ArgumentNullException.ThrowIfNull(e); 1467ArgumentNullException.ThrowIfNull(e); 1478ArgumentNullException.ThrowIfNull(e); 1498ArgumentNullException.ThrowIfNull(e); 1519ArgumentNullException.ThrowIfNull(e); 1529ArgumentNullException.ThrowIfNull(e);
System\CodeDom\Compiler\CodeValidator.cs (3)
58ArgumentNullException.ThrowIfNull(e); 392ArgumentNullException.ThrowIfNull(e); 767ArgumentNullException.ThrowIfNull(e);
System\CodeDom\Compiler\CompilerErrorCollection.cs (2)
32ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value);
System\CodeDom\Compiler\CompilerInfo.cs (1)
65ArgumentNullException.ThrowIfNull(providerOptions);
System.Collections (87)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ICollectionDebugView.cs (1)
14ArgumentNullException.ThrowIfNull(collection);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (1)
13ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\LinkedList.cs (6)
34ArgumentNullException.ThrowIfNull(collection); 196ArgumentNullException.ThrowIfNull(array); 328ArgumentNullException.ThrowIfNull(info); 422ArgumentNullException.ThrowIfNull(node); 432ArgumentNullException.ThrowIfNull(node); 449ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\OrderedDictionary.cs (27)
168ArgumentNullException.ThrowIfNull(dictionary); 202ArgumentNullException.ThrowIfNull(collection); 295ArgumentNullException.ThrowIfNull(value); 311ArgumentNullException.ThrowIfNull(key); 322ArgumentNullException.ThrowIfNull(key); 325ArgumentNullException.ThrowIfNull(value); 377ArgumentNullException.ThrowIfNull(key); 486ArgumentNullException.ThrowIfNull(key); 506ArgumentNullException.ThrowIfNull(key); 613ArgumentNullException.ThrowIfNull(key); 730ArgumentNullException.ThrowIfNull(key); 748ArgumentNullException.ThrowIfNull(key); 824ArgumentNullException.ThrowIfNull(key); 934ArgumentNullException.ThrowIfNull(key); 1177ArgumentNullException.ThrowIfNull(item.Key, nameof(item)); 1201ArgumentNullException.ThrowIfNull(item.Key, nameof(item)); 1211ArgumentNullException.ThrowIfNull(array); 1234ArgumentNullException.ThrowIfNull(key); 1237ArgumentNullException.ThrowIfNull(value); 1247ArgumentNullException.ThrowIfNull(value); 1267ArgumentNullException.ThrowIfNull(key); 1275ArgumentNullException.ThrowIfNull(key); 1286ArgumentNullException.ThrowIfNull(array); 1507ArgumentNullException.ThrowIfNull(array); 1529ArgumentNullException.ThrowIfNull(array); 1696ArgumentNullException.ThrowIfNull(array); 1838ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\PriorityQueue.cs (4)
158ArgumentNullException.ThrowIfNull(items); 404ArgumentNullException.ThrowIfNull(items); 467ArgumentNullException.ThrowIfNull(elements); 956ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\PriorityQueueDebugView.cs (1)
15ArgumentNullException.ThrowIfNull(queue);
System\Collections\Generic\SortedDictionary.cs (18)
33ArgumentNullException.ThrowIfNull(dictionary); 110ArgumentNullException.ThrowIfNull(key); 122ArgumentNullException.ThrowIfNull(key); 191ArgumentNullException.ThrowIfNull(key); 203ArgumentNullException.ThrowIfNull(key); 252ArgumentNullException.ThrowIfNull(key); 259ArgumentNullException.ThrowIfNull(key); 313ArgumentNullException.ThrowIfNull(key); 316ArgumentNullException.ThrowIfNull(value); 340ArgumentNullException.ThrowIfNull(key); 344ArgumentNullException.ThrowIfNull(value); 377ArgumentNullException.ThrowIfNull(key); 523ArgumentNullException.ThrowIfNull(dictionary); 538ArgumentNullException.ThrowIfNull(array); 552ArgumentNullException.ThrowIfNull(array); 684ArgumentNullException.ThrowIfNull(dictionary); 699ArgumentNullException.ThrowIfNull(array); 713ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\SortedList.cs (10)
181ArgumentNullException.ThrowIfNull(key); 267ArgumentNullException.ThrowIfNull(key); 270ArgumentNullException.ThrowIfNull(value); 433ArgumentNullException.ThrowIfNull(array); 454ArgumentNullException.ThrowIfNull(array); 582ArgumentNullException.ThrowIfNull(key); 618ArgumentNullException.ThrowIfNull(value); 640ArgumentNullException.ThrowIfNull(key); 745ArgumentNullException.ThrowIfNull(key); 1093ArgumentNullException.ThrowIfNull(key);
System\Collections\Generic\SortedSet.cs (15)
87ArgumentNullException.ThrowIfNull(collection); 515ArgumentNullException.ThrowIfNull(array); 542ArgumentNullException.ThrowIfNull(array); 848ArgumentNullException.ThrowIfNull(other); 988ArgumentNullException.ThrowIfNull(other); 1070ArgumentNullException.ThrowIfNull(other); 1108ArgumentNullException.ThrowIfNull(other); 1175ArgumentNullException.ThrowIfNull(other); 1210ArgumentNullException.ThrowIfNull(other); 1234ArgumentNullException.ThrowIfNull(other); 1261ArgumentNullException.ThrowIfNull(other); 1293ArgumentNullException.ThrowIfNull(other); 1321ArgumentNullException.ThrowIfNull(other); 1430ArgumentNullException.ThrowIfNull(match); 1535ArgumentNullException.ThrowIfNull(info);
System\Collections\Generic\Stack.cs (3)
52ArgumentNullException.ThrowIfNull(collection); 99ArgumentNullException.ThrowIfNull(array); 122ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\StackDebugView.cs (1)
14ArgumentNullException.ThrowIfNull(stack);
System.Collections.Concurrent (21)
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\IProducerConsumerCollectionDebugView.cs (1)
23ArgumentNullException.ThrowIfNull(collection);
System\Collections\Concurrent\BlockingCollection.cs (4)
178ArgumentNullException.ThrowIfNull(collection); 197ArgumentNullException.ThrowIfNull(collection); 1655ArgumentNullException.ThrowIfNull(collections); 1739ArgumentNullException.ThrowIfNull(collection);
System\Collections\Concurrent\ConcurrentBag.cs (3)
58ArgumentNullException.ThrowIfNull(collection); 279ArgumentNullException.ThrowIfNull(array); 369ArgumentNullException.ThrowIfNull(array);
System\Collections\Concurrent\ConcurrentDictionary.cs (4)
121ArgumentNullException.ThrowIfNull(collection); 144ArgumentNullException.ThrowIfNull(collection); 753ArgumentNullException.ThrowIfNull(array); 1867ArgumentNullException.ThrowIfNull(array);
System\Collections\Concurrent\ConcurrentStack.cs (6)
81ArgumentNullException.ThrowIfNull(collection); 227ArgumentNullException.ThrowIfNull(array); 258ArgumentNullException.ThrowIfNull(array); 306ArgumentNullException.ThrowIfNull(items); 392ArgumentNullException.ThrowIfNull(items); 500ArgumentNullException.ThrowIfNull(items);
System\Collections\Concurrent\PartitionerStatic.cs (3)
90ArgumentNullException.ThrowIfNull(list); 116ArgumentNullException.ThrowIfNull(array); 167ArgumentNullException.ThrowIfNull(source);
System.Collections.Immutable (13)
System\Collections\Frozen\FrozenDictionary.cs (5)
119ArgumentNullException.ThrowIfNull(source); 376ArgumentNullException.ThrowIfNull(destination); 402ArgumentNullException.ThrowIfNull(array); 479ArgumentNullException.ThrowIfNull(key); 596ArgumentNullException.ThrowIfNull(key);
System\Collections\Frozen\FrozenSet.cs (8)
64ArgumentNullException.ThrowIfNull(source); 274ArgumentNullException.ThrowIfNull(destination); 427ArgumentNullException.ThrowIfNull(other); 437ArgumentNullException.ThrowIfNull(other); 447ArgumentNullException.ThrowIfNull(other); 457ArgumentNullException.ThrowIfNull(other); 467ArgumentNullException.ThrowIfNull(other); 477ArgumentNullException.ThrowIfNull(other);
System.Collections.NonGeneric (18)
System\Collections\CaseInsensitiveComparer.cs (1)
29ArgumentNullException.ThrowIfNull(culture);
System\Collections\CaseInsensitiveHashCodeProvider.cs (2)
25ArgumentNullException.ThrowIfNull(culture); 36ArgumentNullException.ThrowIfNull(obj);
System\Collections\CollectionBase.cs (1)
230ArgumentNullException.ThrowIfNull(value);
System\Collections\Queue.cs (3)
130ArgumentNullException.ThrowIfNull(array); 210ArgumentNullException.ThrowIfNull(queue); 489ArgumentNullException.ThrowIfNull(queue);
System\Collections\SortedList.cs (8)
175ArgumentNullException.ThrowIfNull(key); 336ArgumentNullException.ThrowIfNull(array); 456ArgumentNullException.ThrowIfNull(key); 477ArgumentNullException.ThrowIfNull(key); 551ArgumentNullException.ThrowIfNull(list); 730ArgumentNullException.ThrowIfNull(key); 971ArgumentNullException.ThrowIfNull(key); 1095ArgumentNullException.ThrowIfNull(sortedList);
System\Collections\Stack.cs (3)
116ArgumentNullException.ThrowIfNull(array); 191ArgumentNullException.ThrowIfNull(stack); 387ArgumentNullException.ThrowIfNull(stack);
System.Collections.Specialized (26)
src\libraries\System.Private.CoreLib\src\System\Collections\CompatibleComparer.cs (1)
49ArgumentNullException.ThrowIfNull(obj);
System\Collections\Specialized\HybridDictionary.cs (3)
86ArgumentNullException.ThrowIfNull(key); 282ArgumentNullException.ThrowIfNull(key); 333ArgumentNullException.ThrowIfNull(key);
System\Collections\Specialized\ListDictionary.cs (7)
34ArgumentNullException.ThrowIfNull(key); 65ArgumentNullException.ThrowIfNull(key); 153ArgumentNullException.ThrowIfNull(key); 191ArgumentNullException.ThrowIfNull(key); 206ArgumentNullException.ThrowIfNull(array); 232ArgumentNullException.ThrowIfNull(key); 364ArgumentNullException.ThrowIfNull(array);
System\Collections\Specialized\NameObjectCollectionBase.cs (3)
373ArgumentNullException.ThrowIfNull(array); 440ArgumentNullException.ThrowIfNull(type); 597ArgumentNullException.ThrowIfNull(array);
System\Collections\Specialized\NameValueCollection.cs (2)
160ArgumentNullException.ThrowIfNull(c); 198ArgumentNullException.ThrowIfNull(dest);
System\Collections\Specialized\OrderedDictionary.cs (4)
262ArgumentNullException.ThrowIfNull(key); 351ArgumentNullException.ThrowIfNull(key); 386ArgumentNullException.ThrowIfNull(info); 558ArgumentNullException.ThrowIfNull(array);
System\Collections\Specialized\StringCollection.cs (1)
74ArgumentNullException.ThrowIfNull(value);
System\Collections\Specialized\StringDictionary.cs (5)
69ArgumentNullException.ThrowIfNull(key); 75ArgumentNullException.ThrowIfNull(key); 120ArgumentNullException.ThrowIfNull(key); 138ArgumentNullException.ThrowIfNull(key); 173ArgumentNullException.ThrowIfNull(key);
System.ComponentModel.Annotations (19)
System\ComponentModel\DataAnnotations\AllowedValuesAttribute.cs (1)
22ArgumentNullException.ThrowIfNull(values);
System\ComponentModel\DataAnnotations\AssociatedMetadataTypeTypeDescriptionProvider.cs (1)
48ArgumentNullException.ThrowIfNull(associatedMetadataType);
System\ComponentModel\DataAnnotations\CompareAttribute.cs (2)
17ArgumentNullException.ThrowIfNull(otherProperty); 36ArgumentNullException.ThrowIfNull(validationContext);
System\ComponentModel\DataAnnotations\DeniedValuesAttribute.cs (1)
22ArgumentNullException.ThrowIfNull(values);
System\ComponentModel\DataAnnotations\ValidationAttribute.cs (2)
432ArgumentNullException.ThrowIfNull(validationContext); 499ArgumentNullException.ThrowIfNull(validationContext);
System\ComponentModel\DataAnnotations\ValidationAttributeStore.cs (1)
139ArgumentNullException.ThrowIfNull(validationContext);
System\ComponentModel\DataAnnotations\ValidationContext.cs (2)
89ArgumentNullException.ThrowIfNull(instance); 125ArgumentNullException.ThrowIfNull(instance);
System\ComponentModel\DataAnnotations\ValidationResult.cs (1)
70ArgumentNullException.ThrowIfNull(validationResult);
System\ComponentModel\DataAnnotations\Validator.cs (8)
136ArgumentNullException.ThrowIfNull(instance); 188ArgumentNullException.ThrowIfNull(validationAttributes); 279ArgumentNullException.ThrowIfNull(instance); 280ArgumentNullException.ThrowIfNull(validationContext); 314ArgumentNullException.ThrowIfNull(validationContext); 315ArgumentNullException.ThrowIfNull(validationAttributes); 406ArgumentNullException.ThrowIfNull(validationContext); 555ArgumentNullException.ThrowIfNull(validationContext);
System.ComponentModel.Composition (158)
Microsoft\Internal\Collections\CollectionServices.CollectionOfObject.cs (2)
14ArgumentNullException.ThrowIfNull(itemType); 15ArgumentNullException.ThrowIfNull(collectionObject);
Microsoft\Internal\Collections\CollectionServices.cs (3)
61ArgumentNullException.ThrowIfNull(source); 167ArgumentNullException.ThrowIfNull(source); 198ArgumentNullException.ThrowIfNull(stack);
Microsoft\Internal\GenerationServices.cs (9)
167ArgumentNullException.ThrowIfNull(dictionary); 168ArgumentNullException.ThrowIfNull(key); 169ArgumentNullException.ThrowIfNull(value); 186ArgumentNullException.ThrowIfNull(dictionary); 187ArgumentNullException.ThrowIfNull(key); 188ArgumentNullException.ThrowIfNull(value); 204ArgumentNullException.ThrowIfNull(exception); 205ArgumentNullException.ThrowIfNull(dataStore); 216ArgumentNullException.ThrowIfNull(enumerable);
Microsoft\Internal\LazyServices.cs (1)
13ArgumentNullException.ThrowIfNull(lazy);
Microsoft\Internal\ReflectionServices.cs (2)
62ArgumentNullException.ThrowIfNull(declaringType); 69ArgumentNullException.ThrowIfNull(member);
System\ComponentModel\Composition\AttributedModel\AttributedExportDefinition.cs (3)
24ArgumentNullException.ThrowIfNull(partCreationInfo); 25ArgumentNullException.ThrowIfNull(member); 26ArgumentNullException.ThrowIfNull(exportAttribute);
System\ComponentModel\Composition\AttributedModel\AttributedModelDiscovery.cs (6)
29ArgumentNullException.ThrowIfNull(type); 38ArgumentNullException.ThrowIfNull(attributedPart); 48ArgumentNullException.ThrowIfNull(attributedPart); 49ArgumentNullException.ThrowIfNull(reflectionContext); 65ArgumentNullException.ThrowIfNull(partDefinition); 66ArgumentNullException.ThrowIfNull(attributedPart);
System\ComponentModel\Composition\AttributedModel\AttributedPartCreationInfo.cs (2)
29ArgumentNullException.ThrowIfNull(type); 186ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\Composition\CatalogReflectionContextAttribute.cs (1)
27ArgumentNullException.ThrowIfNull(_reflectionContextType);
System\ComponentModel\Composition\ConstraintServices.cs (6)
58ArgumentNullException.ThrowIfNull(parameter); 68ArgumentNullException.ThrowIfNull(requiredMetadata); 69ArgumentNullException.ThrowIfNull(parameter); 86ArgumentNullException.ThrowIfNull(parameter); 106ArgumentNullException.ThrowIfNull(requiredTypeIdentity); 107ArgumentNullException.ThrowIfNull(parameter);
System\ComponentModel\Composition\ContractNameServices.cs (1)
46ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\Composition\ErrorBuilder.cs (11)
37ArgumentNullException.ThrowIfNull(exception); 38ArgumentNullException.ThrowIfNull(definition); 49ArgumentNullException.ThrowIfNull(part); 50ArgumentNullException.ThrowIfNull(innerException); 63ArgumentNullException.ThrowIfNull(part); 64ArgumentNullException.ThrowIfNull(definition); 65ArgumentNullException.ThrowIfNull(innerException); 79ArgumentNullException.ThrowIfNull(part); 80ArgumentNullException.ThrowIfNull(definition); 81ArgumentNullException.ThrowIfNull(innerException); 95ArgumentNullException.ThrowIfNull(part);
System\ComponentModel\Composition\ExceptionBuilder.cs (11)
21ArgumentNullException.ThrowIfNull(parameterName); 30ArgumentNullException.ThrowIfNull(instance); 37ArgumentNullException.ThrowIfNull(memberName); 51ArgumentNullException.ThrowIfNull(parameterName); 66ArgumentNullException.ThrowIfNull(parameterName); 80ArgumentNullException.ThrowIfNull(part); 81ArgumentNullException.ThrowIfNull(definition); 82ArgumentNullException.ThrowIfNull(innerException); 90ArgumentNullException.ThrowIfNull(parameterName); 97ArgumentNullException.ThrowIfNull(partDefinitionType); 104ArgumentNullException.ThrowIfNull(typeName);
System\ComponentModel\Composition\ExportFactoryOfT.cs (1)
12ArgumentNullException.ThrowIfNull(exportLifetimeContextCreator);
System\ComponentModel\Composition\ExportServices.cs (4)
28ArgumentNullException.ThrowIfNull(metadataViewType); 38ArgumentNullException.ThrowIfNull(metadataViewType); 59ArgumentNullException.ThrowIfNull(genericMethod); 69ArgumentNullException.ThrowIfNull(genericMethod);
System\ComponentModel\Composition\ExportServices.DisposableLazy.cs (2)
17ArgumentNullException.ThrowIfNull(disposable); 35ArgumentNullException.ThrowIfNull(disposable);
System\ComponentModel\Composition\Hosting\AtomicCompositionExtensions.cs (3)
11ArgumentNullException.ThrowIfNull(defaultResultAndKey); 29ArgumentNullException.ThrowIfNull(action); 43ArgumentNullException.ThrowIfNull(action);
System\ComponentModel\Composition\Hosting\CatalogExportProvider.cs (6)
27ArgumentNullException.ThrowIfNull(outerExportProvider); 512ArgumentNullException.ThrowIfNull(part); 513ArgumentNullException.ThrowIfNull(export); 550ArgumentNullException.ThrowIfNull(catalogPart); 598ArgumentNullException.ThrowIfNull(exportedValue); 599ArgumentNullException.ThrowIfNull(part);
System\ComponentModel\Composition\Hosting\CatalogExportProvider.ScopeManager.cs (2)
18ArgumentNullException.ThrowIfNull(catalogExportProvider); 19ArgumentNullException.ThrowIfNull(scopeDefinition);
System\ComponentModel\Composition\Hosting\ComposablePartExportProvider.cs (2)
317ArgumentNullException.ThrowIfNull(batch); 354ArgumentNullException.ThrowIfNull(batch);
System\ComponentModel\Composition\Hosting\CompositionBatch.SingleExportComposablePart.cs (1)
20ArgumentNullException.ThrowIfNull(export);
System\ComponentModel\Composition\Hosting\CompositionContainer.CompositionServiceShim.cs (1)
16ArgumentNullException.ThrowIfNull(innerContainer);
System\ComponentModel\Composition\Hosting\CompositionScopeDefinition.cs (1)
189ArgumentNullException.ThrowIfNull(definition);
System\ComponentModel\Composition\Hosting\CompositionService.cs (1)
22ArgumentNullException.ThrowIfNull(composablePartCatalog);
System\ComponentModel\Composition\Hosting\CompositionServices.cs (4)
28ArgumentNullException.ThrowIfNull(member); 63ArgumentNullException.ThrowIfNull(specifiedContractType); 405ArgumentNullException.ThrowIfNull(itemType); 620ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\Composition\Hosting\ExportProvider.cs (1)
210ArgumentNullException.ThrowIfNull(definition);
System\ComponentModel\Composition\Hosting\ExportProvider.GetExportOverrides.cs (3)
796ArgumentNullException.ThrowIfNull(type); 797ArgumentNullException.ThrowIfNull(metadataViewType); 798ArgumentNullException.ThrowIfNull(contractName);
System\ComponentModel\Composition\Hosting\FilteredCatalog.DependenciesTraversal.cs (2)
22ArgumentNullException.ThrowIfNull(catalog); 23ArgumentNullException.ThrowIfNull(importFilter);
System\ComponentModel\Composition\Hosting\FilteredCatalog.DependentsTraversal.cs (2)
28ArgumentNullException.ThrowIfNull(catalog); 29ArgumentNullException.ThrowIfNull(importFilter);
System\ComponentModel\Composition\Hosting\FilteredCatalog.Traversal.cs (2)
61ArgumentNullException.ThrowIfNull(traversal); 82ArgumentNullException.ThrowIfNull(traversal);
System\ComponentModel\Composition\Hosting\ImportEngine.cs (2)
412ArgumentNullException.ThrowIfNull(part); 689ArgumentNullException.ThrowIfNull(atomicComposition);
System\ComponentModel\Composition\Hosting\ImportEngine.EngineContext.cs (2)
30ArgumentNullException.ThrowIfNull(part); 40ArgumentNullException.ThrowIfNull(part);
System\ComponentModel\Composition\Hosting\ImportSourceImportDefinitionHelpers.cs (1)
35ArgumentNullException.ThrowIfNull(sourceDefinition);
System\ComponentModel\Composition\Hosting\TypeCatalog.cs (1)
289ArgumentNullException.ThrowIfNull(definition);
System\ComponentModel\Composition\MetadataServices.cs (1)
31ArgumentNullException.ThrowIfNull(metadata);
System\ComponentModel\Composition\MetadataViewGenerator.cs (2)
93ArgumentNullException.ThrowIfNull(viewType); 139ArgumentNullException.ThrowIfNull(metadataViewFactory);
System\ComponentModel\Composition\MetadataViewProvider.cs (2)
17ArgumentNullException.ThrowIfNull(metadata); 128ArgumentNullException.ThrowIfNull(metadataViewType);
System\ComponentModel\Composition\ReflectionModel\ExportfactoryCreator.cs (1)
18ArgumentNullException.ThrowIfNull(exportFactoryType);
System\ComponentModel\Composition\ReflectionModel\ExportingMember.cs (2)
20ArgumentNullException.ThrowIfNull(definition); 21ArgumentNullException.ThrowIfNull(member);
System\ComponentModel\Composition\ReflectionModel\GenericServices.cs (2)
16ArgumentNullException.ThrowIfNull(type); 38ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\Composition\ReflectionModel\GenericSpecializationPartCreationInfo.cs (6)
34ArgumentNullException.ThrowIfNull(originalPartCreationInfo); 35ArgumentNullException.ThrowIfNull(originalPart); 36ArgumentNullException.ThrowIfNull(specialization); 112ArgumentNullException.ThrowIfNull(_membersTable); 120ArgumentNullException.ThrowIfNull(_parametersTable); 173ArgumentNullException.ThrowIfNull(members);
System\ComponentModel\Composition\ReflectionModel\ImportingItem.cs (3)
17ArgumentNullException.ThrowIfNull(definition); 47ArgumentNullException.ThrowIfNull(exports); 67ArgumentNullException.ThrowIfNull(exports);
System\ComponentModel\Composition\ReflectionModel\ImportingMember.cs (5)
22ArgumentNullException.ThrowIfNull(member); 107ArgumentNullException.ThrowIfNull(values); 122ArgumentNullException.ThrowIfNull(itemType); 215ArgumentNullException.ThrowIfNull(collection); 216ArgumentNullException.ThrowIfNull(values);
System\ComponentModel\Composition\ReflectionModel\ImportType.cs (3)
37ArgumentNullException.ThrowIfNull(type); 110ArgumentNullException.ThrowIfNull(type); 111ArgumentNullException.ThrowIfNull(baseType);
System\ComponentModel\Composition\ReflectionModel\PartCreatorMemberImportDefinition.cs (1)
22ArgumentNullException.ThrowIfNull(productImportDefinition);
System\ComponentModel\Composition\ReflectionModel\PartCreatorParameterImportDefinition.cs (1)
23ArgumentNullException.ThrowIfNull(productImportDefinition);
System\ComponentModel\Composition\ReflectionModel\ReflectionComposablePartDefinition.cs (1)
26ArgumentNullException.ThrowIfNull(creationInfo);
System\ComponentModel\Composition\ReflectionModel\ReflectionExtensions.cs (7)
46ArgumentNullException.ThrowIfNull(member); 83ArgumentNullException.ThrowIfNull(property); 100ArgumentNullException.ThrowIfNull(parameter); 107ArgumentNullException.ThrowIfNull(method); 114ArgumentNullException.ThrowIfNull(field); 121ArgumentNullException.ThrowIfNull(type); 128ArgumentNullException.ThrowIfNull(member);
System\ComponentModel\Composition\ReflectionModel\ReflectionField.cs (1)
15ArgumentNullException.ThrowIfNull(field);
System\ComponentModel\Composition\ReflectionModel\ReflectionMemberExportDefinition.cs (1)
19ArgumentNullException.ThrowIfNull(exportDefinition);
System\ComponentModel\Composition\ReflectionModel\ReflectionMemberImportDefinition.cs (1)
27ArgumentNullException.ThrowIfNull(contractName);
System\ComponentModel\Composition\ReflectionModel\ReflectionMethod.cs (1)
15ArgumentNullException.ThrowIfNull(method);
System\ComponentModel\Composition\ReflectionModel\ReflectionModelServices.cs (1)
335ArgumentNullException.ThrowIfNull(partType);
System\ComponentModel\Composition\ReflectionModel\ReflectionParameter.cs (1)
16ArgumentNullException.ThrowIfNull(parameter);
System\ComponentModel\Composition\ReflectionModel\ReflectionParameterImportDefinition.cs (1)
27ArgumentNullException.ThrowIfNull(importingLazyParameter);
System\ComponentModel\Composition\ReflectionModel\ReflectionType.cs (1)
14ArgumentNullException.ThrowIfNull(type);
System\Composition\Diagnostics\CompositionTrace.cs (11)
17ArgumentNullException.ThrowIfNull(definition); 29ArgumentNullException.ThrowIfNull(definition); 30ArgumentNullException.ThrowIfNull(exception); 43ArgumentNullException.ThrowIfNull(catalog); 44ArgumentNullException.ThrowIfNull(fileName); 45ArgumentNullException.ThrowIfNull(exception); 64ArgumentNullException.ThrowIfNull(type); 76ArgumentNullException.ThrowIfNull(type); 77ArgumentNullException.ThrowIfNull(member); 89ArgumentNullException.ThrowIfNull(type); 101ArgumentNullException.ThrowIfNull(item);
System.ComponentModel.Composition.Registration (32)
src\libraries\Common\src\System\Composition\Diagnostics\CompositionTrace.cs (12)
38ArgumentNullException.ThrowIfNull(type); 39ArgumentNullException.ThrowIfNull(member); 51ArgumentNullException.ThrowIfNull(type); 52ArgumentNullException.ThrowIfNull(member); 64ArgumentNullException.ThrowIfNull(type); 65ArgumentNullException.ThrowIfNull(member); 77ArgumentNullException.ThrowIfNull(type); 89ArgumentNullException.ThrowIfNull(type); 90ArgumentNullException.ThrowIfNull(member); 102ArgumentNullException.ThrowIfNull(type); 114ArgumentNullException.ThrowIfNull(parameter); 115ArgumentNullException.ThrowIfNull(constructor);
System\ComponentModel\Composition\Registration\PartBuilder.cs (9)
102ArgumentNullException.ThrowIfNull(interfaceFilter); 112ArgumentNullException.ThrowIfNull(propertyFilter); 120ArgumentNullException.ThrowIfNull(propertyFilter); 130ArgumentNullException.ThrowIfNull(propertyFilter); 138ArgumentNullException.ThrowIfNull(propertyFilter); 148ArgumentNullException.ThrowIfNull(propertyFilter); 156ArgumentNullException.ThrowIfNull(propertyFilter); 165ArgumentNullException.ThrowIfNull(propertyFilter); 173ArgumentNullException.ThrowIfNull(propertyFilter);
System\ComponentModel\Composition\Registration\PartBuilderOfT.cs (7)
44ArgumentNullException.ThrowIfNull(propertyFilter); 96ArgumentNullException.ThrowIfNull(constructorFilter); 150ArgumentNullException.ThrowIfNull(constructorFilter); 168ArgumentNullException.ThrowIfNull(propertyFilter); 184ArgumentNullException.ThrowIfNull(propertyFilter); 200ArgumentNullException.ThrowIfNull(propertyFilter); 216ArgumentNullException.ThrowIfNull(propertyFilter);
System\ComponentModel\Composition\Registration\RegistrationBuilder.cs (4)
43ArgumentNullException.ThrowIfNull(type); 61ArgumentNullException.ThrowIfNull(type); 71ArgumentNullException.ThrowIfNull(typeFilter); 81ArgumentNullException.ThrowIfNull(typeFilter);
System.ComponentModel.EventBasedAsync (1)
System\ComponentModel\AsyncOperation.cs (1)
67ArgumentNullException.ThrowIfNull(d);
System.ComponentModel.Primitives (17)
System\ComponentModel\Design\Serialization\DesignerSerializerAttribute.cs (3)
21ArgumentNullException.ThrowIfNull(serializerType); 22ArgumentNullException.ThrowIfNull(baseSerializerType); 33ArgumentNullException.ThrowIfNull(baseSerializerType);
System\ComponentModel\DesignerAttribute.cs (7)
22ArgumentNullException.ThrowIfNull(designerTypeName); 34ArgumentNullException.ThrowIfNull(designerType); 46ArgumentNullException.ThrowIfNull(designerTypeName); 58ArgumentNullException.ThrowIfNull(designerTypeName); 59ArgumentNullException.ThrowIfNull(designerBaseType); 71ArgumentNullException.ThrowIfNull(designerType); 72ArgumentNullException.ThrowIfNull(designerBaseType);
System\ComponentModel\EditorAttribute.cs (5)
32ArgumentNullException.ThrowIfNull(typeName); 43ArgumentNullException.ThrowIfNull(typeName); 44ArgumentNullException.ThrowIfNull(baseType); 55ArgumentNullException.ThrowIfNull(type); 56ArgumentNullException.ThrowIfNull(baseType);
System\ComponentModel\EventHandlerList.cs (1)
74ArgumentNullException.ThrowIfNull(listToAddFrom);
System\ComponentModel\InvalidEnumArgumentException.cs (1)
53ArgumentNullException.ThrowIfNull(enumClass);
System.ComponentModel.TypeConverter (164)
MS\Internal\Xml\Linq\ComponentModel\XComponentModel.cs (6)
505ArgumentNullException.ThrowIfNull(func); 506ArgumentNullException.ThrowIfNull(element); 527ArgumentNullException.ThrowIfNull(expandedName); 549ArgumentNullException.ThrowIfNull(func); 550ArgumentNullException.ThrowIfNull(element); 561ArgumentNullException.ThrowIfNull(expandedName);
System\ComponentModel\AttributeCollection.cs (5)
50ArgumentNullException.ThrowIfNull(_attributes[idx], nameof(attributes)); 63ArgumentNullException.ThrowIfNull(existing); 73ArgumentNullException.ThrowIfNull(newAttributes[idx], nameof(newAttributes)); 131ArgumentNullException.ThrowIfNull(attributeType); 245ArgumentNullException.ThrowIfNull(attributeType);
System\ComponentModel\AttributeProviderAttribute.cs (4)
18ArgumentNullException.ThrowIfNull(typeName); 28ArgumentNullException.ThrowIfNull(typeName); 29ArgumentNullException.ThrowIfNull(propertyName); 40ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\BaseNumberConverter.cs (1)
92ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\ComponentResourceManager.cs (4)
68ArgumentNullException.ThrowIfNull(value); 69ArgumentNullException.ThrowIfNull(objectName); 82ArgumentNullException.ThrowIfNull(value); 83ArgumentNullException.ThrowIfNull(objectName);
System\ComponentModel\Container.cs (1)
222ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\CultureInfoConverter.cs (1)
34ArgumentNullException.ThrowIfNull(culture);
System\ComponentModel\Design\DesignerOptionService.cs (4)
37ArgumentNullException.ThrowIfNull(parent); 38ArgumentNullException.ThrowIfNull(name); 55ArgumentNullException.ThrowIfNull(pageName); 56ArgumentNullException.ThrowIfNull(valueName);
System\ComponentModel\Design\DesignerVerbCollection.cs (2)
26ArgumentNullException.ThrowIfNull(value); 36ArgumentNullException.ThrowIfNull(value);
System\ComponentModel\Design\DesigntimeLicenseContext.cs (1)
35ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\Design\HelpKeywordAttribute.cs (2)
64ArgumentNullException.ThrowIfNull(keyword); 74ArgumentNullException.ThrowIfNull(t);
System\ComponentModel\Design\Serialization\ContextStack.cs (3)
70ArgumentNullException.ThrowIfNull(type); 98ArgumentNullException.ThrowIfNull(context); 127ArgumentNullException.ThrowIfNull(context);
System\ComponentModel\Design\Serialization\DefaultSerializationProviderAttribute.cs (2)
21ArgumentNullException.ThrowIfNull(providerType); 31ArgumentNullException.ThrowIfNull(providerTypeName);
System\ComponentModel\Design\Serialization\MemberRelationshipService.cs (6)
76ArgumentNullException.ThrowIfNull(sourceOwner); 77ArgumentNullException.ThrowIfNull(sourceMember); 83ArgumentNullException.ThrowIfNull(sourceOwner); 84ArgumentNullException.ThrowIfNull(sourceMember); 182ArgumentNullException.ThrowIfNull(owner); 183ArgumentNullException.ThrowIfNull(member);
System\ComponentModel\Design\Serialization\RootDesignerSerializerAttribute.cs (3)
22ArgumentNullException.ThrowIfNull(serializerType); 23ArgumentNullException.ThrowIfNull(baseSerializerType); 35ArgumentNullException.ThrowIfNull(baseSerializerType);
System\ComponentModel\Design\ServiceContainer.cs (5)
81ArgumentNullException.ThrowIfNull(serviceType); 82ArgumentNullException.ThrowIfNull(serviceInstance); 122ArgumentNullException.ThrowIfNull(serviceType); 123ArgumentNullException.ThrowIfNull(callback); 236ArgumentNullException.ThrowIfNull(serviceType);
System\ComponentModel\EnumConverter.cs (1)
125ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\InstallerTypeAttribute.cs (1)
22ArgumentNullException.ThrowIfNull(installerType);
System\ComponentModel\MaskedTextProvider.cs (5)
871ArgumentNullException.ThrowIfNull(input); 1243ArgumentNullException.ThrowIfNull(input); 1777ArgumentNullException.ThrowIfNull(input); 1812ArgumentNullException.ThrowIfNull(input); 1993ArgumentNullException.ThrowIfNull(input);
System\ComponentModel\MemberDescriptor.cs (9)
43ArgumentNullException.ThrowIfNull(name); 68ArgumentNullException.ThrowIfNull(descr); 89ArgumentNullException.ThrowIfNull(oldMemberDescriptor); 312ArgumentNullException.ThrowIfNull(attributeList); 403ArgumentNullException.ThrowIfNull(componentClass); 435ArgumentNullException.ThrowIfNull(type); 436ArgumentNullException.ThrowIfNull(instance); 449ArgumentNullException.ThrowIfNull(componentClass); 450ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\MultilineStringConverter.cs (1)
19ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\NestedContainer.cs (2)
23ArgumentNullException.ThrowIfNull(owner); 66ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\NullableConverter.cs (1)
102ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\PropertyDescriptor.cs (4)
170ArgumentNullException.ThrowIfNull(component); 171ArgumentNullException.ThrowIfNull(handler); 437ArgumentNullException.ThrowIfNull(component); 438ArgumentNullException.ThrowIfNull(handler);
System\ComponentModel\ProvidePropertyAttribute.cs (1)
21ArgumentNullException.ThrowIfNull(receiverType);
System\ComponentModel\ReflectPropertyDescriptor.cs (4)
501ArgumentNullException.ThrowIfNull(component); 502ArgumentNullException.ThrowIfNull(handler); 977ArgumentNullException.ThrowIfNull(component); 978ArgumentNullException.ThrowIfNull(handler);
System\ComponentModel\ReflectTypeDescriptionProvider.cs (2)
223ArgumentNullException.ThrowIfNull(editorBaseType); 651ArgumentNullException.ThrowIfNull(instance);
System\ComponentModel\ToolboxItemAttribute.cs (2)
59ArgumentNullException.ThrowIfNull(toolboxItemTypeName); 69ArgumentNullException.ThrowIfNull(toolboxItemType);
System\ComponentModel\TypeConverter.cs (1)
115ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\TypeDescriptionProvider.cs (10)
75ArgumentNullException.ThrowIfNull(objectType); 149ArgumentNullException.ThrowIfNull(instance); 194ArgumentNullException.ThrowIfNull(instance); 234ArgumentNullException.ThrowIfNull(reflectionType); 268ArgumentNullException.ThrowIfNull(instance); 307ArgumentNullException.ThrowIfNull(objectType); 327ArgumentNullException.ThrowIfNull(instance); 358ArgumentNullException.ThrowIfNull(objectType); 396ArgumentNullException.ThrowIfNull(type); 412ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\TypeDescriptor.cs (58)
202ArgumentNullException.ThrowIfNull(type); 203ArgumentNullException.ThrowIfNull(attributes); 224ArgumentNullException.ThrowIfNull(instance); 225ArgumentNullException.ThrowIfNull(attributes); 258ArgumentNullException.ThrowIfNull(provider); 259ArgumentNullException.ThrowIfNull(type); 284ArgumentNullException.ThrowIfNull(provider); 285ArgumentNullException.ThrowIfNull(instance); 318ArgumentNullException.ThrowIfNull(provider); 319ArgumentNullException.ThrowIfNull(type); 334ArgumentNullException.ThrowIfNull(provider); 335ArgumentNullException.ThrowIfNull(instance); 417ArgumentNullException.ThrowIfNull(primary); 418ArgumentNullException.ThrowIfNull(secondary); 493ArgumentNullException.ThrowIfNull(objectType); 497ArgumentNullException.ThrowIfNull(args); 619ArgumentNullException.ThrowIfNull(type); 620ArgumentNullException.ThrowIfNull(primary); 983ArgumentNullException.ThrowIfNull(type, typeName); 997ArgumentNullException.ThrowIfNull(type, typeName); 1080ArgumentNullException.ThrowIfNull(editorBaseType); 1093ArgumentNullException.ThrowIfNull(editorBaseType); 1118ArgumentNullException.ThrowIfNull(componentType); 1316ArgumentNullException.ThrowIfNull(component); 1355ArgumentNullException.ThrowIfNull(componentType); 1538ArgumentNullException.ThrowIfNull(type); 1552ArgumentNullException.ThrowIfNull(instance); 1562ArgumentNullException.ThrowIfNull(component); 1616ArgumentNullException.ThrowIfNull(type); 1628ArgumentNullException.ThrowIfNull(instance); 2630ArgumentNullException.ThrowIfNull(primary); 2631ArgumentNullException.ThrowIfNull(secondary); 2660ArgumentNullException.ThrowIfNull(primary); 2674ArgumentNullException.ThrowIfNull(provider); 2675ArgumentNullException.ThrowIfNull(type); 2691ArgumentNullException.ThrowIfNull(provider); 2692ArgumentNullException.ThrowIfNull(instance); 2709ArgumentNullException.ThrowIfNull(provider); 2710ArgumentNullException.ThrowIfNull(type); 2724ArgumentNullException.ThrowIfNull(provider); 2725ArgumentNullException.ThrowIfNull(instance); 2760ArgumentNullException.ThrowIfNull(infos); 2790ArgumentNullException.ThrowIfNull(objectType); 3167ArgumentNullException.ThrowIfNull(editorBaseType); 3264ArgumentNullException.ThrowIfNull(objectType); 3268ArgumentNullException.ThrowIfNull(args); 3285ArgumentNullException.ThrowIfNull(instance); 3297ArgumentNullException.ThrowIfNull(instance); 3309ArgumentNullException.ThrowIfNull(instance); 3322ArgumentNullException.ThrowIfNull(instance); 3339ArgumentNullException.ThrowIfNull(component); 3353ArgumentNullException.ThrowIfNull(objectType); 3360ArgumentNullException.ThrowIfNull(objectType); 3371ArgumentNullException.ThrowIfNull(objectType); 3387ArgumentNullException.ThrowIfNull(objectType); 3413ArgumentNullException.ThrowIfNull(type); 3601ArgumentNullException.ThrowIfNull(editorBaseType); 3995ArgumentNullException.ThrowIfNull(editorBaseType);
System\ComponentModel\TypeListConverter.cs (1)
70ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\UriTypeConverter.cs (1)
67ArgumentNullException.ThrowIfNull(destinationType);
System\ComponentModel\VersionConverter.cs (1)
68ArgumentNullException.ThrowIfNull(destinationType);
System\Drawing\ColorConverter.cs (1)
50ArgumentNullException.ThrowIfNull(destinationType);
System\Drawing\PointConverter.cs (2)
58ArgumentNullException.ThrowIfNull(destinationType); 90ArgumentNullException.ThrowIfNull(propertyValues);
System\Drawing\RectangleConverter.cs (2)
60ArgumentNullException.ThrowIfNull(destinationType); 97ArgumentNullException.ThrowIfNull(propertyValues);
System\Drawing\SizeConverter.cs (2)
58ArgumentNullException.ThrowIfNull(destinationType); 90ArgumentNullException.ThrowIfNull(propertyValues);
System\Drawing\SizeFConverter.cs (2)
58ArgumentNullException.ThrowIfNull(destinationType); 88ArgumentNullException.ThrowIfNull(propertyValues);
System.Composition.Convention (61)
src\libraries\Common\src\System\Composition\Diagnostics\CompositionTrace.cs (12)
38ArgumentNullException.ThrowIfNull(type); 39ArgumentNullException.ThrowIfNull(member); 51ArgumentNullException.ThrowIfNull(type); 52ArgumentNullException.ThrowIfNull(member); 64ArgumentNullException.ThrowIfNull(type); 65ArgumentNullException.ThrowIfNull(member); 77ArgumentNullException.ThrowIfNull(type); 89ArgumentNullException.ThrowIfNull(type); 90ArgumentNullException.ThrowIfNull(member); 102ArgumentNullException.ThrowIfNull(type); 114ArgumentNullException.ThrowIfNull(parameter); 115ArgumentNullException.ThrowIfNull(constructor);
System\Composition\Convention\ConventionBuilder.cs (6)
50ArgumentNullException.ThrowIfNull(type); 76ArgumentNullException.ThrowIfNull(type); 92ArgumentNullException.ThrowIfNull(typeFilter); 107ArgumentNullException.ThrowIfNull(typeFilter); 149ArgumentNullException.ThrowIfNull(member); 286ArgumentNullException.ThrowIfNull(parameter);
System\Composition\Convention\ExportConventionBuilder.cs (6)
43ArgumentNullException.ThrowIfNull(type); 56ArgumentNullException.ThrowIfNull(contractName); 73ArgumentNullException.ThrowIfNull(getContractNameFromPartType); 87ArgumentNullException.ThrowIfNull(name); 107ArgumentNullException.ThrowIfNull(name); 108ArgumentNullException.ThrowIfNull(getValueFromPartType);
System\Composition\Convention\ImportConventionBuilder.cs (5)
33ArgumentNullException.ThrowIfNull(contractName); 50ArgumentNullException.ThrowIfNull(getContractNameFromPartType); 95ArgumentNullException.ThrowIfNull(name); 115ArgumentNullException.ThrowIfNull(name); 116ArgumentNullException.ThrowIfNull(getConstraintValueFromPartType);
System\Composition\Convention\PartConventionBuilder.cs (23)
68ArgumentNullException.ThrowIfNull(exportConfiguration); 94ArgumentNullException.ThrowIfNull(exportConfiguration); 109ArgumentNullException.ThrowIfNull(constructorSelector); 124ArgumentNullException.ThrowIfNull(importConfiguration); 138ArgumentNullException.ThrowIfNull(interfaceFilter); 161ArgumentNullException.ThrowIfNull(interfaceFilter); 162ArgumentNullException.ThrowIfNull(exportConfiguration); 181ArgumentNullException.ThrowIfNull(propertyFilter); 195ArgumentNullException.ThrowIfNull(propertyFilter); 196ArgumentNullException.ThrowIfNull(exportConfiguration); 216ArgumentNullException.ThrowIfNull(propertyFilter); 231ArgumentNullException.ThrowIfNull(propertyFilter); 232ArgumentNullException.ThrowIfNull(exportConfiguration); 251ArgumentNullException.ThrowIfNull(propertyFilter); 265ArgumentNullException.ThrowIfNull(propertyFilter); 266ArgumentNullException.ThrowIfNull(importConfiguration); 286ArgumentNullException.ThrowIfNull(propertyFilter); 301ArgumentNullException.ThrowIfNull(propertyFilter); 302ArgumentNullException.ThrowIfNull(importConfiguration); 341ArgumentNullException.ThrowIfNull(sharingBoundary); 366ArgumentNullException.ThrowIfNull(name); 386ArgumentNullException.ThrowIfNull(name); 387ArgumentNullException.ThrowIfNull(getValueFromPartType);
System\Composition\Convention\PartConventionBuilderOfT.cs (9)
32ArgumentNullException.ThrowIfNull(methodSelector); 100ArgumentNullException.ThrowIfNull(propertySelector); 156ArgumentNullException.ThrowIfNull(constructorSelector); 211ArgumentNullException.ThrowIfNull(constructorSelector); 238ArgumentNullException.ThrowIfNull(propertySelector); 268ArgumentNullException.ThrowIfNull(propertySelector); 295ArgumentNullException.ThrowIfNull(propertySelector); 324ArgumentNullException.ThrowIfNull(propertySelector); 337ArgumentNullException.ThrowIfNull(methodSelector);
System.Composition.Hosting (18)
System\Composition\Hosting\CompositionHost.cs (1)
46ArgumentNullException.ThrowIfNull(providers);
System\Composition\Hosting\Core\CompositionDependency.cs (8)
42ArgumentNullException.ThrowIfNull(contract); 43ArgumentNullException.ThrowIfNull(target); 44ArgumentNullException.ThrowIfNull(site); 58ArgumentNullException.ThrowIfNull(contract); 59ArgumentNullException.ThrowIfNull(site); 74ArgumentNullException.ThrowIfNull(contract); 75ArgumentNullException.ThrowIfNull(targets); 76ArgumentNullException.ThrowIfNull(site);
System\Composition\Hosting\Core\CompositionOperation.cs (4)
33ArgumentNullException.ThrowIfNull(outermostLifetimeContext); 34ArgumentNullException.ThrowIfNull(compositionRootActivator); 51ArgumentNullException.ThrowIfNull(action); 65ArgumentNullException.ThrowIfNull(action);
System\Composition\Hosting\Core\DirectExportDescriptor.cs (2)
15ArgumentNullException.ThrowIfNull(activator); 16ArgumentNullException.ThrowIfNull(metadata);
System\Composition\Hosting\Util\Formatters.cs (3)
13ArgumentNullException.ThrowIfNull(items); 21ArgumentNullException.ThrowIfNull(type); 32ArgumentNullException.ThrowIfNull(closedGenericType);
System.Composition.Runtime (1)
System\Composition\Hosting\Core\CompositionContract.cs (1)
143ArgumentNullException.ThrowIfNull(constraintName);
System.Composition.TypedParts (15)
System\Composition\CompositionContextExtensions.cs (3)
47ArgumentNullException.ThrowIfNull(exportProvider); 48ArgumentNullException.ThrowIfNull(objectWithLooseImports); 49ArgumentNullException.ThrowIfNull(conventions);
System\Composition\Hosting\ContainerConfiguration.cs (10)
52ArgumentNullException.ThrowIfNull(exportDescriptorProvider); 67ArgumentNullException.ThrowIfNull(conventions); 154ArgumentNullException.ThrowIfNull(partTypes); 203ArgumentNullException.ThrowIfNull(assemblies); 216ArgumentNullException.ThrowIfNull(exportedInstance); 231ArgumentNullException.ThrowIfNull(exportedInstance); 244ArgumentNullException.ThrowIfNull(contractType); 245ArgumentNullException.ThrowIfNull(exportedInstance); 260ArgumentNullException.ThrowIfNull(contractType); 261ArgumentNullException.ThrowIfNull(exportedInstance);
System\Composition\TypedParts\ActivationFeatures\OnImportsSatisfiedFeature.cs (1)
24ArgumentNullException.ThrowIfNull(attributeContext);
System\Composition\TypedParts\Util\DirectAttributeContext.cs (1)
25ArgumentNullException.ThrowIfNull(parameter);
System.Configuration.ConfigurationManager (12)
System\Configuration\ApplicationSettingsBase.cs (1)
59ArgumentNullException.ThrowIfNull(owner);
System\Configuration\AppSettingsReader.cs (2)
33ArgumentNullException.ThrowIfNull(key); 34ArgumentNullException.ThrowIfNull(type);
System\Configuration\CallbackValidator.cs (1)
20ArgumentNullException.ThrowIfNull(callback);
System\Configuration\ConfigurationElementCollection.cs (1)
34ArgumentNullException.ThrowIfNull(comparer);
System\Configuration\ConfigurationElementProperty.cs (1)
14ArgumentNullException.ThrowIfNull(validator);
System\Configuration\ConfigurationSectionCollection.cs (1)
66ArgumentNullException.ThrowIfNull(array);
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
70ArgumentNullException.ThrowIfNull(array);
System\Configuration\PositiveTimeSpanValidator.cs (1)
15ArgumentNullException.ThrowIfNull(value);
System\Configuration\PropertyInformationCollection.cs (1)
44ArgumentNullException.ThrowIfNull(array);
System\Configuration\ProtectedConfigurationProviderCollection.cs (1)
14ArgumentNullException.ThrowIfNull(provider);
System\Configuration\SettingsProviderCollection.cs (1)
12ArgumentNullException.ThrowIfNull(provider);
System.Console (10)
System\Console.cs (6)
90ArgumentNullException.ThrowIfNull(value); 130ArgumentNullException.ThrowIfNull(value); 505ArgumentNullException.ThrowIfNull(value); 661ArgumentNullException.ThrowIfNull(newIn); 672ArgumentNullException.ThrowIfNull(newOut); 692ArgumentNullException.ThrowIfNull(newError);
System\IO\SyncTextReader.cs (2)
120ArgumentNullException.ThrowIfNull(buffer); 132ArgumentNullException.ThrowIfNull(buffer);
System\TermInfo.cs (2)
62ArgumentNullException.ThrowIfNull(format); 63ArgumentNullException.ThrowIfNull(args);
System.Data.Common (42)
System\Data\ColumnTypeConverter.cs (1)
73ArgumentNullException.ThrowIfNull(destinationType);
System\Data\Common\DbDataReaderExtensions.cs (1)
57ArgumentNullException.ThrowIfNull(reader);
System\Data\ConstraintConverter.cs (1)
33ArgumentNullException.ThrowIfNull(destinationType);
System\Data\DataReaderExtensions.cs (26)
16ArgumentNullException.ThrowIfNull(reader); 23ArgumentNullException.ThrowIfNull(reader); 30ArgumentNullException.ThrowIfNull(reader); 37ArgumentNullException.ThrowIfNull(reader); 44ArgumentNullException.ThrowIfNull(reader); 52ArgumentNullException.ThrowIfNull(reader); 59ArgumentNullException.ThrowIfNull(reader); 66ArgumentNullException.ThrowIfNull(reader); 73ArgumentNullException.ThrowIfNull(reader); 80ArgumentNullException.ThrowIfNull(reader); 87ArgumentNullException.ThrowIfNull(reader); 94ArgumentNullException.ThrowIfNull(reader); 101ArgumentNullException.ThrowIfNull(reader); 108ArgumentNullException.ThrowIfNull(reader); 115ArgumentNullException.ThrowIfNull(reader); 122ArgumentNullException.ThrowIfNull(reader); 129ArgumentNullException.ThrowIfNull(reader); 136ArgumentNullException.ThrowIfNull(reader); 144ArgumentNullException.ThrowIfNull(reader); 152ArgumentNullException.ThrowIfNull(reader); 159ArgumentNullException.ThrowIfNull(reader); 166ArgumentNullException.ThrowIfNull(reader); 173ArgumentNullException.ThrowIfNull(reader); 180ArgumentNullException.ThrowIfNull(reader); 187ArgumentNullException.ThrowIfNull(reader); 194ArgumentNullException.ThrowIfNull(reader);
System\Data\DefaultValueTypeConverter.cs (1)
24ArgumentNullException.ThrowIfNull(destinationType);
System\Data\PrimaryKeyTypeConverter.cs (1)
25ArgumentNullException.ThrowIfNull(destinationType);
System\Data\RelationshipConverter.cs (1)
40ArgumentNullException.ThrowIfNull(destinationType);
System\Data\SQLTypes\SQLBytes.cs (2)
302ArgumentNullException.ThrowIfNull(buffer); 371ArgumentNullException.ThrowIfNull(buffer);
System\Data\SQLTypes\SQLChars.cs (4)
295ArgumentNullException.ThrowIfNull(buffer); 341ArgumentNullException.ThrowIfNull(buffer); 648ArgumentNullException.ThrowIfNull(buffer); 664ArgumentNullException.ThrowIfNull(buffer);
System\Data\SQLTypes\SQLDecimal.cs (2)
587ArgumentNullException.ThrowIfNull(bits); 994ArgumentNullException.ThrowIfNull(s);
System\Data\SQLTypes\SqlXml.cs (2)
397ArgumentNullException.ThrowIfNull(buffer); 433ArgumentNullException.ThrowIfNull(buffer);
System.Diagnostics.DiagnosticSource (11)
System\Diagnostics\Activity.cs (1)
554ArgumentNullException.ThrowIfNull(exception);
System\Diagnostics\ActivityContext.cs (1)
99ArgumentNullException.ThrowIfNull(traceParent);
System\Diagnostics\ActivitySource.cs (1)
349ArgumentNullException.ThrowIfNull(listener);
System\Diagnostics\ActivityTagsCollection.cs (4)
39ArgumentNullException.ThrowIfNull(list); 68ArgumentNullException.ThrowIfNull(key); 141ArgumentNullException.ThrowIfNull(key); 215ArgumentNullException.ThrowIfNull(key);
System\Diagnostics\Metrics\InstrumentAdvice.cs (1)
41ArgumentNullException.ThrowIfNull(value);
System\Diagnostics\Metrics\Meter.cs (1)
35ArgumentNullException.ThrowIfNull(options);
System\Diagnostics\Metrics\MeterFactoryExtensions.cs (1)
24ArgumentNullException.ThrowIfNull(meterFactory);
System\Diagnostics\Metrics\TagList.netcore.cs (1)
160ArgumentNullException.ThrowIfNull(array);
System.Diagnostics.Process (5)
src\libraries\Common\src\System\IO\StringParser.cs (1)
35ArgumentNullException.ThrowIfNull(buffer);
System\Diagnostics\Process.cs (2)
571ArgumentNullException.ThrowIfNull(value); 1348ArgumentNullException.ThrowIfNull(startInfo);
System\Diagnostics\ProcessStartInfo.cs (2)
64ArgumentNullException.ThrowIfNull(fileName); 65ArgumentNullException.ThrowIfNull(arguments);
System.Diagnostics.TextWriterTraceListener (2)
System\Diagnostics\TextWriterTraceListener.cs (2)
44ArgumentNullException.ThrowIfNull(stream); 67ArgumentNullException.ThrowIfNull(writer);
System.Diagnostics.TraceSource (11)
System\Diagnostics\CorrelationManager.cs (1)
32ArgumentNullException.ThrowIfNull(operationId);
System\Diagnostics\SourceFilter.cs (2)
22ArgumentNullException.ThrowIfNull(source); 36ArgumentNullException.ThrowIfNull(value, nameof(Source));
System\Diagnostics\SwitchAttribute.cs (2)
41ArgumentNullException.ThrowIfNull(value); 51ArgumentNullException.ThrowIfNull(assembly);
System\Diagnostics\SwitchLevelAttribute.cs (1)
24ArgumentNullException.ThrowIfNull(value);
System\Diagnostics\TraceListeners.cs (3)
88ArgumentNullException.ThrowIfNull(value); 101ArgumentNullException.ThrowIfNull(value); 151ArgumentNullException.ThrowIfNull(listener);
System\Diagnostics\TraceSource.cs (1)
560ArgumentNullException.ThrowIfNull(value, nameof(Switch));
System\Diagnostics\TraceUtils.cs (1)
18ArgumentNullException.ThrowIfNull(attributes);
System.Formats.Asn1 (10)
System\Formats\Asn1\AsnWriter.cs (5)
234ArgumentNullException.ThrowIfNull(encodeCallback); 277ArgumentNullException.ThrowIfNull(encodeCallback); 314ArgumentNullException.ThrowIfNull(encodeCallback); 381ArgumentNullException.ThrowIfNull(other); 542ArgumentNullException.ThrowIfNull(destination);
System\Formats\Asn1\AsnWriter.Enumerated.cs (1)
35ArgumentNullException.ThrowIfNull(value);
System\Formats\Asn1\AsnWriter.NamedBitList.cs (2)
37ArgumentNullException.ThrowIfNull(value); 96ArgumentNullException.ThrowIfNull(value);
System\Formats\Asn1\AsnWriter.Oid.cs (1)
34ArgumentNullException.ThrowIfNull(oidValue);
System\Formats\Asn1\AsnWriter.Text.cs (1)
41ArgumentNullException.ThrowIfNull(value);
System.Formats.Cbor (2)
System\Formats\Cbor\Writer\CborWriter.String.cs (2)
27ArgumentNullException.ThrowIfNull(value); 108ArgumentNullException.ThrowIfNull(value);
System.Formats.Nrbf (4)
System\Formats\Nrbf\ArrayRecord.cs (1)
74ArgumentNullException.ThrowIfNull(expectedArrayType);
System\Formats\Nrbf\NrbfDecoder.cs (2)
58ArgumentNullException.ThrowIfNull(stream); 130ArgumentNullException.ThrowIfNull(payload);
System\Formats\Nrbf\SerializationRecord.cs (1)
58ArgumentNullException.ThrowIfNull(type);
System.Formats.Tar (12)
System\Formats\Tar\PaxGlobalExtendedAttributesTarEntry.cs (1)
30ArgumentNullException.ThrowIfNull(globalExtendedAttributes);
System\Formats\Tar\PaxTarEntry.cs (1)
70ArgumentNullException.ThrowIfNull(extendedAttributes);
System\Formats\Tar\PosixTarEntry.cs (2)
110ArgumentNullException.ThrowIfNull(value); 125ArgumentNullException.ThrowIfNull(value);
System\Formats\Tar\TarFile.cs (4)
34ArgumentNullException.ThrowIfNull(destination); 73ArgumentNullException.ThrowIfNull(destination); 173ArgumentNullException.ThrowIfNull(source); 218ArgumentNullException.ThrowIfNull(source);
System\Formats\Tar\TarReader.cs (1)
35ArgumentNullException.ThrowIfNull(archiveStream);
System\Formats\Tar\TarWriter.cs (3)
64ArgumentNullException.ThrowIfNull(archiveStream); 238ArgumentNullException.ThrowIfNull(entry); 287ArgumentNullException.ThrowIfNull(entry);
System.IO.Compression (10)
System\IO\Compression\DeflateManaged\DeflateManagedStream.cs (1)
25ArgumentNullException.ThrowIfNull(stream);
System\IO\Compression\DeflateZLib\DeflateStream.cs (4)
62ArgumentNullException.ThrowIfNull(stream); 63ArgumentNullException.ThrowIfNull(compressionOptions); 74ArgumentNullException.ThrowIfNull(stream); 102ArgumentNullException.ThrowIfNull(stream);
System\IO\Compression\ZipArchive.Async.cs (1)
69ArgumentNullException.ThrowIfNull(stream);
System\IO\Compression\ZipArchive.cs (3)
124ArgumentNullException.ThrowIfNull(stream); 332ArgumentNullException.ThrowIfNull(entryName); 920ArgumentNullException.ThrowIfNull(stream);
System\IO\Compression\ZipArchiveEntry.cs (1)
241ArgumentNullException.ThrowIfNull(value, nameof(FullName));
System.IO.Compression.Brotli (2)
System\IO\Compression\BrotliStream.cs (1)
31ArgumentNullException.ThrowIfNull(stream);
System\IO\Compression\enc\BrotliStream.Compress.cs (1)
41ArgumentNullException.ThrowIfNull(compressionOptions);
System.IO.Compression.ZipFile (16)
System\IO\Compression\ZipFile.Create.cs (1)
491ArgumentNullException.ThrowIfNull(destination);
System\IO\Compression\ZipFile.Extract.Async.cs (2)
195ArgumentNullException.ThrowIfNull(sourceArchiveFileName); 345ArgumentNullException.ThrowIfNull(source);
System\IO\Compression\ZipFile.Extract.cs (2)
183ArgumentNullException.ThrowIfNull(sourceArchiveFileName); 322ArgumentNullException.ThrowIfNull(source);
System\IO\Compression\ZipFileExtensions.ZipArchive.Create.cs (3)
98ArgumentNullException.ThrowIfNull(destination); 99ArgumentNullException.ThrowIfNull(sourceFileName); 100ArgumentNullException.ThrowIfNull(entryName);
System\IO\Compression\ZipFileExtensions.ZipArchive.Extract.Async.cs (2)
75ArgumentNullException.ThrowIfNull(source); 76ArgumentNullException.ThrowIfNull(destinationDirectoryName);
System\IO\Compression\ZipFileExtensions.ZipArchive.Extract.cs (2)
68ArgumentNullException.ThrowIfNull(source); 69ArgumentNullException.ThrowIfNull(destinationDirectoryName);
System\IO\Compression\ZipFileExtensions.ZipArchiveEntry.Extract.cs (4)
78ArgumentNullException.ThrowIfNull(source); 79ArgumentNullException.ThrowIfNull(destinationFileName); 110ArgumentNullException.ThrowIfNull(source); 111ArgumentNullException.ThrowIfNull(destinationDirectoryName);
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveInfo.cs (1)
14ArgumentNullException.ThrowIfNull(driveName);
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemEventArgs.cs (1)
20ArgumentNullException.ThrowIfNull(directory);
System\IO\FileSystemWatcher.cs (2)
98ArgumentNullException.ThrowIfNull(filter); 361ArgumentNullException.ThrowIfNull(path);
System.IO.Hashing (11)
System\IO\Hashing\Crc32.cs (1)
106ArgumentNullException.ThrowIfNull(source);
System\IO\Hashing\Crc64.cs (1)
104ArgumentNullException.ThrowIfNull(source);
System\IO\Hashing\NonCryptographicHashAlgorithm.cs (3)
87ArgumentNullException.ThrowIfNull(source); 103ArgumentNullException.ThrowIfNull(stream); 126ArgumentNullException.ThrowIfNull(stream);
System\IO\Hashing\XxHash128.cs (1)
64ArgumentNullException.ThrowIfNull(source);
System\IO\Hashing\XxHash3.cs (1)
63ArgumentNullException.ThrowIfNull(source);
System\IO\Hashing\XxHash32.cs (2)
164ArgumentNullException.ThrowIfNull(source); 180ArgumentNullException.ThrowIfNull(source);
System\IO\Hashing\XxHash64.cs (2)
164ArgumentNullException.ThrowIfNull(source); 180ArgumentNullException.ThrowIfNull(source);
System.IO.IsolatedStorage (8)
System\IO\IsolatedStorage\IsolatedStorageFile.cs (7)
76ArgumentNullException.ThrowIfNull(file); 93ArgumentNullException.ThrowIfNull(path); 102ArgumentNullException.ThrowIfNull(path); 111ArgumentNullException.ThrowIfNull(dir); 146ArgumentNullException.ThrowIfNull(dir); 169ArgumentNullException.ThrowIfNull(searchPattern); 193ArgumentNullException.ThrowIfNull(searchPattern);
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
86ArgumentNullException.ThrowIfNull(path);
System.IO.MemoryMappedFiles (3)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (3)
109ArgumentNullException.ThrowIfNull(path); 212ArgumentNullException.ThrowIfNull(fileHandle); 241ArgumentNullException.ThrowIfNull(fileStream);
System.IO.Packaging (27)
System\IO\Packaging\ContentType.cs (1)
75ArgumentNullException.ThrowIfNull(contentType);
System\IO\Packaging\InternalRelationshipCollection.cs (2)
392ArgumentNullException.ThrowIfNull(targetUri); 393ArgumentNullException.ThrowIfNull(relationshipType);
System\IO\Packaging\Package.cs (2)
857ArgumentNullException.ThrowIfNull(path); 918ArgumentNullException.ThrowIfNull(stream);
System\IO\Packaging\PackagePart.cs (2)
101ArgumentNullException.ThrowIfNull(package); 102ArgumentNullException.ThrowIfNull(partUri);
System\IO\Packaging\PackageRelationship.cs (4)
115ArgumentNullException.ThrowIfNull(package); 116ArgumentNullException.ThrowIfNull(targetUri); 117ArgumentNullException.ThrowIfNull(relationshipType); 118ArgumentNullException.ThrowIfNull(id);
System\IO\Packaging\PackageRelationshipSelector.cs (3)
33ArgumentNullException.ThrowIfNull(sourceUri); 34ArgumentNullException.ThrowIfNull(selectionCriteria); 111ArgumentNullException.ThrowIfNull(package);
System\IO\Packaging\PackUriHelper.cs (10)
38ArgumentNullException.ThrowIfNull(partUri); 78ArgumentNullException.ThrowIfNull(sourcePartUri); 79ArgumentNullException.ThrowIfNull(targetUri); 104ArgumentNullException.ThrowIfNull(sourcePartUri); 105ArgumentNullException.ThrowIfNull(targetPartUri); 122ArgumentNullException.ThrowIfNull(partUri); 167ArgumentNullException.ThrowIfNull(partUri); 189ArgumentNullException.ThrowIfNull(partUri); 242ArgumentNullException.ThrowIfNull(relationshipPartUri); 372ArgumentNullException.ThrowIfNull(partUri);
System\IO\Packaging\ZipPackagePartPiece.cs (3)
27ArgumentNullException.ThrowIfNull(zipArchiveEntry); 153ArgumentNullException.ThrowIfNull(zipArchiveEntry); 154ArgumentNullException.ThrowIfNull(prefixName);
System.IO.Pipelines (1)
src\libraries\Common\src\System\IO\StreamHelpers.CopyValidation.cs (1)
12ArgumentNullException.ThrowIfNull(destination);
System.IO.Pipes (7)
System\IO\Pipes\AnonymousPipeClientStream.cs (2)
27ArgumentNullException.ThrowIfNull(pipeHandleAsString); 54ArgumentNullException.ThrowIfNull(safePipeHandle);
System\IO\Pipes\AnonymousPipeServerStream.cs (2)
40ArgumentNullException.ThrowIfNull(serverSafePipeHandle); 41ArgumentNullException.ThrowIfNull(clientSafePipeHandle);
System\IO\Pipes\NamedPipeClientStream.cs (2)
61ArgumentNullException.ThrowIfNull(serverName); 95ArgumentNullException.ThrowIfNull(safePipeHandle);
System\IO\Pipes\NamedPipeServerStream.cs (1)
136ArgumentNullException.ThrowIfNull(safePipeHandle);
System.IO.Ports (2)
System\IO\Ports\SerialStream.cs (1)
93ArgumentNullException.ThrowIfNull(array);
System\IO\Ports\SerialStream.Unix.cs (1)
601ArgumentNullException.ThrowIfNull(portName);
System.Linq (3)
System\Linq\Lookup.cs (3)
268ArgumentNullException.ThrowIfNull(array); 290ArgumentNullException.ThrowIfNull(item); 316ArgumentNullException.ThrowIfNull(array);
System.Linq.AsyncEnumerable (343)
System\Linq\AggregateAsync.cs (14)
27ArgumentNullException.ThrowIfNull(source); 28ArgumentNullException.ThrowIfNull(func); 68ArgumentNullException.ThrowIfNull(source); 69ArgumentNullException.ThrowIfNull(func); 111ArgumentNullException.ThrowIfNull(source); 112ArgumentNullException.ThrowIfNull(func); 147ArgumentNullException.ThrowIfNull(source); 148ArgumentNullException.ThrowIfNull(func); 192ArgumentNullException.ThrowIfNull(source); 193ArgumentNullException.ThrowIfNull(func); 194ArgumentNullException.ThrowIfNull(resultSelector); 239ArgumentNullException.ThrowIfNull(source); 240ArgumentNullException.ThrowIfNull(func); 241ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\AggregateBy.cs (14)
41ArgumentNullException.ThrowIfNull(source); 42ArgumentNullException.ThrowIfNull(keySelector); 43ArgumentNullException.ThrowIfNull(func); 112ArgumentNullException.ThrowIfNull(source); 113ArgumentNullException.ThrowIfNull(keySelector); 114ArgumentNullException.ThrowIfNull(func); 178ArgumentNullException.ThrowIfNull(source); 179ArgumentNullException.ThrowIfNull(keySelector); 180ArgumentNullException.ThrowIfNull(seedSelector); 181ArgumentNullException.ThrowIfNull(func); 250ArgumentNullException.ThrowIfNull(source); 251ArgumentNullException.ThrowIfNull(keySelector); 252ArgumentNullException.ThrowIfNull(seedSelector); 253ArgumentNullException.ThrowIfNull(func);
System\Linq\AllAsync.cs (4)
29ArgumentNullException.ThrowIfNull(source); 30ArgumentNullException.ThrowIfNull(predicate); 67ArgumentNullException.ThrowIfNull(source); 68ArgumentNullException.ThrowIfNull(predicate);
System\Linq\AnyAsync.cs (5)
23ArgumentNullException.ThrowIfNull(source); 53ArgumentNullException.ThrowIfNull(source); 54ArgumentNullException.ThrowIfNull(predicate); 90ArgumentNullException.ThrowIfNull(source); 91ArgumentNullException.ThrowIfNull(predicate);
System\Linq\Append.cs (1)
23ArgumentNullException.ThrowIfNull(source);
System\Linq\AverageAsync.cs (10)
24ArgumentNullException.ThrowIfNull(source); 59ArgumentNullException.ThrowIfNull(source); 92ArgumentNullException.ThrowIfNull(source); 125ArgumentNullException.ThrowIfNull(source); 158ArgumentNullException.ThrowIfNull(source); 192ArgumentNullException.ThrowIfNull(source); 224ArgumentNullException.ThrowIfNull(source); 255ArgumentNullException.ThrowIfNull(source); 286ArgumentNullException.ThrowIfNull(source); 317ArgumentNullException.ThrowIfNull(source);
System\Linq\Cast.cs (1)
27ArgumentNullException.ThrowIfNull(source);
System\Linq\Chunk.cs (1)
30ArgumentNullException.ThrowIfNull(source);
System\Linq\Concat.cs (2)
23ArgumentNullException.ThrowIfNull(first); 24ArgumentNullException.ThrowIfNull(second);
System\Linq\ContainsAsync.cs (1)
27ArgumentNullException.ThrowIfNull(source);
System\Linq\CountAsync.cs (10)
24ArgumentNullException.ThrowIfNull(source); 57ArgumentNullException.ThrowIfNull(source); 58ArgumentNullException.ThrowIfNull(predicate); 92ArgumentNullException.ThrowIfNull(source); 93ArgumentNullException.ThrowIfNull(predicate); 125ArgumentNullException.ThrowIfNull(source); 157ArgumentNullException.ThrowIfNull(source); 158ArgumentNullException.ThrowIfNull(predicate); 191ArgumentNullException.ThrowIfNull(source); 192ArgumentNullException.ThrowIfNull(predicate);
System\Linq\CountBy.cs (4)
28ArgumentNullException.ThrowIfNull(source); 29ArgumentNullException.ThrowIfNull(keySelector); 79ArgumentNullException.ThrowIfNull(source); 80ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\DefaultIfEmpty.cs (1)
36ArgumentNullException.ThrowIfNull(source);
System\Linq\Distinct.cs (1)
22ArgumentNullException.ThrowIfNull(source);
System\Linq\DistinctBy.cs (4)
32ArgumentNullException.ThrowIfNull(source); 33ArgumentNullException.ThrowIfNull(keySelector); 82ArgumentNullException.ThrowIfNull(source); 83ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\ElementAtAsync.cs (4)
25ArgumentNullException.ThrowIfNull(source); 45ArgumentNullException.ThrowIfNull(source); 74ArgumentNullException.ThrowIfNull(source); 101ArgumentNullException.ThrowIfNull(source);
System\Linq\Empty.cs (2)
38ArgumentNullException.ThrowIfNull(keySelector); 44ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\Except.cs (2)
26ArgumentNullException.ThrowIfNull(first); 27ArgumentNullException.ThrowIfNull(second);
System\Linq\ExceptBy.cs (6)
32ArgumentNullException.ThrowIfNull(first); 33ArgumentNullException.ThrowIfNull(second); 34ArgumentNullException.ThrowIfNull(keySelector); 92ArgumentNullException.ThrowIfNull(first); 93ArgumentNullException.ThrowIfNull(second); 94ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\FirstAsync.cs (10)
24ArgumentNullException.ThrowIfNull(source); 60ArgumentNullException.ThrowIfNull(source); 61ArgumentNullException.ThrowIfNull(predicate); 99ArgumentNullException.ThrowIfNull(source); 100ArgumentNullException.ThrowIfNull(predicate); 145ArgumentNullException.ThrowIfNull(source); 209ArgumentNullException.ThrowIfNull(source); 210ArgumentNullException.ThrowIfNull(predicate); 246ArgumentNullException.ThrowIfNull(source); 247ArgumentNullException.ThrowIfNull(predicate);
System\Linq\GroupBy.cs (24)
32ArgumentNullException.ThrowIfNull(source); 33ArgumentNullException.ThrowIfNull(keySelector); 69ArgumentNullException.ThrowIfNull(source); 70ArgumentNullException.ThrowIfNull(keySelector); 114ArgumentNullException.ThrowIfNull(source); 115ArgumentNullException.ThrowIfNull(keySelector); 116ArgumentNullException.ThrowIfNull(elementSelector); 161ArgumentNullException.ThrowIfNull(source); 162ArgumentNullException.ThrowIfNull(keySelector); 163ArgumentNullException.ThrowIfNull(elementSelector); 207ArgumentNullException.ThrowIfNull(source); 208ArgumentNullException.ThrowIfNull(keySelector); 209ArgumentNullException.ThrowIfNull(resultSelector); 256ArgumentNullException.ThrowIfNull(source); 257ArgumentNullException.ThrowIfNull(keySelector); 258ArgumentNullException.ThrowIfNull(resultSelector); 308ArgumentNullException.ThrowIfNull(source); 309ArgumentNullException.ThrowIfNull(keySelector); 310ArgumentNullException.ThrowIfNull(elementSelector); 311ArgumentNullException.ThrowIfNull(resultSelector); 362ArgumentNullException.ThrowIfNull(source); 363ArgumentNullException.ThrowIfNull(keySelector); 364ArgumentNullException.ThrowIfNull(elementSelector); 365ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\GroupJoin.cs (10)
44ArgumentNullException.ThrowIfNull(outer); 45ArgumentNullException.ThrowIfNull(inner); 46ArgumentNullException.ThrowIfNull(outerKeySelector); 47ArgumentNullException.ThrowIfNull(innerKeySelector); 48ArgumentNullException.ThrowIfNull(resultSelector); 109ArgumentNullException.ThrowIfNull(outer); 110ArgumentNullException.ThrowIfNull(inner); 111ArgumentNullException.ThrowIfNull(outerKeySelector); 112ArgumentNullException.ThrowIfNull(innerKeySelector); 113ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\Index.cs (1)
21ArgumentNullException.ThrowIfNull(source);
System\Linq\Intersect.cs (2)
26ArgumentNullException.ThrowIfNull(first); 27ArgumentNullException.ThrowIfNull(second);
System\Linq\IntersectBy.cs (6)
37ArgumentNullException.ThrowIfNull(first); 38ArgumentNullException.ThrowIfNull(second); 39ArgumentNullException.ThrowIfNull(keySelector); 102ArgumentNullException.ThrowIfNull(first); 103ArgumentNullException.ThrowIfNull(second); 104ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\Join.cs (10)
41ArgumentNullException.ThrowIfNull(outer); 42ArgumentNullException.ThrowIfNull(inner); 43ArgumentNullException.ThrowIfNull(outerKeySelector); 44ArgumentNullException.ThrowIfNull(innerKeySelector); 45ArgumentNullException.ThrowIfNull(resultSelector); 114ArgumentNullException.ThrowIfNull(outer); 115ArgumentNullException.ThrowIfNull(inner); 116ArgumentNullException.ThrowIfNull(outerKeySelector); 117ArgumentNullException.ThrowIfNull(innerKeySelector); 118ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\LastAsync.cs (10)
23ArgumentNullException.ThrowIfNull(source); 66ArgumentNullException.ThrowIfNull(source); 67ArgumentNullException.ThrowIfNull(predicate); 120ArgumentNullException.ThrowIfNull(source); 121ArgumentNullException.ThrowIfNull(predicate); 183ArgumentNullException.ThrowIfNull(source); 249ArgumentNullException.ThrowIfNull(source); 250ArgumentNullException.ThrowIfNull(predicate); 302ArgumentNullException.ThrowIfNull(source); 303ArgumentNullException.ThrowIfNull(predicate);
System\Linq\LeftJoin.cs (10)
38ArgumentNullException.ThrowIfNull(outer); 39ArgumentNullException.ThrowIfNull(inner); 40ArgumentNullException.ThrowIfNull(outerKeySelector); 41ArgumentNullException.ThrowIfNull(innerKeySelector); 42ArgumentNullException.ThrowIfNull(resultSelector); 109ArgumentNullException.ThrowIfNull(outer); 110ArgumentNullException.ThrowIfNull(inner); 111ArgumentNullException.ThrowIfNull(outerKeySelector); 112ArgumentNullException.ThrowIfNull(innerKeySelector); 113ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\MaxAsync.cs (1)
29ArgumentNullException.ThrowIfNull(source);
System\Linq\MaxByAsync.cs (4)
31ArgumentNullException.ThrowIfNull(source); 32ArgumentNullException.ThrowIfNull(keySelector); 141ArgumentNullException.ThrowIfNull(source); 142ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\MinAsync.cs (1)
29ArgumentNullException.ThrowIfNull(source);
System\Linq\MinByAsync.cs (4)
31ArgumentNullException.ThrowIfNull(source); 32ArgumentNullException.ThrowIfNull(keySelector); 141ArgumentNullException.ThrowIfNull(source); 142ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\OfType.cs (1)
27ArgumentNullException.ThrowIfNull(source);
System\Linq\OrderBy.cs (12)
38ArgumentNullException.ThrowIfNull(source); 39ArgumentNullException.ThrowIfNull(keySelector); 60ArgumentNullException.ThrowIfNull(source); 61ArgumentNullException.ThrowIfNull(keySelector); 93ArgumentNullException.ThrowIfNull(source); 94ArgumentNullException.ThrowIfNull(keySelector); 115ArgumentNullException.ThrowIfNull(source); 116ArgumentNullException.ThrowIfNull(keySelector); 137ArgumentNullException.ThrowIfNull(source); 156ArgumentNullException.ThrowIfNull(source); 175ArgumentNullException.ThrowIfNull(source); 194ArgumentNullException.ThrowIfNull(source);
System\Linq\Prepend.cs (1)
23ArgumentNullException.ThrowIfNull(source);
System\Linq\Reverse.cs (1)
20ArgumentNullException.ThrowIfNull(source);
System\Linq\RightJoin.cs (10)
38ArgumentNullException.ThrowIfNull(outer); 39ArgumentNullException.ThrowIfNull(inner); 40ArgumentNullException.ThrowIfNull(outerKeySelector); 41ArgumentNullException.ThrowIfNull(innerKeySelector); 42ArgumentNullException.ThrowIfNull(resultSelector); 110ArgumentNullException.ThrowIfNull(outer); 111ArgumentNullException.ThrowIfNull(inner); 112ArgumentNullException.ThrowIfNull(outerKeySelector); 113ArgumentNullException.ThrowIfNull(innerKeySelector); 114ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\Select.cs (8)
28ArgumentNullException.ThrowIfNull(source); 29ArgumentNullException.ThrowIfNull(selector); 62ArgumentNullException.ThrowIfNull(source); 63ArgumentNullException.ThrowIfNull(selector); 99ArgumentNullException.ThrowIfNull(source); 100ArgumentNullException.ThrowIfNull(selector); 137ArgumentNullException.ThrowIfNull(source); 138ArgumentNullException.ThrowIfNull(selector);
System\Linq\SelectMany.cs (33)
31ArgumentNullException.ThrowIfNull(source); 32ArgumentNullException.ThrowIfNull(selector); 71ArgumentNullException.ThrowIfNull(source); 72ArgumentNullException.ThrowIfNull(selector); 111ArgumentNullException.ThrowIfNull(source); 112ArgumentNullException.ThrowIfNull(selector); 152ArgumentNullException.ThrowIfNull(source); 153ArgumentNullException.ThrowIfNull(selector); 194ArgumentNullException.ThrowIfNull(source); 195ArgumentNullException.ThrowIfNull(selector); 236ArgumentNullException.ThrowIfNull(source); 237ArgumentNullException.ThrowIfNull(selector); 285ArgumentNullException.ThrowIfNull(source); 286ArgumentNullException.ThrowIfNull(collectionSelector); 287ArgumentNullException.ThrowIfNull(resultSelector); 335ArgumentNullException.ThrowIfNull(source); 336ArgumentNullException.ThrowIfNull(collectionSelector); 337ArgumentNullException.ThrowIfNull(resultSelector); 385ArgumentNullException.ThrowIfNull(source); 386ArgumentNullException.ThrowIfNull(collectionSelector); 387ArgumentNullException.ThrowIfNull(resultSelector); 435ArgumentNullException.ThrowIfNull(source); 436ArgumentNullException.ThrowIfNull(collectionSelector); 437ArgumentNullException.ThrowIfNull(resultSelector); 484ArgumentNullException.ThrowIfNull(source); 485ArgumentNullException.ThrowIfNull(collectionSelector); 486ArgumentNullException.ThrowIfNull(resultSelector); 534ArgumentNullException.ThrowIfNull(source); 535ArgumentNullException.ThrowIfNull(collectionSelector); 536ArgumentNullException.ThrowIfNull(resultSelector); 584ArgumentNullException.ThrowIfNull(source); 585ArgumentNullException.ThrowIfNull(collectionSelector); 586ArgumentNullException.ThrowIfNull(resultSelector);
System\Linq\SequenceEqualAsync.cs (2)
28ArgumentNullException.ThrowIfNull(first); 29ArgumentNullException.ThrowIfNull(second);
System\Linq\Shuffle.cs (1)
25ArgumentNullException.ThrowIfNull(source);
System\Linq\SingleAsync.cs (10)
27ArgumentNullException.ThrowIfNull(source); 70ArgumentNullException.ThrowIfNull(source); 71ArgumentNullException.ThrowIfNull(predicate); 123ArgumentNullException.ThrowIfNull(source); 124ArgumentNullException.ThrowIfNull(predicate); 188ArgumentNullException.ThrowIfNull(source); 274ArgumentNullException.ThrowIfNull(source); 275ArgumentNullException.ThrowIfNull(predicate); 324ArgumentNullException.ThrowIfNull(source); 325ArgumentNullException.ThrowIfNull(predicate);
System\Linq\Skip.cs (1)
22ArgumentNullException.ThrowIfNull(source);
System\Linq\SkipLast.cs (1)
26ArgumentNullException.ThrowIfNull(source);
System\Linq\SkipWhile.cs (8)
31ArgumentNullException.ThrowIfNull(source); 32ArgumentNullException.ThrowIfNull(predicate); 80ArgumentNullException.ThrowIfNull(source); 81ArgumentNullException.ThrowIfNull(predicate); 133ArgumentNullException.ThrowIfNull(source); 134ArgumentNullException.ThrowIfNull(predicate); 187ArgumentNullException.ThrowIfNull(source); 188ArgumentNullException.ThrowIfNull(predicate);
System\Linq\SumAsync.cs (10)
23ArgumentNullException.ThrowIfNull(source); 49ArgumentNullException.ThrowIfNull(source); 74ArgumentNullException.ThrowIfNull(source); 99ArgumentNullException.ThrowIfNull(source); 124ArgumentNullException.ThrowIfNull(source); 150ArgumentNullException.ThrowIfNull(source); 179ArgumentNullException.ThrowIfNull(source); 207ArgumentNullException.ThrowIfNull(source); 235ArgumentNullException.ThrowIfNull(source); 263ArgumentNullException.ThrowIfNull(source);
System\Linq\Take.cs (2)
27ArgumentNullException.ThrowIfNull(source); 64ArgumentNullException.ThrowIfNull(source);
System\Linq\TakeLast.cs (1)
19ArgumentNullException.ThrowIfNull(source);
System\Linq\TakeWhile.cs (8)
27ArgumentNullException.ThrowIfNull(source); 28ArgumentNullException.ThrowIfNull(predicate); 64ArgumentNullException.ThrowIfNull(source); 65ArgumentNullException.ThrowIfNull(predicate); 105ArgumentNullException.ThrowIfNull(source); 106ArgumentNullException.ThrowIfNull(predicate); 147ArgumentNullException.ThrowIfNull(source); 148ArgumentNullException.ThrowIfNull(predicate);
System\Linq\ToArrayAsync.cs (1)
23ArgumentNullException.ThrowIfNull(source);
System\Linq\ToAsyncEnumerable.cs (1)
21ArgumentNullException.ThrowIfNull(source);
System\Linq\ToDictionaryAsync.cs (11)
29ArgumentNullException.ThrowIfNull(source); 82ArgumentNullException.ThrowIfNull(source); 83ArgumentNullException.ThrowIfNull(keySelector); 121ArgumentNullException.ThrowIfNull(source); 122ArgumentNullException.ThrowIfNull(keySelector); 165ArgumentNullException.ThrowIfNull(source); 166ArgumentNullException.ThrowIfNull(keySelector); 167ArgumentNullException.ThrowIfNull(elementSelector); 211ArgumentNullException.ThrowIfNull(source); 212ArgumentNullException.ThrowIfNull(keySelector); 213ArgumentNullException.ThrowIfNull(elementSelector);
System\Linq\ToHashSetAsync.cs (1)
25ArgumentNullException.ThrowIfNull(source);
System\Linq\ToListAsync.cs (1)
23ArgumentNullException.ThrowIfNull(source);
System\Linq\ToLookupAsync.cs (11)
34ArgumentNullException.ThrowIfNull(source); 35ArgumentNullException.ThrowIfNull(keySelector); 82ArgumentNullException.ThrowIfNull(source); 83ArgumentNullException.ThrowIfNull(keySelector); 134ArgumentNullException.ThrowIfNull(source); 135ArgumentNullException.ThrowIfNull(keySelector); 136ArgumentNullException.ThrowIfNull(elementSelector); 187ArgumentNullException.ThrowIfNull(source); 188ArgumentNullException.ThrowIfNull(keySelector); 189ArgumentNullException.ThrowIfNull(elementSelector); 240ArgumentNullException.ThrowIfNull(array);
System\Linq\Union.cs (2)
26ArgumentNullException.ThrowIfNull(first); 27ArgumentNullException.ThrowIfNull(second);
System\Linq\UnionBy.cs (6)
29ArgumentNullException.ThrowIfNull(first); 30ArgumentNullException.ThrowIfNull(second); 31ArgumentNullException.ThrowIfNull(keySelector); 80ArgumentNullException.ThrowIfNull(first); 81ArgumentNullException.ThrowIfNull(second); 82ArgumentNullException.ThrowIfNull(keySelector);
System\Linq\Where.cs (8)
24ArgumentNullException.ThrowIfNull(source); 25ArgumentNullException.ThrowIfNull(predicate); 57ArgumentNullException.ThrowIfNull(source); 58ArgumentNullException.ThrowIfNull(predicate); 96ArgumentNullException.ThrowIfNull(source); 97ArgumentNullException.ThrowIfNull(predicate); 136ArgumentNullException.ThrowIfNull(source); 137ArgumentNullException.ThrowIfNull(predicate);
System\Linq\Zip.cs (11)
32ArgumentNullException.ThrowIfNull(first); 33ArgumentNullException.ThrowIfNull(second); 34ArgumentNullException.ThrowIfNull(resultSelector); 76ArgumentNullException.ThrowIfNull(first); 77ArgumentNullException.ThrowIfNull(second); 78ArgumentNullException.ThrowIfNull(resultSelector); 113ArgumentNullException.ThrowIfNull(first); 114ArgumentNullException.ThrowIfNull(second); 152ArgumentNullException.ThrowIfNull(first); 153ArgumentNullException.ThrowIfNull(second); 154ArgumentNullException.ThrowIfNull(third);
System.Linq.Expressions (244)
System\Dynamic\BinaryOperationBinder.cs (3)
64ArgumentNullException.ThrowIfNull(target); 65ArgumentNullException.ThrowIfNull(args); 69ArgumentNullException.ThrowIfNull(arg0, nameof(args));
System\Dynamic\BindingRestrictions.cs (6)
43ArgumentNullException.ThrowIfNull(restrictions); 65ArgumentNullException.ThrowIfNull(expression); 66ArgumentNullException.ThrowIfNull(type); 96ArgumentNullException.ThrowIfNull(expression); 112ArgumentNullException.ThrowIfNull(expression); 347ArgumentNullException.ThrowIfNull(node);
System\Dynamic\CallInfo.cs (1)
51ArgumentNullException.ThrowIfNull(argNames);
System\Dynamic\ConvertBinder.cs (2)
23ArgumentNullException.ThrowIfNull(type); 65ArgumentNullException.ThrowIfNull(target);
System\Dynamic\CreateInstanceBinder.cs (2)
22ArgumentNullException.ThrowIfNull(callInfo); 64ArgumentNullException.ThrowIfNull(target);
System\Dynamic\DeleteIndexBinder.cs (2)
22ArgumentNullException.ThrowIfNull(callInfo); 44ArgumentNullException.ThrowIfNull(target);
System\Dynamic\DeleteMemberBinder.cs (2)
23ArgumentNullException.ThrowIfNull(name); 70ArgumentNullException.ThrowIfNull(target);
System\Dynamic\DynamicMetaObject.cs (17)
28ArgumentNullException.ThrowIfNull(expression); 29ArgumentNullException.ThrowIfNull(restrictions); 109ArgumentNullException.ThrowIfNull(binder); 120ArgumentNullException.ThrowIfNull(binder); 132ArgumentNullException.ThrowIfNull(binder); 143ArgumentNullException.ThrowIfNull(binder); 155ArgumentNullException.ThrowIfNull(binder); 168ArgumentNullException.ThrowIfNull(binder); 180ArgumentNullException.ThrowIfNull(binder); 192ArgumentNullException.ThrowIfNull(binder); 204ArgumentNullException.ThrowIfNull(binder); 216ArgumentNullException.ThrowIfNull(binder); 227ArgumentNullException.ThrowIfNull(binder); 239ArgumentNullException.ThrowIfNull(binder); 256ArgumentNullException.ThrowIfNull(objects); 262ArgumentNullException.ThrowIfNull(mo, nameof(objects)); 283ArgumentNullException.ThrowIfNull(expression);
System\Dynamic\DynamicMetaObjectBinder.cs (4)
52ArgumentNullException.ThrowIfNull(args); 53ArgumentNullException.ThrowIfNull(parameters); 54ArgumentNullException.ThrowIfNull(returnLabel); 184ArgumentNullException.ThrowIfNull(target);
System\Dynamic\ExpandoObject.cs (14)
303ArgumentNullException.ThrowIfNull(key); 331ArgumentNullException.ThrowIfNull(collection); 399ArgumentNullException.ThrowIfNull(array); 470ArgumentNullException.ThrowIfNull(collection); 549ArgumentNullException.ThrowIfNull(array); 633ArgumentNullException.ThrowIfNull(key); 646ArgumentNullException.ThrowIfNull(key); 655ArgumentNullException.ThrowIfNull(key); 715ArgumentNullException.ThrowIfNull(array); 828ArgumentNullException.ThrowIfNull(binder); 840ArgumentNullException.ThrowIfNull(binder); 852ArgumentNullException.ThrowIfNull(binder); 853ArgumentNullException.ThrowIfNull(value); 881ArgumentNullException.ThrowIfNull(binder);
System\Dynamic\GetIndexBinder.cs (2)
22ArgumentNullException.ThrowIfNull(callInfo); 44ArgumentNullException.ThrowIfNull(target);
System\Dynamic\GetMemberBinder.cs (2)
23ArgumentNullException.ThrowIfNull(name); 70ArgumentNullException.ThrowIfNull(target);
System\Dynamic\InvokeBinder.cs (2)
22ArgumentNullException.ThrowIfNull(callInfo); 64ArgumentNullException.ThrowIfNull(target);
System\Dynamic\InvokeMemberBinder.cs (3)
24ArgumentNullException.ThrowIfNull(name); 25ArgumentNullException.ThrowIfNull(callInfo); 60ArgumentNullException.ThrowIfNull(target);
System\Dynamic\SetIndexBinder.cs (4)
22ArgumentNullException.ThrowIfNull(callInfo); 44ArgumentNullException.ThrowIfNull(target); 45ArgumentNullException.ThrowIfNull(args); 51ArgumentNullException.ThrowIfNull(value, nameof(args));
System\Dynamic\SetMemberBinder.cs (4)
23ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(target); 53ArgumentNullException.ThrowIfNull(args); 57ArgumentNullException.ThrowIfNull(arg0, nameof(args));
System\Dynamic\UnaryOperationBinder.cs (1)
75ArgumentNullException.ThrowIfNull(target);
System\Dynamic\Utils\ContractUtils.cs (2)
89ArgumentNullException.ThrowIfNull(collection, paramName); 111ArgumentNullException.ThrowIfNull(array, arrayName);
System\Dynamic\Utils\ListArgumentProvider.cs (1)
90ArgumentNullException.ThrowIfNull(array);
System\Linq\Expressions\BlockExpression.cs (6)
763ArgumentNullException.ThrowIfNull(array); 903ArgumentNullException.ThrowIfNull(expressions); 927ArgumentNullException.ThrowIfNull(expressions); 973ArgumentNullException.ThrowIfNull(expressions); 1001ArgumentNullException.ThrowIfNull(type); 1002ArgumentNullException.ThrowIfNull(expressions);
System\Linq\Expressions\CatchBlock.cs (3)
95ArgumentNullException.ThrowIfNull(variable); 122ArgumentNullException.ThrowIfNull(variable); 137ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\Compiler\AssemblyGen.cs (2)
44ArgumentNullException.ThrowIfNull(name); 45ArgumentNullException.ThrowIfNull(parent);
System\Linq\Expressions\ConditionalExpression.cs (1)
170ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\ConstantExpression.cs (1)
97ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\DebugInfoExpression.cs (2)
158ArgumentNullException.ThrowIfNull(document); 175ArgumentNullException.ThrowIfNull(document);
System\Linq\Expressions\DefaultExpression.cs (1)
66ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\DynamicExpression.cs (18)
866ArgumentNullException.ThrowIfNull(delegateType); 867ArgumentNullException.ThrowIfNull(binder); 893ArgumentNullException.ThrowIfNull(delegateType); 894ArgumentNullException.ThrowIfNull(binder); 923ArgumentNullException.ThrowIfNull(delegateType); 924ArgumentNullException.ThrowIfNull(binder); 956ArgumentNullException.ThrowIfNull(delegateType); 957ArgumentNullException.ThrowIfNull(binder); 992ArgumentNullException.ThrowIfNull(delegateType); 993ArgumentNullException.ThrowIfNull(binder); 1061ArgumentNullException.ThrowIfNull(binder); 1097ArgumentNullException.ThrowIfNull(binder); 1138ArgumentNullException.ThrowIfNull(binder); 1184ArgumentNullException.ThrowIfNull(binder); 1231ArgumentNullException.ThrowIfNull(arguments); 1232ArgumentNullException.ThrowIfNull(returnType); 1242ArgumentNullException.ThrowIfNull(binder); 1277ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\ElementInit.cs (2)
91ArgumentNullException.ThrowIfNull(addMethod); 92ArgumentNullException.ThrowIfNull(arguments);
System\Linq\Expressions\Expression.cs (1)
250ArgumentNullException.ThrowIfNull(expression, paramName);
System\Linq\Expressions\Expression.DebuggerProxy.cs (26)
18ArgumentNullException.ThrowIfNull(node); 40ArgumentNullException.ThrowIfNull(node); 59ArgumentNullException.ThrowIfNull(node); 75ArgumentNullException.ThrowIfNull(node); 94ArgumentNullException.ThrowIfNull(node); 111ArgumentNullException.ThrowIfNull(node); 133ArgumentNullException.ThrowIfNull(node); 149ArgumentNullException.ThrowIfNull(node); 168ArgumentNullException.ThrowIfNull(node); 187ArgumentNullException.ThrowIfNull(node); 205ArgumentNullException.ThrowIfNull(node); 223ArgumentNullException.ThrowIfNull(node); 244ArgumentNullException.ThrowIfNull(node); 262ArgumentNullException.ThrowIfNull(node); 281ArgumentNullException.ThrowIfNull(node); 299ArgumentNullException.ThrowIfNull(node); 317ArgumentNullException.ThrowIfNull(node); 336ArgumentNullException.ThrowIfNull(node); 353ArgumentNullException.ThrowIfNull(node); 372ArgumentNullException.ThrowIfNull(node); 390ArgumentNullException.ThrowIfNull(node); 407ArgumentNullException.ThrowIfNull(node); 421ArgumentNullException.ThrowIfNull(node); 441ArgumentNullException.ThrowIfNull(node); 461ArgumentNullException.ThrowIfNull(node); 479ArgumentNullException.ThrowIfNull(node);
System\Linq\Expressions\ExpressionVisitor.cs (4)
45ArgumentNullException.ThrowIfNull(nodes); 93ArgumentNullException.ThrowIfNull(nodes); 94ArgumentNullException.ThrowIfNull(elementVisitor); 155ArgumentNullException.ThrowIfNull(nodes);
System\Linq\Expressions\GotoExpression.cs (1)
341ArgumentNullException.ThrowIfNull(target, targetParameter);
System\Linq\Expressions\IndexExpression.cs (3)
216ArgumentNullException.ThrowIfNull(propertyName); 381ArgumentNullException.ThrowIfNull(indexer, paramName); 460ArgumentNullException.ThrowIfNull(arguments);
System\Linq\Expressions\Interpreter\InstructionList.cs (1)
91ArgumentNullException.ThrowIfNull(list);
System\Linq\Expressions\LabelTarget.cs (1)
80ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\LambdaExpression.cs (3)
854ArgumentNullException.ThrowIfNull(body); 866ArgumentNullException.ThrowIfNull(param, "parameter"); 916ArgumentNullException.ThrowIfNull(delegateType);
System\Linq\Expressions\ListInitExpression.cs (6)
124ArgumentNullException.ThrowIfNull(newExpression); 125ArgumentNullException.ThrowIfNull(initializers); 166ArgumentNullException.ThrowIfNull(newExpression); 167ArgumentNullException.ThrowIfNull(initializers); 208ArgumentNullException.ThrowIfNull(newExpression); 209ArgumentNullException.ThrowIfNull(initializers);
System\Linq\Expressions\MemberAssignment.cs (3)
61ArgumentNullException.ThrowIfNull(member); 81ArgumentNullException.ThrowIfNull(propertyAccessor); 82ArgumentNullException.ThrowIfNull(expression);
System\Linq\Expressions\MemberExpression.cs (10)
129ArgumentNullException.ThrowIfNull(field); 157ArgumentNullException.ThrowIfNull(fieldName); 181ArgumentNullException.ThrowIfNull(type); 182ArgumentNullException.ThrowIfNull(fieldName); 209ArgumentNullException.ThrowIfNull(propertyName); 232ArgumentNullException.ThrowIfNull(type); 233ArgumentNullException.ThrowIfNull(propertyName); 252ArgumentNullException.ThrowIfNull(property); 302ArgumentNullException.ThrowIfNull(propertyAccessor); 388ArgumentNullException.ThrowIfNull(member);
System\Linq\Expressions\MemberInitExpression.cs (2)
159ArgumentNullException.ThrowIfNull(newExpression); 160ArgumentNullException.ThrowIfNull(bindings);
System\Linq\Expressions\MemberListBinding.cs (4)
82ArgumentNullException.ThrowIfNull(member); 83ArgumentNullException.ThrowIfNull(initializers); 116ArgumentNullException.ThrowIfNull(propertyAccessor); 117ArgumentNullException.ThrowIfNull(initializers);
System\Linq\Expressions\MemberMemberBinding.cs (4)
81ArgumentNullException.ThrowIfNull(member); 82ArgumentNullException.ThrowIfNull(bindings); 119ArgumentNullException.ThrowIfNull(propertyAccessor); 158ArgumentNullException.ThrowIfNull(b, nameof(bindings));
System\Linq\Expressions\MethodCallExpression.cs (38)
844ArgumentNullException.ThrowIfNull(method); 861ArgumentNullException.ThrowIfNull(method); 862ArgumentNullException.ThrowIfNull(arg0); 882ArgumentNullException.ThrowIfNull(method); 883ArgumentNullException.ThrowIfNull(arg0); 884ArgumentNullException.ThrowIfNull(arg1); 906ArgumentNullException.ThrowIfNull(method); 907ArgumentNullException.ThrowIfNull(arg0); 908ArgumentNullException.ThrowIfNull(arg1); 909ArgumentNullException.ThrowIfNull(arg2); 933ArgumentNullException.ThrowIfNull(method); 934ArgumentNullException.ThrowIfNull(arg0); 935ArgumentNullException.ThrowIfNull(arg1); 936ArgumentNullException.ThrowIfNull(arg2); 937ArgumentNullException.ThrowIfNull(arg3); 964ArgumentNullException.ThrowIfNull(method); 965ArgumentNullException.ThrowIfNull(arg0); 966ArgumentNullException.ThrowIfNull(arg1); 967ArgumentNullException.ThrowIfNull(arg2); 968ArgumentNullException.ThrowIfNull(arg3); 969ArgumentNullException.ThrowIfNull(arg4); 1014ArgumentNullException.ThrowIfNull(method); 1051ArgumentNullException.ThrowIfNull(method); 1052ArgumentNullException.ThrowIfNull(arg0); 1078ArgumentNullException.ThrowIfNull(method); 1079ArgumentNullException.ThrowIfNull(arg0); 1080ArgumentNullException.ThrowIfNull(arg1); 1108ArgumentNullException.ThrowIfNull(method); 1109ArgumentNullException.ThrowIfNull(arg0); 1110ArgumentNullException.ThrowIfNull(arg1); 1111ArgumentNullException.ThrowIfNull(arg2); 1144ArgumentNullException.ThrowIfNull(instance); 1145ArgumentNullException.ThrowIfNull(methodName); 1172ArgumentNullException.ThrowIfNull(type); 1173ArgumentNullException.ThrowIfNull(methodName); 1218ArgumentNullException.ThrowIfNull(method); 1355ArgumentNullException.ThrowIfNull(arg, nameof(arguments)); 1412ArgumentNullException.ThrowIfNull(indexes);
System\Linq\Expressions\NewArrayExpression.cs (5)
68ArgumentNullException.ThrowIfNull(expressions); 137ArgumentNullException.ThrowIfNull(type); 138ArgumentNullException.ThrowIfNull(initializers); 213ArgumentNullException.ThrowIfNull(type); 214ArgumentNullException.ThrowIfNull(bounds);
System\Linq\Expressions\NewExpression.cs (4)
138ArgumentNullException.ThrowIfNull(constructor); 139ArgumentNullException.ThrowIfNull(constructor.DeclaringType, nameof(constructor)); 164ArgumentNullException.ThrowIfNull(constructor); 200ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\ParameterExpression.cs (1)
202ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\RuntimeVariablesExpression.cs (1)
91ArgumentNullException.ThrowIfNull(variables);
System\Linq\Expressions\SwitchExpression.cs (2)
221ArgumentNullException.ThrowIfNull(c, nameof(cases)); 256ArgumentNullException.ThrowIfNull(c, nameof(cases));
System\Linq\Expressions\SymbolDocumentInfo.cs (1)
16ArgumentNullException.ThrowIfNull(fileName);
System\Linq\Expressions\TypeBinaryExpression.cs (2)
194ArgumentNullException.ThrowIfNull(type); 209ArgumentNullException.ThrowIfNull(type);
System\Linq\Expressions\UnaryExpression.cs (5)
693ArgumentNullException.ThrowIfNull(type); 712ArgumentNullException.ThrowIfNull(type); 748ArgumentNullException.ThrowIfNull(type); 788ArgumentNullException.ThrowIfNull(type); 882ArgumentNullException.ThrowIfNull(type);
System\Runtime\CompilerServices\CallSite.cs (3)
89ArgumentNullException.ThrowIfNull(delegateType); 90ArgumentNullException.ThrowIfNull(binder); 218ArgumentNullException.ThrowIfNull(binder);
System\Runtime\CompilerServices\DynamicAttribute.cs (1)
47ArgumentNullException.ThrowIfNull(transformFlags);
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (2)
50ArgumentNullException.ThrowIfNull(collection); 353ArgumentNullException.ThrowIfNull(array);
System.Linq.Parallel (198)
System\Linq\ParallelEnumerable.cs (198)
102ArgumentNullException.ThrowIfNull(source); 124ArgumentNullException.ThrowIfNull(source); 151ArgumentNullException.ThrowIfNull(source); 191ArgumentNullException.ThrowIfNull(source); 217ArgumentNullException.ThrowIfNull(source); 236ArgumentNullException.ThrowIfNull(source); 263ArgumentNullException.ThrowIfNull(source); 295ArgumentNullException.ThrowIfNull(source); 323ArgumentNullException.ThrowIfNull(source); 351ArgumentNullException.ThrowIfNull(source); 384ArgumentNullException.ThrowIfNull(source); 497ArgumentNullException.ThrowIfNull(source); 498ArgumentNullException.ThrowIfNull(action); 529ArgumentNullException.ThrowIfNull(source); 530ArgumentNullException.ThrowIfNull(predicate); 547ArgumentNullException.ThrowIfNull(source); 548ArgumentNullException.ThrowIfNull(predicate); 573ArgumentNullException.ThrowIfNull(source); 574ArgumentNullException.ThrowIfNull(selector); 594ArgumentNullException.ThrowIfNull(source); 595ArgumentNullException.ThrowIfNull(selector); 624ArgumentNullException.ThrowIfNull(first); 625ArgumentNullException.ThrowIfNull(second); 626ArgumentNullException.ThrowIfNull(resultSelector); 747ArgumentNullException.ThrowIfNull(outer); 748ArgumentNullException.ThrowIfNull(inner); 749ArgumentNullException.ThrowIfNull(outerKeySelector); 750ArgumentNullException.ThrowIfNull(innerKeySelector); 751ArgumentNullException.ThrowIfNull(resultSelector); 881ArgumentNullException.ThrowIfNull(outer); 882ArgumentNullException.ThrowIfNull(inner); 883ArgumentNullException.ThrowIfNull(outerKeySelector); 884ArgumentNullException.ThrowIfNull(innerKeySelector); 885ArgumentNullException.ThrowIfNull(resultSelector); 944ArgumentNullException.ThrowIfNull(source); 945ArgumentNullException.ThrowIfNull(selector); 967ArgumentNullException.ThrowIfNull(source); 968ArgumentNullException.ThrowIfNull(selector); 997ArgumentNullException.ThrowIfNull(source); 998ArgumentNullException.ThrowIfNull(collectionSelector); 999ArgumentNullException.ThrowIfNull(resultSelector); 1033ArgumentNullException.ThrowIfNull(source); 1034ArgumentNullException.ThrowIfNull(collectionSelector); 1035ArgumentNullException.ThrowIfNull(resultSelector); 1067ArgumentNullException.ThrowIfNull(source); 1068ArgumentNullException.ThrowIfNull(keySelector); 1095ArgumentNullException.ThrowIfNull(source); 1096ArgumentNullException.ThrowIfNull(keySelector); 1122ArgumentNullException.ThrowIfNull(source); 1123ArgumentNullException.ThrowIfNull(keySelector); 1149ArgumentNullException.ThrowIfNull(source); 1150ArgumentNullException.ThrowIfNull(keySelector); 1179ArgumentNullException.ThrowIfNull(source); 1180ArgumentNullException.ThrowIfNull(keySelector); 1210ArgumentNullException.ThrowIfNull(source); 1211ArgumentNullException.ThrowIfNull(keySelector); 1240ArgumentNullException.ThrowIfNull(source); 1241ArgumentNullException.ThrowIfNull(keySelector); 1271ArgumentNullException.ThrowIfNull(source); 1272ArgumentNullException.ThrowIfNull(keySelector); 1318ArgumentNullException.ThrowIfNull(source); 1319ArgumentNullException.ThrowIfNull(keySelector); 1371ArgumentNullException.ThrowIfNull(source); 1372ArgumentNullException.ThrowIfNull(keySelector); 1373ArgumentNullException.ThrowIfNull(elementSelector); 1411ArgumentNullException.ThrowIfNull(resultSelector); 1438ArgumentNullException.ThrowIfNull(resultSelector); 1468ArgumentNullException.ThrowIfNull(resultSelector); 1499ArgumentNullException.ThrowIfNull(resultSelector); 1620ArgumentNullException.ThrowIfNull(source); 1621ArgumentNullException.ThrowIfNull(func); 1668ArgumentNullException.ThrowIfNull(source); 1669ArgumentNullException.ThrowIfNull(func); 1703ArgumentNullException.ThrowIfNull(source); 1704ArgumentNullException.ThrowIfNull(func); 1705ArgumentNullException.ThrowIfNull(resultSelector); 1759ArgumentNullException.ThrowIfNull(source); 1760ArgumentNullException.ThrowIfNull(updateAccumulatorFunc); 1761ArgumentNullException.ThrowIfNull(combineAccumulatorsFunc); 1762ArgumentNullException.ThrowIfNull(resultSelector); 1815ArgumentNullException.ThrowIfNull(source); 1816ArgumentNullException.ThrowIfNull(seedFactory); 1817ArgumentNullException.ThrowIfNull(updateAccumulatorFunc); 1818ArgumentNullException.ThrowIfNull(combineAccumulatorsFunc); 1819ArgumentNullException.ThrowIfNull(resultSelector); 1850ArgumentNullException.ThrowIfNull(source); 1892ArgumentNullException.ThrowIfNull(source); 1893ArgumentNullException.ThrowIfNull(predicate); 1921ArgumentNullException.ThrowIfNull(source); 1959ArgumentNullException.ThrowIfNull(source); 1960ArgumentNullException.ThrowIfNull(predicate); 1988ArgumentNullException.ThrowIfNull(source); 2011ArgumentNullException.ThrowIfNull(source); 2034ArgumentNullException.ThrowIfNull(source); 2057ArgumentNullException.ThrowIfNull(source); 2078ArgumentNullException.ThrowIfNull(source); 2099ArgumentNullException.ThrowIfNull(source); 2120ArgumentNullException.ThrowIfNull(source); 2141ArgumentNullException.ThrowIfNull(source); 2164ArgumentNullException.ThrowIfNull(source); 2187ArgumentNullException.ThrowIfNull(source); 2456ArgumentNullException.ThrowIfNull(source); 2477ArgumentNullException.ThrowIfNull(source); 2501ArgumentNullException.ThrowIfNull(source); 2522ArgumentNullException.ThrowIfNull(source); 2546ArgumentNullException.ThrowIfNull(source); 2567ArgumentNullException.ThrowIfNull(source); 2591ArgumentNullException.ThrowIfNull(source); 2612ArgumentNullException.ThrowIfNull(source); 2636ArgumentNullException.ThrowIfNull(source); 2657ArgumentNullException.ThrowIfNull(source); 2682ArgumentNullException.ThrowIfNull(source); 2971ArgumentNullException.ThrowIfNull(source); 2992ArgumentNullException.ThrowIfNull(source); 3016ArgumentNullException.ThrowIfNull(source); 3037ArgumentNullException.ThrowIfNull(source); 3061ArgumentNullException.ThrowIfNull(source); 3082ArgumentNullException.ThrowIfNull(source); 3106ArgumentNullException.ThrowIfNull(source); 3127ArgumentNullException.ThrowIfNull(source); 3151ArgumentNullException.ThrowIfNull(source); 3172ArgumentNullException.ThrowIfNull(source); 3196ArgumentNullException.ThrowIfNull(source); 3487ArgumentNullException.ThrowIfNull(source); 3510ArgumentNullException.ThrowIfNull(source); 3536ArgumentNullException.ThrowIfNull(source); 3559ArgumentNullException.ThrowIfNull(source); 3583ArgumentNullException.ThrowIfNull(source); 3604ArgumentNullException.ThrowIfNull(source); 3628ArgumentNullException.ThrowIfNull(source); 3649ArgumentNullException.ThrowIfNull(source); 3673ArgumentNullException.ThrowIfNull(source); 3694ArgumentNullException.ThrowIfNull(source); 3966ArgumentNullException.ThrowIfNull(source); 3967ArgumentNullException.ThrowIfNull(predicate); 3989ArgumentNullException.ThrowIfNull(source); 4018ArgumentNullException.ThrowIfNull(source); 4019ArgumentNullException.ThrowIfNull(predicate); 4074ArgumentNullException.ThrowIfNull(source); 4103ArgumentNullException.ThrowIfNull(source); 4135ArgumentNullException.ThrowIfNull(source); 4136ArgumentNullException.ThrowIfNull(predicate); 4160ArgumentNullException.ThrowIfNull(source); 4161ArgumentNullException.ThrowIfNull(predicate); 4185ArgumentNullException.ThrowIfNull(source); 4217ArgumentNullException.ThrowIfNull(source); 4218ArgumentNullException.ThrowIfNull(predicate); 4244ArgumentNullException.ThrowIfNull(source); 4245ArgumentNullException.ThrowIfNull(predicate); 4270ArgumentNullException.ThrowIfNull(first); 4271ArgumentNullException.ThrowIfNull(second); 4323ArgumentNullException.ThrowIfNull(first); 4324ArgumentNullException.ThrowIfNull(second); 4373ArgumentNullException.ThrowIfNull(first); 4374ArgumentNullException.ThrowIfNull(second); 4491ArgumentNullException.ThrowIfNull(source); 4552ArgumentNullException.ThrowIfNull(first); 4553ArgumentNullException.ThrowIfNull(second); 4647ArgumentNullException.ThrowIfNull(first); 4648ArgumentNullException.ThrowIfNull(second); 4743ArgumentNullException.ThrowIfNull(first); 4744ArgumentNullException.ThrowIfNull(second); 4818ArgumentNullException.ThrowIfNull(source); 4850ArgumentNullException.ThrowIfNull(source); 4961ArgumentNullException.ThrowIfNull(source); 4962ArgumentNullException.ThrowIfNull(keySelector); 5058ArgumentNullException.ThrowIfNull(source); 5059ArgumentNullException.ThrowIfNull(keySelector); 5060ArgumentNullException.ThrowIfNull(elementSelector); 5140ArgumentNullException.ThrowIfNull(source); 5141ArgumentNullException.ThrowIfNull(keySelector); 5226ArgumentNullException.ThrowIfNull(source); 5227ArgumentNullException.ThrowIfNull(keySelector); 5228ArgumentNullException.ThrowIfNull(elementSelector); 5272ArgumentNullException.ThrowIfNull(source); 5294ArgumentNullException.ThrowIfNull(source); 5312ArgumentNullException.ThrowIfNull(source); 5397ArgumentNullException.ThrowIfNull(source); 5440ArgumentNullException.ThrowIfNull(source); 5441ArgumentNullException.ThrowIfNull(predicate); 5479ArgumentNullException.ThrowIfNull(source); 5525ArgumentNullException.ThrowIfNull(source); 5526ArgumentNullException.ThrowIfNull(predicate); 5573ArgumentNullException.ThrowIfNull(source); 5616ArgumentNullException.ThrowIfNull(source); 5617ArgumentNullException.ThrowIfNull(predicate); 5657ArgumentNullException.ThrowIfNull(source); 5699ArgumentNullException.ThrowIfNull(source); 5700ArgumentNullException.ThrowIfNull(predicate); 5747ArgumentNullException.ThrowIfNull(source); 5776ArgumentNullException.ThrowIfNull(source); 5777ArgumentNullException.ThrowIfNull(predicate); 5803ArgumentNullException.ThrowIfNull(source); 5833ArgumentNullException.ThrowIfNull(source); 5834ArgumentNullException.ThrowIfNull(predicate); 5876ArgumentNullException.ThrowIfNull(source); 5908ArgumentNullException.ThrowIfNull(source); 5948ArgumentNullException.ThrowIfNull(source);
System.Linq.Queryable (321)
System\Linq\EnumerableQuery.cs (4)
65ArgumentNullException.ThrowIfNull(expression); 75ArgumentNullException.ThrowIfNull(expression); 86ArgumentNullException.ThrowIfNull(expression); 93ArgumentNullException.ThrowIfNull(expression);
System\Linq\Queryable.cs (317)
22ArgumentNullException.ThrowIfNull(source); 31ArgumentNullException.ThrowIfNull(source); 50ArgumentNullException.ThrowIfNull(source); 51ArgumentNullException.ThrowIfNull(predicate); 63ArgumentNullException.ThrowIfNull(source); 64ArgumentNullException.ThrowIfNull(predicate); 76ArgumentNullException.ThrowIfNull(source); 88ArgumentNullException.ThrowIfNull(source); 100ArgumentNullException.ThrowIfNull(source); 101ArgumentNullException.ThrowIfNull(selector); 113ArgumentNullException.ThrowIfNull(source); 114ArgumentNullException.ThrowIfNull(selector); 126ArgumentNullException.ThrowIfNull(source); 127ArgumentNullException.ThrowIfNull(selector); 139ArgumentNullException.ThrowIfNull(source); 140ArgumentNullException.ThrowIfNull(selector); 152ArgumentNullException.ThrowIfNull(source); 153ArgumentNullException.ThrowIfNull(collectionSelector); 154ArgumentNullException.ThrowIfNull(resultSelector); 166ArgumentNullException.ThrowIfNull(source); 167ArgumentNullException.ThrowIfNull(collectionSelector); 168ArgumentNullException.ThrowIfNull(resultSelector); 283ArgumentNullException.ThrowIfNull(outer); 284ArgumentNullException.ThrowIfNull(inner); 285ArgumentNullException.ThrowIfNull(outerKeySelector); 286ArgumentNullException.ThrowIfNull(innerKeySelector); 287ArgumentNullException.ThrowIfNull(resultSelector); 398ArgumentNullException.ThrowIfNull(outer); 399ArgumentNullException.ThrowIfNull(inner); 400ArgumentNullException.ThrowIfNull(outerKeySelector); 401ArgumentNullException.ThrowIfNull(innerKeySelector); 402ArgumentNullException.ThrowIfNull(resultSelector); 414ArgumentNullException.ThrowIfNull(outer); 415ArgumentNullException.ThrowIfNull(inner); 416ArgumentNullException.ThrowIfNull(outerKeySelector); 417ArgumentNullException.ThrowIfNull(innerKeySelector); 418ArgumentNullException.ThrowIfNull(resultSelector); 430ArgumentNullException.ThrowIfNull(outer); 431ArgumentNullException.ThrowIfNull(inner); 432ArgumentNullException.ThrowIfNull(outerKeySelector); 433ArgumentNullException.ThrowIfNull(innerKeySelector); 434ArgumentNullException.ThrowIfNull(resultSelector); 544ArgumentNullException.ThrowIfNull(outer); 545ArgumentNullException.ThrowIfNull(inner); 546ArgumentNullException.ThrowIfNull(outerKeySelector); 547ArgumentNullException.ThrowIfNull(innerKeySelector); 548ArgumentNullException.ThrowIfNull(resultSelector); 659ArgumentNullException.ThrowIfNull(outer); 660ArgumentNullException.ThrowIfNull(inner); 661ArgumentNullException.ThrowIfNull(outerKeySelector); 662ArgumentNullException.ThrowIfNull(innerKeySelector); 663ArgumentNullException.ThrowIfNull(resultSelector); 699ArgumentNullException.ThrowIfNull(source); 736ArgumentNullException.ThrowIfNull(source); 748ArgumentNullException.ThrowIfNull(source); 749ArgumentNullException.ThrowIfNull(keySelector); 761ArgumentNullException.ThrowIfNull(source); 762ArgumentNullException.ThrowIfNull(keySelector); 798ArgumentNullException.ThrowIfNull(source); 835ArgumentNullException.ThrowIfNull(source); 847ArgumentNullException.ThrowIfNull(source); 848ArgumentNullException.ThrowIfNull(keySelector); 860ArgumentNullException.ThrowIfNull(source); 861ArgumentNullException.ThrowIfNull(keySelector); 970ArgumentNullException.ThrowIfNull(outer); 971ArgumentNullException.ThrowIfNull(inner); 972ArgumentNullException.ThrowIfNull(outerKeySelector); 973ArgumentNullException.ThrowIfNull(innerKeySelector); 974ArgumentNullException.ThrowIfNull(resultSelector); 1084ArgumentNullException.ThrowIfNull(outer); 1085ArgumentNullException.ThrowIfNull(inner); 1086ArgumentNullException.ThrowIfNull(outerKeySelector); 1087ArgumentNullException.ThrowIfNull(innerKeySelector); 1088ArgumentNullException.ThrowIfNull(resultSelector); 1100ArgumentNullException.ThrowIfNull(source); 1101ArgumentNullException.ThrowIfNull(keySelector); 1113ArgumentNullException.ThrowIfNull(source); 1114ArgumentNullException.ThrowIfNull(keySelector); 1126ArgumentNullException.ThrowIfNull(source); 1127ArgumentNullException.ThrowIfNull(keySelector); 1139ArgumentNullException.ThrowIfNull(source); 1140ArgumentNullException.ThrowIfNull(keySelector); 1152ArgumentNullException.ThrowIfNull(source); 1170ArgumentNullException.ThrowIfNull(source); 1182ArgumentNullException.ThrowIfNull(source); 1183ArgumentNullException.ThrowIfNull(predicate); 1195ArgumentNullException.ThrowIfNull(source); 1196ArgumentNullException.ThrowIfNull(predicate); 1208ArgumentNullException.ThrowIfNull(source); 1220ArgumentNullException.ThrowIfNull(source); 1221ArgumentNullException.ThrowIfNull(predicate); 1233ArgumentNullException.ThrowIfNull(source); 1234ArgumentNullException.ThrowIfNull(predicate); 1246ArgumentNullException.ThrowIfNull(source); 1247ArgumentNullException.ThrowIfNull(keySelector); 1259ArgumentNullException.ThrowIfNull(source); 1260ArgumentNullException.ThrowIfNull(keySelector); 1261ArgumentNullException.ThrowIfNull(elementSelector); 1273ArgumentNullException.ThrowIfNull(source); 1274ArgumentNullException.ThrowIfNull(keySelector); 1286ArgumentNullException.ThrowIfNull(source); 1287ArgumentNullException.ThrowIfNull(keySelector); 1288ArgumentNullException.ThrowIfNull(elementSelector); 1300ArgumentNullException.ThrowIfNull(source); 1301ArgumentNullException.ThrowIfNull(keySelector); 1302ArgumentNullException.ThrowIfNull(elementSelector); 1303ArgumentNullException.ThrowIfNull(resultSelector); 1315ArgumentNullException.ThrowIfNull(source); 1316ArgumentNullException.ThrowIfNull(keySelector); 1317ArgumentNullException.ThrowIfNull(resultSelector); 1329ArgumentNullException.ThrowIfNull(source); 1330ArgumentNullException.ThrowIfNull(keySelector); 1331ArgumentNullException.ThrowIfNull(resultSelector); 1343ArgumentNullException.ThrowIfNull(source); 1344ArgumentNullException.ThrowIfNull(keySelector); 1345ArgumentNullException.ThrowIfNull(elementSelector); 1346ArgumentNullException.ThrowIfNull(resultSelector); 1358ArgumentNullException.ThrowIfNull(source); 1370ArgumentNullException.ThrowIfNull(source); 1389ArgumentNullException.ThrowIfNull(source); 1390ArgumentNullException.ThrowIfNull(keySelector); 1410ArgumentNullException.ThrowIfNull(source); 1411ArgumentNullException.ThrowIfNull(keySelector); 1434ArgumentNullException.ThrowIfNull(source); 1446ArgumentNullException.ThrowIfNull(source1); 1447ArgumentNullException.ThrowIfNull(source2); 1459ArgumentNullException.ThrowIfNull(source1); 1460ArgumentNullException.ThrowIfNull(source2); 1472ArgumentNullException.ThrowIfNull(source1); 1473ArgumentNullException.ThrowIfNull(source2); 1474ArgumentNullException.ThrowIfNull(resultSelector); 1496ArgumentNullException.ThrowIfNull(source1); 1497ArgumentNullException.ThrowIfNull(source2); 1498ArgumentNullException.ThrowIfNull(source3); 1510ArgumentNullException.ThrowIfNull(source1); 1511ArgumentNullException.ThrowIfNull(source2); 1523ArgumentNullException.ThrowIfNull(source1); 1524ArgumentNullException.ThrowIfNull(source2); 1546ArgumentNullException.ThrowIfNull(source1); 1547ArgumentNullException.ThrowIfNull(source2); 1548ArgumentNullException.ThrowIfNull(keySelector); 1569ArgumentNullException.ThrowIfNull(source1); 1570ArgumentNullException.ThrowIfNull(source2); 1571ArgumentNullException.ThrowIfNull(keySelector); 1591ArgumentNullException.ThrowIfNull(source); 1603ArgumentNullException.ThrowIfNull(source1); 1604ArgumentNullException.ThrowIfNull(source2); 1616ArgumentNullException.ThrowIfNull(source1); 1617ArgumentNullException.ThrowIfNull(source2); 1639ArgumentNullException.ThrowIfNull(source1); 1640ArgumentNullException.ThrowIfNull(source2); 1641ArgumentNullException.ThrowIfNull(keySelector); 1664ArgumentNullException.ThrowIfNull(source1); 1665ArgumentNullException.ThrowIfNull(source2); 1666ArgumentNullException.ThrowIfNull(keySelector); 1681ArgumentNullException.ThrowIfNull(source1); 1682ArgumentNullException.ThrowIfNull(source2); 1694ArgumentNullException.ThrowIfNull(source1); 1695ArgumentNullException.ThrowIfNull(source2); 1718ArgumentNullException.ThrowIfNull(source1); 1719ArgumentNullException.ThrowIfNull(source2); 1720ArgumentNullException.ThrowIfNull(keySelector); 1744ArgumentNullException.ThrowIfNull(source1); 1745ArgumentNullException.ThrowIfNull(source2); 1746ArgumentNullException.ThrowIfNull(keySelector); 1761ArgumentNullException.ThrowIfNull(source); 1773ArgumentNullException.ThrowIfNull(source); 1774ArgumentNullException.ThrowIfNull(predicate); 1786ArgumentNullException.ThrowIfNull(source); 1804ArgumentNullException.ThrowIfNull(source); 1816ArgumentNullException.ThrowIfNull(source); 1817ArgumentNullException.ThrowIfNull(predicate); 1836ArgumentNullException.ThrowIfNull(source); 1837ArgumentNullException.ThrowIfNull(predicate); 1849ArgumentNullException.ThrowIfNull(source); 1861ArgumentNullException.ThrowIfNull(source); 1862ArgumentNullException.ThrowIfNull(predicate); 1874ArgumentNullException.ThrowIfNull(source); 1892ArgumentNullException.ThrowIfNull(source); 1904ArgumentNullException.ThrowIfNull(source); 1905ArgumentNullException.ThrowIfNull(predicate); 1924ArgumentNullException.ThrowIfNull(source); 1925ArgumentNullException.ThrowIfNull(predicate); 1938ArgumentNullException.ThrowIfNull(source); 1950ArgumentNullException.ThrowIfNull(source); 1951ArgumentNullException.ThrowIfNull(predicate); 1963ArgumentNullException.ThrowIfNull(source); 1982ArgumentNullException.ThrowIfNull(source); 1994ArgumentNullException.ThrowIfNull(source); 1995ArgumentNullException.ThrowIfNull(predicate); 2015ArgumentNullException.ThrowIfNull(source); 2016ArgumentNullException.ThrowIfNull(predicate); 2028ArgumentNullException.ThrowIfNull(source); 2050ArgumentNullException.ThrowIfNull(source); 2065ArgumentNullException.ThrowIfNull(source); 2083ArgumentNullException.ThrowIfNull(source); 2095ArgumentNullException.ThrowIfNull(source); 2107ArgumentNullException.ThrowIfNull(source); 2119ArgumentNullException.ThrowIfNull(source); 2131ArgumentNullException.ThrowIfNull(source); 2143ArgumentNullException.ThrowIfNull(source); 2155ArgumentNullException.ThrowIfNull(source1); 2156ArgumentNullException.ThrowIfNull(source2); 2168ArgumentNullException.ThrowIfNull(source1); 2169ArgumentNullException.ThrowIfNull(source2); 2183ArgumentNullException.ThrowIfNull(source); 2195ArgumentNullException.ThrowIfNull(source); 2207ArgumentNullException.ThrowIfNull(source); 2208ArgumentNullException.ThrowIfNull(predicate); 2220ArgumentNullException.ThrowIfNull(source); 2221ArgumentNullException.ThrowIfNull(predicate); 2233ArgumentNullException.ThrowIfNull(source); 2245ArgumentNullException.ThrowIfNull(source); 2246ArgumentNullException.ThrowIfNull(predicate); 2266ArgumentNullException.ThrowIfNull(source); 2267ArgumentNullException.ThrowIfNull(keySelector); 2279ArgumentNullException.ThrowIfNull(source); 2291ArgumentNullException.ThrowIfNull(source); 2292ArgumentNullException.ThrowIfNull(predicate); 2304ArgumentNullException.ThrowIfNull(source); 2323ArgumentNullException.ThrowIfNull(source); 2336ArgumentNullException.ThrowIfNull(source); 2337ArgumentNullException.ThrowIfNull(selector); 2357ArgumentNullException.ThrowIfNull(source); 2358ArgumentNullException.ThrowIfNull(keySelector); 2383ArgumentNullException.ThrowIfNull(source); 2384ArgumentNullException.ThrowIfNull(keySelector); 2407ArgumentNullException.ThrowIfNull(source); 2408ArgumentNullException.ThrowIfNull(keySelector); 2422ArgumentNullException.ThrowIfNull(source); 2440ArgumentNullException.ThrowIfNull(source); 2453ArgumentNullException.ThrowIfNull(source); 2454ArgumentNullException.ThrowIfNull(selector); 2474ArgumentNullException.ThrowIfNull(source); 2475ArgumentNullException.ThrowIfNull(keySelector); 2500ArgumentNullException.ThrowIfNull(source); 2501ArgumentNullException.ThrowIfNull(keySelector); 2524ArgumentNullException.ThrowIfNull(source); 2525ArgumentNullException.ThrowIfNull(keySelector); 2539ArgumentNullException.ThrowIfNull(source); 2551ArgumentNullException.ThrowIfNull(source); 2563ArgumentNullException.ThrowIfNull(source); 2575ArgumentNullException.ThrowIfNull(source); 2587ArgumentNullException.ThrowIfNull(source); 2599ArgumentNullException.ThrowIfNull(source); 2611ArgumentNullException.ThrowIfNull(source); 2623ArgumentNullException.ThrowIfNull(source); 2635ArgumentNullException.ThrowIfNull(source); 2647ArgumentNullException.ThrowIfNull(source); 2659ArgumentNullException.ThrowIfNull(source); 2660ArgumentNullException.ThrowIfNull(selector); 2672ArgumentNullException.ThrowIfNull(source); 2673ArgumentNullException.ThrowIfNull(selector); 2685ArgumentNullException.ThrowIfNull(source); 2686ArgumentNullException.ThrowIfNull(selector); 2698ArgumentNullException.ThrowIfNull(source); 2699ArgumentNullException.ThrowIfNull(selector); 2711ArgumentNullException.ThrowIfNull(source); 2712ArgumentNullException.ThrowIfNull(selector); 2724ArgumentNullException.ThrowIfNull(source); 2725ArgumentNullException.ThrowIfNull(selector); 2737ArgumentNullException.ThrowIfNull(source); 2738ArgumentNullException.ThrowIfNull(selector); 2750ArgumentNullException.ThrowIfNull(source); 2751ArgumentNullException.ThrowIfNull(selector); 2763ArgumentNullException.ThrowIfNull(source); 2764ArgumentNullException.ThrowIfNull(selector); 2776ArgumentNullException.ThrowIfNull(source); 2777ArgumentNullException.ThrowIfNull(selector); 2789ArgumentNullException.ThrowIfNull(source); 2801ArgumentNullException.ThrowIfNull(source); 2813ArgumentNullException.ThrowIfNull(source); 2825ArgumentNullException.ThrowIfNull(source); 2837ArgumentNullException.ThrowIfNull(source); 2849ArgumentNullException.ThrowIfNull(source); 2861ArgumentNullException.ThrowIfNull(source); 2873ArgumentNullException.ThrowIfNull(source); 2885ArgumentNullException.ThrowIfNull(source); 2897ArgumentNullException.ThrowIfNull(source); 2909ArgumentNullException.ThrowIfNull(source); 2910ArgumentNullException.ThrowIfNull(selector); 2922ArgumentNullException.ThrowIfNull(source); 2923ArgumentNullException.ThrowIfNull(selector); 2935ArgumentNullException.ThrowIfNull(source); 2936ArgumentNullException.ThrowIfNull(selector); 2948ArgumentNullException.ThrowIfNull(source); 2949ArgumentNullException.ThrowIfNull(selector); 2961ArgumentNullException.ThrowIfNull(source); 2962ArgumentNullException.ThrowIfNull(selector); 2974ArgumentNullException.ThrowIfNull(source); 2975ArgumentNullException.ThrowIfNull(selector); 2987ArgumentNullException.ThrowIfNull(source); 2988ArgumentNullException.ThrowIfNull(selector); 3000ArgumentNullException.ThrowIfNull(source); 3001ArgumentNullException.ThrowIfNull(selector); 3013ArgumentNullException.ThrowIfNull(source); 3014ArgumentNullException.ThrowIfNull(selector); 3026ArgumentNullException.ThrowIfNull(source); 3027ArgumentNullException.ThrowIfNull(selector); 3039ArgumentNullException.ThrowIfNull(source); 3040ArgumentNullException.ThrowIfNull(func); 3052ArgumentNullException.ThrowIfNull(source); 3053ArgumentNullException.ThrowIfNull(func); 3065ArgumentNullException.ThrowIfNull(source); 3066ArgumentNullException.ThrowIfNull(func); 3067ArgumentNullException.ThrowIfNull(selector); 3095ArgumentNullException.ThrowIfNull(source); 3096ArgumentNullException.ThrowIfNull(keySelector); 3097ArgumentNullException.ThrowIfNull(func); 3125ArgumentNullException.ThrowIfNull(source); 3126ArgumentNullException.ThrowIfNull(keySelector); 3127ArgumentNullException.ThrowIfNull(seedSelector); 3128ArgumentNullException.ThrowIfNull(func); 3140ArgumentNullException.ThrowIfNull(source); 3153ArgumentNullException.ThrowIfNull(source); 3165ArgumentNullException.ThrowIfNull(source); 3177ArgumentNullException.ThrowIfNull(source);
System.Memory (16)
System\Text\EncodingExtensions.cs (16)
36ArgumentNullException.ThrowIfNull(encoding); 37ArgumentNullException.ThrowIfNull(writer); 72ArgumentNullException.ThrowIfNull(encoding); 73ArgumentNullException.ThrowIfNull(writer); 102ArgumentNullException.ThrowIfNull(encoding); 144ArgumentNullException.ThrowIfNull(encoding); 227ArgumentNullException.ThrowIfNull(encoding); 228ArgumentNullException.ThrowIfNull(writer); 263ArgumentNullException.ThrowIfNull(encoding); 264ArgumentNullException.ThrowIfNull(writer); 293ArgumentNullException.ThrowIfNull(encoding); 335ArgumentNullException.ThrowIfNull(encoding); 416ArgumentNullException.ThrowIfNull(encoder); 417ArgumentNullException.ThrowIfNull(writer); 509ArgumentNullException.ThrowIfNull(decoder); 510ArgumentNullException.ThrowIfNull(writer);
System.Memory.Data (5)
System\BinaryData.cs (5)
142ArgumentNullException.ThrowIfNull(data); 238ArgumentNullException.ThrowIfNull(stream); 266ArgumentNullException.ThrowIfNull(stream); 326ArgumentNullException.ThrowIfNull(path); 352ArgumentNullException.ThrowIfNull(path);
System.Net.Http (44)
System\Net\Http\ByteArrayContent.cs (2)
19ArgumentNullException.ThrowIfNull(content); 27ArgumentNullException.ThrowIfNull(content);
System\Net\Http\DelegatingHandler.cs (3)
28ArgumentNullException.ThrowIfNull(value); 47ArgumentNullException.ThrowIfNull(request); 55ArgumentNullException.ThrowIfNull(request);
System\Net\Http\FormUrlEncodedContent.cs (1)
28ArgumentNullException.ThrowIfNull(nameValueCollection);
System\Net\Http\Headers\HttpHeaders.cs (2)
110ArgumentNullException.ThrowIfNull(values); 200ArgumentNullException.ThrowIfNull(values);
System\Net\Http\Headers\HttpHeaderValueCollection.cs (2)
83ArgumentNullException.ThrowIfNull(array); 183ArgumentNullException.ThrowIfNull(item);
System\Net\Http\Headers\ObjectCollection.cs (2)
14ArgumentNullException.ThrowIfNull(item); 198ArgumentNullException.ThrowIfNull(collection);
System\Net\Http\Headers\ProductInfoHeaderValue.cs (1)
25ArgumentNullException.ThrowIfNull(product);
System\Net\Http\Headers\RangeConditionHeaderValue.cs (1)
26ArgumentNullException.ThrowIfNull(entityTag);
System\Net\Http\HttpClient.cs (3)
44ArgumentNullException.ThrowIfNull(value); 58ArgumentNullException.ThrowIfNull(value); 554ArgumentNullException.ThrowIfNull(request);
System\Net\Http\HttpClientHandler.cs (3)
134ArgumentNullException.ThrowIfNull(value); 362ArgumentNullException.ThrowIfNull(request); 369ArgumentNullException.ThrowIfNull(request);
System\Net\Http\HttpContent.cs (2)
313ArgumentNullException.ThrowIfNull(stream); 343ArgumentNullException.ThrowIfNull(stream);
System\Net\Http\HttpMessageInvoker.cs (3)
23ArgumentNullException.ThrowIfNull(handler); 34ArgumentNullException.ThrowIfNull(request); 66ArgumentNullException.ThrowIfNull(request);
System\Net\Http\HttpRequestMessage.cs (3)
41ArgumentNullException.ThrowIfNull(value); 91ArgumentNullException.ThrowIfNull(value); 127ArgumentNullException.ThrowIfNull(method);
System\Net\Http\HttpResponseMessage.cs (1)
31ArgumentNullException.ThrowIfNull(value);
System\Net\Http\MessageProcessingHandler.cs (2)
33ArgumentNullException.ThrowIfNull(request); 45ArgumentNullException.ThrowIfNull(request);
System\Net\Http\Metrics\HttpMetricsEnrichmentContext.cs (2)
73ArgumentNullException.ThrowIfNull(request); 74ArgumentNullException.ThrowIfNull(callback);
System\Net\Http\MultipartContent.cs (1)
98ArgumentNullException.ThrowIfNull(content);
System\Net\Http\MultipartFormDataContent.cs (3)
28ArgumentNullException.ThrowIfNull(content); 37ArgumentNullException.ThrowIfNull(content); 45ArgumentNullException.ThrowIfNull(content);
System\Net\Http\SocketsHttpHandler\HttpConnectionResponseContent.cs (2)
39ArgumentNullException.ThrowIfNull(stream); 53ArgumentNullException.ThrowIfNull(stream);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (2)
573ArgumentNullException.ThrowIfNull(request); 603ArgumentNullException.ThrowIfNull(request);
System\Net\Http\StreamContent.cs (2)
22ArgumentNullException.ThrowIfNull(content); 30ArgumentNullException.ThrowIfNull(content);
System\Net\Http\StringContent.cs (1)
92ArgumentNullException.ThrowIfNull(content);
System.Net.Http.Json (23)
System\Net\Http\Json\HttpClientJsonExtensions.cs (1)
41ArgumentNullException.ThrowIfNull(client);
System\Net\Http\Json\HttpClientJsonExtensions.Get.AsyncEnumerable.cs (1)
149ArgumentNullException.ThrowIfNull(client);
System\Net\Http\Json\HttpClientJsonExtensions.Patch.cs (4)
29ArgumentNullException.ThrowIfNull(client); 50ArgumentNullException.ThrowIfNull(client); 99ArgumentNullException.ThrowIfNull(client); 118ArgumentNullException.ThrowIfNull(client);
System\Net\Http\Json\HttpClientJsonExtensions.Post.cs (4)
18ArgumentNullException.ThrowIfNull(client); 28ArgumentNullException.ThrowIfNull(client); 46ArgumentNullException.ThrowIfNull(client); 54ArgumentNullException.ThrowIfNull(client);
System\Net\Http\Json\HttpClientJsonExtensions.Put.cs (4)
18ArgumentNullException.ThrowIfNull(client); 28ArgumentNullException.ThrowIfNull(client); 46ArgumentNullException.ThrowIfNull(client); 54ArgumentNullException.ThrowIfNull(client);
System\Net\Http\Json\HttpContentJsonExtensions.AsyncEnumerable.cs (2)
55ArgumentNullException.ThrowIfNull(content); 77ArgumentNullException.ThrowIfNull(content);
System\Net\Http\Json\HttpContentJsonExtensions.cs (4)
32ArgumentNullException.ThrowIfNull(content); 63ArgumentNullException.ThrowIfNull(content); 104ArgumentNullException.ThrowIfNull(content); 111ArgumentNullException.ThrowIfNull(content);
System\Net\Http\Json\JsonContent.cs (3)
68ArgumentNullException.ThrowIfNull(inputType); 84ArgumentNullException.ThrowIfNull(jsonTypeInfo); 98ArgumentNullException.ThrowIfNull(jsonTypeInfo);
System.Net.HttpListener (17)
src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs (1)
115ArgumentNullException.ThrowIfNull(buffer);
System\Net\HttpListener.cs (4)
64ArgumentNullException.ThrowIfNull(value); 86ArgumentNullException.ThrowIfNull(value); 109ArgumentNullException.ThrowIfNull(uriPrefix); 223ArgumentNullException.ThrowIfNull(uriPrefix);
System\Net\HttpListenerPrefixCollection.cs (2)
41ArgumentNullException.ThrowIfNull(array); 57ArgumentNullException.ThrowIfNull(array);
System\Net\HttpListenerResponse.cs (3)
156ArgumentNullException.ThrowIfNull(value); 187ArgumentNullException.ThrowIfNull(cookie); 252ArgumentNullException.ThrowIfNull(cookie);
System\Net\HttpResponseStream.cs (1)
70ArgumentNullException.ThrowIfNull(asyncResult);
System\Net\Managed\ChunkedInputStream.cs (1)
154ArgumentNullException.ThrowIfNull(asyncResult);
System\Net\Managed\HttpListener.Managed.cs (1)
305ArgumentNullException.ThrowIfNull(asyncResult);
System\Net\Managed\HttpListenerRequest.Managed.cs (1)
358ArgumentNullException.ThrowIfNull(asyncResult);
System\Net\Managed\HttpListenerResponse.Managed.cs (2)
64ArgumentNullException.ThrowIfNull(value); 116ArgumentNullException.ThrowIfNull(responseEntity);
System\Net\Managed\HttpRequestStream.Managed.cs (1)
166ArgumentNullException.ThrowIfNull(asyncResult);
System.Net.Mail (35)
System\Net\DelegatedStream.cs (1)
17ArgumentNullException.ThrowIfNull(stream);
System\Net\Mail\AlternateViewCollection.cs (2)
48ArgumentNullException.ThrowIfNull(item); 55ArgumentNullException.ThrowIfNull(item);
System\Net\Mail\Attachment.cs (2)
87ArgumentNullException.ThrowIfNull(content); 123ArgumentNullException.ThrowIfNull(content);
System\Net\Mail\AttachmentCollection.cs (2)
48ArgumentNullException.ThrowIfNull(item); 55ArgumentNullException.ThrowIfNull(item);
System\Net\Mail\LinkedResourceCollection.cs (2)
47ArgumentNullException.ThrowIfNull(item); 54ArgumentNullException.ThrowIfNull(item);
System\Net\Mail\MailAddressCollection.cs (2)
28ArgumentNullException.ThrowIfNull(item); 35ArgumentNullException.ThrowIfNull(item);
System\Net\Mail\MailMessage.cs (3)
63ArgumentNullException.ThrowIfNull(from); 64ArgumentNullException.ThrowIfNull(to); 78ArgumentNullException.ThrowIfNull(value);
System\Net\Mail\MailPriority.cs (2)
90ArgumentNullException.ThrowIfNull(value); 238ArgumentNullException.ThrowIfNull(value);
System\Net\Mail\MailWriter.cs (1)
27ArgumentNullException.ThrowIfNull(headers);
System\Net\Mail\SmtpAuthenticationManager.cs (1)
21ArgumentNullException.ThrowIfNull(module);
System\Net\Mail\SmtpClient.cs (1)
448ArgumentNullException.ThrowIfNull(message);
System\Net\Mail\SmtpFailedRecipientsException.cs (2)
43ArgumentNullException.ThrowIfNull(innerExceptions); 53ArgumentNullException.ThrowIfNull(innerExceptions);
System\Net\Mail\SmtpTransport.cs (3)
33ArgumentNullException.ThrowIfNull(authenticationModules); 115ArgumentNullException.ThrowIfNull(sender); 116ArgumentNullException.ThrowIfNull(recipients);
System\Net\Mime\BaseWriter.cs (3)
29ArgumentNullException.ThrowIfNull(stream); 44ArgumentNullException.ThrowIfNull(name); 45ArgumentNullException.ThrowIfNull(value);
System\Net\Mime\ContentDisposition.cs (1)
59ArgumentNullException.ThrowIfNull(disposition);
System\Net\Mime\MimeBasePart.cs (2)
114ArgumentNullException.ThrowIfNull(value); 172ArgumentNullException.ThrowIfNull(value);
System\Net\Mime\MimePart.cs (3)
106ArgumentNullException.ThrowIfNull(stream); 121ArgumentNullException.ThrowIfNull(stream); 136ArgumentNullException.ThrowIfNull(stream);
System\Net\Mime\MimeWriter.cs (2)
23ArgumentNullException.ThrowIfNull(boundary); 30ArgumentNullException.ThrowIfNull(headers);
System.Net.NameResolution (12)
System\Net\Dns.cs (12)
44ArgumentNullException.ThrowIfNull(address); 71ArgumentNullException.ThrowIfNull(hostNameOrAddress); 156ArgumentNullException.ThrowIfNull(address); 183ArgumentNullException.ThrowIfNull(asyncResult); 201ArgumentNullException.ThrowIfNull(hostNameOrAddress); 259ArgumentNullException.ThrowIfNull(asyncResult); 267ArgumentNullException.ThrowIfNull(hostName); 286ArgumentNullException.ThrowIfNull(asyncResult); 296ArgumentNullException.ThrowIfNull(address); 309ArgumentNullException.ThrowIfNull(address); 320ArgumentNullException.ThrowIfNull(hostName); 553ArgumentNullException.ThrowIfNull(hostName);
System.Net.NetworkInformation (1)
src\libraries\Common\src\System\IO\StringParser.cs (1)
35ArgumentNullException.ThrowIfNull(buffer);
System.Net.Ping (2)
System\Net\NetworkInformation\Ping.cs (2)
48ArgumentNullException.ThrowIfNull(buffer); 62ArgumentNullException.ThrowIfNull(address);
System.Net.Primitives (27)
System\Net\CookieCollection.cs (2)
69ArgumentNullException.ThrowIfNull(cookie); 84ArgumentNullException.ThrowIfNull(cookies);
System\Net\CookieContainer.cs (10)
183ArgumentNullException.ThrowIfNull(cookie); 537ArgumentNullException.ThrowIfNull(cookies); 547ArgumentNullException.ThrowIfNull(uri); 548ArgumentNullException.ThrowIfNull(cookie); 558ArgumentNullException.ThrowIfNull(uri); 559ArgumentNullException.ThrowIfNull(cookies); 641ArgumentNullException.ThrowIfNull(uri); 827ArgumentNullException.ThrowIfNull(uri); 863ArgumentNullException.ThrowIfNull(uri); 864ArgumentNullException.ThrowIfNull(cookieHeader);
System\Net\CredentialCache.cs (6)
26ArgumentNullException.ThrowIfNull(uriPrefix); 27ArgumentNullException.ThrowIfNull(authType); 51ArgumentNullException.ThrowIfNull(authenticationType); 129ArgumentNullException.ThrowIfNull(uriPrefix); 130ArgumentNullException.ThrowIfNull(authType); 148ArgumentNullException.ThrowIfNull(authenticationType);
System\Net\IPAddress.cs (2)
288ArgumentNullException.ThrowIfNull(ipString); 569ArgumentNullException.ThrowIfNull(address);
System\Net\IPEndPoint.cs (4)
49ArgumentNullException.ThrowIfNull(address); 68ArgumentNullException.ThrowIfNull(value); 132ArgumentNullException.ThrowIfNull(s); 156ArgumentNullException.ThrowIfNull(socketAddress);
System\Net\IPNetwork.cs (3)
48ArgumentNullException.ThrowIfNull(baseAddress); 85ArgumentNullException.ThrowIfNull(address); 137ArgumentNullException.ThrowIfNull(s);
System.Net.Requests (19)
System\Net\AuthenticationManager.cs (3)
26ArgumentNullException.ThrowIfNull(authenticationModule); 31ArgumentNullException.ThrowIfNull(authenticationModule); 36ArgumentNullException.ThrowIfNull(authenticationScheme);
System\Net\FtpWebRequest.cs (4)
326ArgumentNullException.ThrowIfNull(value); 682ArgumentNullException.ThrowIfNull(asyncResult); 803ArgumentNullException.ThrowIfNull(asyncResult); 1537ArgumentNullException.ThrowIfNull(value);
System\Net\HttpWebRequest.cs (4)
378ArgumentNullException.ThrowIfNull(value); 804ArgumentNullException.ThrowIfNull(value); 1520ArgumentNullException.ThrowIfNull(rangeSpecifier); 1547ArgumentNullException.ThrowIfNull(rangeSpecifier);
System\Net\ServicePoint\ServicePointManager.cs (1)
109ArgumentNullException.ThrowIfNull(address);
System\Net\WebRequest.cs (7)
154ArgumentNullException.ThrowIfNull(requestUriString); 172ArgumentNullException.ThrowIfNull(requestUri); 191ArgumentNullException.ThrowIfNull(requestUri); 199ArgumentNullException.ThrowIfNull(requestUriString); 207ArgumentNullException.ThrowIfNull(requestUri); 235ArgumentNullException.ThrowIfNull(prefix); 236ArgumentNullException.ThrowIfNull(creator);
System.Net.Security (11)
System\Net\Security\CipherSuitesPolicy.cs (1)
21ArgumentNullException.ThrowIfNull(allowedCipherSuites);
System\Net\Security\NegotiateAuthentication.cs (2)
36ArgumentNullException.ThrowIfNull(clientOptions); 52ArgumentNullException.ThrowIfNull(serverOptions);
System\Net\Security\NegotiateStream.cs (2)
640ArgumentNullException.ThrowIfNull(credential); 641ArgumentNullException.ThrowIfNull(servicePrincipalName);
System\Net\Security\SslStream.cs (4)
334ArgumentNullException.ThrowIfNull(sslClientAuthenticationOptions); 368ArgumentNullException.ThrowIfNull(sslServerAuthenticationOptions); 396ArgumentNullException.ThrowIfNull(sslClientAuthenticationOptions); 435ArgumentNullException.ThrowIfNull(sslServerAuthenticationOptions);
System\Security\Authentication\ExtendedProtection\ExtendedProtectionPolicy.cs (1)
57ArgumentNullException.ThrowIfNull(customChannelBinding);
System\Security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
17ArgumentNullException.ThrowIfNull(items);
System.Net.Sockets (76)
src\libraries\Common\src\System\Net\RangeValidationHelpers.cs (1)
19ArgumentNullException.ThrowIfNull(segment.Array, nameof(segment));
System\Net\Sockets\MulticastOption.cs (8)
17ArgumentNullException.ThrowIfNull(group); 18ArgumentNullException.ThrowIfNull(mcint); 26ArgumentNullException.ThrowIfNull(group); 38ArgumentNullException.ThrowIfNull(group); 51ArgumentNullException.ThrowIfNull(value); 91ArgumentNullException.ThrowIfNull(group); 104ArgumentNullException.ThrowIfNull(group); 116ArgumentNullException.ThrowIfNull(value);
System\Net\Sockets\NetworkStream.cs (3)
47ArgumentNullException.ThrowIfNull(socket); 473ArgumentNullException.ThrowIfNull(asyncResult); 536ArgumentNullException.ThrowIfNull(asyncResult);
System\Net\Sockets\SendPacketsElement.cs (3)
30ArgumentNullException.ThrowIfNull(filepath); 50ArgumentNullException.ThrowIfNull(fileStream); 74ArgumentNullException.ThrowIfNull(buffer);
System\Net\Sockets\Socket.cs (30)
239ArgumentNullException.ThrowIfNull(handle); 793ArgumentNullException.ThrowIfNull(localEP); 835ArgumentNullException.ThrowIfNull(remoteEP); 879ArgumentNullException.ThrowIfNull(address); 904ArgumentNullException.ThrowIfNull(host); 935ArgumentNullException.ThrowIfNull(addresses); 1142ArgumentNullException.ThrowIfNull(buffers); 1348ArgumentNullException.ThrowIfNull(remoteEP); 1431ArgumentNullException.ThrowIfNull(remoteEP); 1474ArgumentNullException.ThrowIfNull(socketAddress); 1629ArgumentNullException.ThrowIfNull(buffers); 1747ArgumentNullException.ThrowIfNull(remoteEP); 2018ArgumentNullException.ThrowIfNull(receivedAddress); 2114ArgumentNullException.ThrowIfNull(optionValue); 2578ArgumentNullException.ThrowIfNull(remoteEP); 2688ArgumentNullException.ThrowIfNull(endPoint); 2728ArgumentNullException.ThrowIfNull(endPoint); 2837ArgumentNullException.ThrowIfNull(e); 2886ArgumentNullException.ThrowIfNull(e); 2891ArgumentNullException.ThrowIfNull(e.RemoteEndPoint, "remoteEP"); 2982ArgumentNullException.ThrowIfNull(e); 3026ArgumentNullException.ThrowIfNull(e); 3038ArgumentNullException.ThrowIfNull(e); 3063ArgumentNullException.ThrowIfNull(e); 3088ArgumentNullException.ThrowIfNull(e); 3145ArgumentNullException.ThrowIfNull(e); 3192ArgumentNullException.ThrowIfNull(e); 3217ArgumentNullException.ThrowIfNull(e); 3250ArgumentNullException.ThrowIfNull(e); 3951ArgumentNullException.ThrowIfNull(remoteEndPoint, remoteEndPointArgumentName);
System\Net\Sockets\Socket.Tasks.cs (8)
165ArgumentNullException.ThrowIfNull(addresses); 240ArgumentNullException.ThrowIfNull(host); 437ArgumentNullException.ThrowIfNull(receivedAddress); 666ArgumentNullException.ThrowIfNull(remoteEP); 696ArgumentNullException.ThrowIfNull(socketAddress); 815ArgumentNullException.ThrowIfNull(buffer); 823ArgumentNullException.ThrowIfNull(buffer.Array, nameof(buffer.Array)); 837ArgumentNullException.ThrowIfNull(buffers);
System\Net\Sockets\TCPClient.cs (5)
47ArgumentNullException.ThrowIfNull(localEP); 59ArgumentNullException.ThrowIfNull(hostname); 130ArgumentNullException.ThrowIfNull(hostname); 149ArgumentNullException.ThrowIfNull(address); 166ArgumentNullException.ThrowIfNull(remoteEP);
System\Net\Sockets\TCPListener.cs (2)
27ArgumentNullException.ThrowIfNull(localEP); 38ArgumentNullException.ThrowIfNull(localaddr);
System\Net\Sockets\UDPClient.cs (13)
85ArgumentNullException.ThrowIfNull(localEP); 317ArgumentNullException.ThrowIfNull(datagram); 397ArgumentNullException.ThrowIfNull(multicastAddr); 441ArgumentNullException.ThrowIfNull(multicastAddr); 461ArgumentNullException.ThrowIfNull(multicastAddr); 482ArgumentNullException.ThrowIfNull(multicastAddr); 510ArgumentNullException.ThrowIfNull(multicastAddr); 668ArgumentNullException.ThrowIfNull(hostname); 692ArgumentNullException.ThrowIfNull(hostname); 807ArgumentNullException.ThrowIfNull(addr); 824ArgumentNullException.ThrowIfNull(endPoint); 860ArgumentNullException.ThrowIfNull(dgram); 940ArgumentNullException.ThrowIfNull(dgram);
System\Net\Sockets\UdpReceiveResult.cs (2)
23ArgumentNullException.ThrowIfNull(buffer); 24ArgumentNullException.ThrowIfNull(remoteEndPoint);
System\Net\Sockets\UnixDomainSocketEndPoint.cs (1)
33ArgumentNullException.ThrowIfNull(path);
System.Net.WebClient (31)
System\Net\WebClient.cs (31)
147ArgumentNullException.ThrowIfNull(value); 284ArgumentNullException.ThrowIfNull(address); 324ArgumentNullException.ThrowIfNull(address); 325ArgumentNullException.ThrowIfNull(fileName); 363ArgumentNullException.ThrowIfNull(address); 396ArgumentNullException.ThrowIfNull(address); 434ArgumentNullException.ThrowIfNull(address); 435ArgumentNullException.ThrowIfNull(data); 558ArgumentNullException.ThrowIfNull(address); 559ArgumentNullException.ThrowIfNull(fileName); 629ArgumentNullException.ThrowIfNull(address); 630ArgumentNullException.ThrowIfNull(data); 666ArgumentNullException.ThrowIfNull(address); 667ArgumentNullException.ThrowIfNull(data); 690ArgumentNullException.ThrowIfNull(address); 780ArgumentNullException.ThrowIfNull(address); 800ArgumentNullException.ThrowIfNull(address); 1195ArgumentNullException.ThrowIfNull(address); 1233ArgumentNullException.ThrowIfNull(address); 1292ArgumentNullException.ThrowIfNull(address); 1318ArgumentNullException.ThrowIfNull(address); 1344ArgumentNullException.ThrowIfNull(address); 1345ArgumentNullException.ThrowIfNull(fileName); 1370ArgumentNullException.ThrowIfNull(address); 1371ArgumentNullException.ThrowIfNull(data); 1419ArgumentNullException.ThrowIfNull(address); 1420ArgumentNullException.ThrowIfNull(data); 1458ArgumentNullException.ThrowIfNull(address); 1459ArgumentNullException.ThrowIfNull(fileName); 1495ArgumentNullException.ThrowIfNull(address); 1496ArgumentNullException.ThrowIfNull(data);
System.Net.WebProxy (2)
System\Net\WebProxy.cs (2)
103ArgumentNullException.ThrowIfNull(destination); 197ArgumentNullException.ThrowIfNull(host);
System.Net.WebSockets (9)
src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs (1)
115ArgumentNullException.ThrowIfNull(buffer);
System\Net\WebSockets\WebSocket.cs (4)
134ArgumentNullException.ThrowIfNull(stream); 161ArgumentNullException.ThrowIfNull(stream); 162ArgumentNullException.ThrowIfNull(options); 188ArgumentNullException.ThrowIfNull(innerStream);
System\Net\WebSockets\WebSocketStream.cs (4)
36ArgumentNullException.ThrowIfNull(webSocket); 52ArgumentNullException.ThrowIfNull(webSocket); 72ArgumentNullException.ThrowIfNull(webSocket); 87ArgumentNullException.ThrowIfNull(webSocket);
System.Net.WebSockets.Client (4)
src\libraries\Common\src\System\Net\WebSockets\WebSocketValidate.cs (1)
115ArgumentNullException.ThrowIfNull(buffer);
System\Net\WebSockets\ClientWebSocket.cs (1)
96ArgumentNullException.ThrowIfNull(uri);
System\Net\WebSockets\ClientWebSocketOptions.cs (2)
55ArgumentNullException.ThrowIfNull(value); 127ArgumentNullException.ThrowIfNull(value);
System.ObjectModel (13)
System\Collections\CollectionHelpers.cs (1)
12ArgumentNullException.ThrowIfNull(array);
System\Collections\Generic\DebugView.cs (1)
14ArgumentNullException.ThrowIfNull(collection);
System\Collections\ObjectModel\KeyedCollection.cs (4)
74ArgumentNullException.ThrowIfNull(key); 94ArgumentNullException.ThrowIfNull(key); 134ArgumentNullException.ThrowIfNull(key); 290ArgumentNullException.ThrowIfNull(collection);
System\Collections\Specialized\NotifyCollectionChangedEventArgs.cs (3)
117ArgumentNullException.ThrowIfNull(changedItems); 194ArgumentNullException.ThrowIfNull(newItems); 195ArgumentNullException.ThrowIfNull(oldItems);
System\ComponentModel\TypeConverterAttribute.cs (2)
37ArgumentNullException.ThrowIfNull(type); 49ArgumentNullException.ThrowIfNull(typeName);
System\ComponentModel\TypeDescriptionProviderAttribute.cs (2)
16ArgumentNullException.ThrowIfNull(typeName); 26ArgumentNullException.ThrowIfNull(type);
System.Private.CoreLib (1001)
src\libraries\Common\src\System\IO\StringParser.cs (1)
35ArgumentNullException.ThrowIfNull(buffer);
src\libraries\Common\src\System\Threading\Tasks\TaskToAsyncResult.cs (3)
37ArgumentNullException.ThrowIfNull(task); 70ArgumentNullException.ThrowIfNull(asyncResult); 92ArgumentNullException.ThrowIfNull(asyncResult);
src\libraries\Common\src\System\TimeProvider.cs (1)
163ArgumentNullException.ThrowIfNull(callback);
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
42ArgumentNullException.ThrowIfNull(result, argName);
src\libraries\System.Private.CoreLib\src\System\Activator.RuntimeType.cs (2)
23ArgumentNullException.ThrowIfNull(type); 95ArgumentNullException.ThrowIfNull(type);
src\libraries\System.Private.CoreLib\src\System\AggregateException.cs (2)
59ArgumentNullException.ThrowIfNull(innerException); 264ArgumentNullException.ThrowIfNull(predicate);
src\libraries\System.Private.CoreLib\src\System\AppContext.cs (2)
39ArgumentNullException.ThrowIfNull(name); 60ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (7)
109ArgumentNullException.ThrowIfNull(friendlyName); 120ArgumentNullException.ThrowIfNull(assemblyFile); 177ArgumentNullException.ThrowIfNull(domain); 277ArgumentNullException.ThrowIfNull(principal); 289ArgumentNullException.ThrowIfNull(assemblyName); 297ArgumentNullException.ThrowIfNull(assemblyName); 312ArgumentNullException.ThrowIfNull(assemblyName);
src\libraries\System.Private.CoreLib\src\System\ApplicationId.cs (2)
16ArgumentNullException.ThrowIfNull(version); 17ArgumentNullException.ThrowIfNull(publicKeyToken);
src\libraries\System.Private.CoreLib\src\System\ArgumentException.cs (2)
128ArgumentNullException.ThrowIfNull(argument, paramName); 135ArgumentNullException.ThrowIfNull(argument, paramName);
src\libraries\System.Private.CoreLib\src\System\Array.cs (17)
76ArgumentNullException.ThrowIfNull(elementType); 90ArgumentNullException.ThrowIfNull(elementType); 106ArgumentNullException.ThrowIfNull(elementType); 122ArgumentNullException.ThrowIfNull(elementType); 123ArgumentNullException.ThrowIfNull(lengths); 147ArgumentNullException.ThrowIfNull(elementType); 148ArgumentNullException.ThrowIfNull(lengths); 149ArgumentNullException.ThrowIfNull(lowerBounds); 176ArgumentNullException.ThrowIfNull(lengths); 208ArgumentNullException.ThrowIfNull(arrayType); 245ArgumentNullException.ThrowIfNull(arrayType); 246ArgumentNullException.ThrowIfNull(lengths); 297ArgumentNullException.ThrowIfNull(arrayType); 298ArgumentNullException.ThrowIfNull(lengths); 299ArgumentNullException.ThrowIfNull(lowerBounds); 434ArgumentNullException.ThrowIfNull(sourceArray); 435ArgumentNullException.ThrowIfNull(destinationArray);
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (1)
222ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Buffer.cs (3)
19ArgumentNullException.ThrowIfNull(src); 20ArgumentNullException.ThrowIfNull(dst); 58ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\Buffers\ConfigurableArrayPool.cs (1)
116ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\CodeDom\Compiler\IndentedTextWriter.cs (1)
26ArgumentNullException.ThrowIfNull(writer);
src\libraries\System.Private.CoreLib\src\System\Collections\ArrayList.cs (21)
53ArgumentNullException.ThrowIfNull(c); 144ArgumentNullException.ThrowIfNull(list); 295ArgumentNullException.ThrowIfNull(list); 305ArgumentNullException.ThrowIfNull(list); 406ArgumentNullException.ThrowIfNull(c); 487ArgumentNullException.ThrowIfNull(list); 496ArgumentNullException.ThrowIfNull(list); 591ArgumentNullException.ThrowIfNull(c); 649ArgumentNullException.ThrowIfNull(list); 658ArgumentNullException.ThrowIfNull(list); 683ArgumentNullException.ThrowIfNull(type); 820ArgumentNullException.ThrowIfNull(array); 893ArgumentNullException.ThrowIfNull(c); 1005ArgumentNullException.ThrowIfNull(c); 1062ArgumentNullException.ThrowIfNull(type); 2202ArgumentNullException.ThrowIfNull(c); 2279ArgumentNullException.ThrowIfNull(array); 2293ArgumentNullException.ThrowIfNull(array); 2400ArgumentNullException.ThrowIfNull(c); 2535ArgumentNullException.ThrowIfNull(type); 2646ArgumentNullException.ThrowIfNull(arrayList);
src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (8)
80ArgumentNullException.ThrowIfNull(info); 105ArgumentNullException.ThrowIfNull(info); 133ArgumentNullException.ThrowIfNull(bytes); 153ArgumentNullException.ThrowIfNull(values); 237ArgumentNullException.ThrowIfNull(values); 263ArgumentNullException.ThrowIfNull(bits); 402ArgumentNullException.ThrowIfNull(value); 661ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\Collections\Comparer.cs (3)
25ArgumentNullException.ThrowIfNull(culture); 32ArgumentNullException.ThrowIfNull(info); 41ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\Collections\CompatibleComparer.cs (1)
49ArgumentNullException.ThrowIfNull(obj);
src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\IProducerConsumerCollectionDebugView.cs (1)
23ArgumentNullException.ThrowIfNull(collection);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Comparer.cs (1)
18ArgumentNullException.ThrowIfNull(comparison);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\EqualityComparer.cs (1)
30ArgumentNullException.ThrowIfNull(equals);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\ICollectionDebugView.cs (1)
14ArgumentNullException.ThrowIfNull(collection);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (3)
49ArgumentNullException.ThrowIfNull(collection); 97ArgumentNullException.ThrowIfNull(array); 123ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\QueueDebugView.cs (1)
14ArgumentNullException.ThrowIfNull(queue);
src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (13)
350ArgumentNullException.ThrowIfNull(d); 360ArgumentNullException.ThrowIfNull(d); 479ArgumentNullException.ThrowIfNull(key); 574ArgumentNullException.ThrowIfNull(array); 628ArgumentNullException.ThrowIfNull(key); 832ArgumentNullException.ThrowIfNull(key); 970ArgumentNullException.ThrowIfNull(key); 1018ArgumentNullException.ThrowIfNull(table); 1027ArgumentNullException.ThrowIfNull(info); 1191ArgumentNullException.ThrowIfNull(array); 1226ArgumentNullException.ThrowIfNull(array); 1309ArgumentNullException.ThrowIfNull(key); 1503ArgumentNullException.ThrowIfNull(hashtable);
src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (8)
32ArgumentNullException.ThrowIfNull(key); 48ArgumentNullException.ThrowIfNull(key); 99ArgumentNullException.ThrowIfNull(key); 136ArgumentNullException.ThrowIfNull(key); 150ArgumentNullException.ThrowIfNull(array); 179ArgumentNullException.ThrowIfNull(key); 305ArgumentNullException.ThrowIfNull(array); 417ArgumentNullException.ThrowIfNull(list);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\CollectionHelpers.cs (1)
13ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (4)
26ArgumentNullException.ThrowIfNull(dictionary); 112ArgumentNullException.ThrowIfNull(key); 253ArgumentNullException.ThrowIfNull(collection); 309ArgumentNullException.ThrowIfNull(collection);
src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlySet.cs (1)
23ArgumentNullException.ThrowIfNull(set);
src\libraries\System.Private.CoreLib\src\System\Convert.cs (14)
170ArgumentNullException.ThrowIfNull(targetType); 231ArgumentNullException.ThrowIfNull(conversionType); 493ArgumentNullException.ThrowIfNull(value); 2315ArgumentNullException.ThrowIfNull(inArray); 2322ArgumentNullException.ThrowIfNull(inArray); 2334ArgumentNullException.ThrowIfNull(inArray); 2387ArgumentNullException.ThrowIfNull(inArray); 2388ArgumentNullException.ThrowIfNull(outArray); 2796ArgumentNullException.ThrowIfNull(inArray); 2973ArgumentNullException.ThrowIfNull(source); 3045ArgumentNullException.ThrowIfNull(inArray); 3064ArgumentNullException.ThrowIfNull(inArray); 3122ArgumentNullException.ThrowIfNull(inArray); 3141ArgumentNullException.ThrowIfNull(inArray);
src\libraries\System.Private.CoreLib\src\System\DateTime.cs (3)
288ArgumentNullException.ThrowIfNull(calendar); 355ArgumentNullException.ThrowIfNull(calendar); 541ArgumentNullException.ThrowIfNull(calendar);
src\libraries\System.Private.CoreLib\src\System\DateTimeOffset.cs (3)
177ArgumentNullException.ThrowIfNull(calendar); 628ArgumentNullException.ThrowIfNull(info); 636ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\Decimal.cs (2)
201ArgumentNullException.ThrowIfNull(info); 210ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\DefaultBinder.cs (4)
454ArgumentNullException.ThrowIfNull(match); 641ArgumentNullException.ThrowIfNull(index, nameof(indexes)); 793ArgumentNullException.ThrowIfNull(match); 835ArgumentNullException.ThrowIfNull(match);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Contracts\Contracts.cs (6)
520ArgumentNullException.ThrowIfNull(predicate); 540ArgumentNullException.ThrowIfNull(collection); 541ArgumentNullException.ThrowIfNull(predicate); 567ArgumentNullException.ThrowIfNull(predicate); 586ArgumentNullException.ThrowIfNull(collection); 587ArgumentNullException.ThrowIfNull(predicate);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Debug.cs (1)
24ArgumentNullException.ThrowIfNull(provider);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerDisplayAttribute.cs (1)
38ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerTypeProxyAttribute.cs (2)
16ArgumentNullException.ThrowIfNull(type); 37ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DebuggerVisualizerAttribute.cs (6)
35ArgumentNullException.ThrowIfNull(visualizerObjectSource); 44ArgumentNullException.ThrowIfNull(visualizer); 53ArgumentNullException.ThrowIfNull(visualizer); 54ArgumentNullException.ThrowIfNull(visualizerObjectSource); 64ArgumentNullException.ThrowIfNull(visualizer); 83ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\DiagnosticMethodInfo.cs (2)
52ArgumentNullException.ThrowIfNull(@delegate); 71ArgumentNullException.ThrowIfNull(frame);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\StackTrace.cs (5)
83ArgumentNullException.ThrowIfNull(e); 93ArgumentNullException.ThrowIfNull(e); 104ArgumentNullException.ThrowIfNull(e); 117ArgumentNullException.ThrowIfNull(e); 140ArgumentNullException.ThrowIfNull(frames);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\DiagnosticCounter.cs (4)
28ArgumentNullException.ThrowIfNull(Name); 29ArgumentNullException.ThrowIfNull(EventSource); 83ArgumentNullException.ThrowIfNull(DisplayName); 94ArgumentNullException.ThrowIfNull(DisplayUnits);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (6)
369ArgumentNullException.ThrowIfNull(eventSourceType); 454ArgumentNullException.ThrowIfNull(eventSourceType); 502ArgumentNullException.ThrowIfNull(eventSource); 1747ArgumentNullException.ThrowIfNull(eventSourceType); 4223ArgumentNullException.ThrowIfNull(eventSource); 4241ArgumentNullException.ThrowIfNull(eventSource);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\IncrementingPollingCounter.cs (1)
32ArgumentNullException.ThrowIfNull(totalValueProvider);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\PollingCounter.cs (1)
31ArgumentNullException.ThrowIfNull(metricProvider);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\EventPayload.cs (3)
32ArgumentNullException.ThrowIfNull(key); 71ArgumentNullException.ThrowIfNull(key); 112ArgumentNullException.ThrowIfNull(key);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventTypes.cs (5)
86ArgumentNullException.ThrowIfNull(name); 122ArgumentNullException.ThrowIfNull(defaultName); 176ArgumentNullException.ThrowIfNull(paramInfos); 191ArgumentNullException.ThrowIfNull(types); 206ArgumentNullException.ThrowIfNull(typeInfos);
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingTypeInfo.cs (3)
26ArgumentNullException.ThrowIfNull(dataType); 41ArgumentNullException.ThrowIfNull(dataType); 42ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Enum.cs (11)
89ArgumentNullException.ThrowIfNull(enumType); 250ArgumentNullException.ThrowIfNull(enumType); 283ArgumentNullException.ThrowIfNull(enumType); 309ArgumentNullException.ThrowIfNull(enumType); 334ArgumentNullException.ThrowIfNull(enumType); 401ArgumentNullException.ThrowIfNull(flag); 521ArgumentNullException.ThrowIfNull(enumType); 1626ArgumentNullException.ThrowIfNull(value); 1627ArgumentNullException.ThrowIfNull(format); 2127ArgumentNullException.ThrowIfNull(enumType); 2195ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Environment.cs (3)
71ArgumentNullException.ThrowIfNull(variable); 81ArgumentNullException.ThrowIfNull(variable); 143ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Exception.cs (2)
47ArgumentNullException.ThrowIfNull(info); 106ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\FormattableString.cs (2)
61ArgumentNullException.ThrowIfNull(formattable); 80ArgumentNullException.ThrowIfNull(formattable);
src\libraries\System.Private.CoreLib\src\System\Globalization\Calendar.cs (1)
63ArgumentNullException.ThrowIfNull(calendar);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.cs (5)
66ArgumentNullException.ThrowIfNull(assembly); 84ArgumentNullException.ThrowIfNull(name); 85ArgumentNullException.ThrowIfNull(assembly); 114ArgumentNullException.ThrowIfNull(name); 126ArgumentNullException.ThrowIfNull(text);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Icu.cs (1)
684ArgumentNullException.ThrowIfNull(source);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Invariant.cs (1)
14ArgumentNullException.ThrowIfNull(source);
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
371ArgumentNullException.ThrowIfNull(source);
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (11)
164ArgumentNullException.ThrowIfNull(name); 225ArgumentNullException.ThrowIfNull(textAndCompareCultureName); 374ArgumentNullException.ThrowIfNull(value); 394ArgumentNullException.ThrowIfNull(value); 721ArgumentNullException.ThrowIfNull(value); 748ArgumentNullException.ThrowIfNull(value); 925ArgumentNullException.ThrowIfNull(ci); 1031ArgumentNullException.ThrowIfNull(name); 1068ArgumentNullException.ThrowIfNull(name); 1069ArgumentNullException.ThrowIfNull(altName); 1107ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormatInfo.cs (22)
360ArgumentNullException.ThrowIfNull(value); 390ArgumentNullException.ThrowIfNull(value); 475ArgumentNullException.ThrowIfNull(eraName); 609ArgumentNullException.ThrowIfNull(value); 695ArgumentNullException.ThrowIfNull(value); 716ArgumentNullException.ThrowIfNull(value); 750ArgumentNullException.ThrowIfNull(value); 792ArgumentNullException.ThrowIfNull(value); 812ArgumentNullException.ThrowIfNull(value); 846ArgumentNullException.ThrowIfNull(value); 882ArgumentNullException.ThrowIfNull(value); 994ArgumentNullException.ThrowIfNull(value); 1028ArgumentNullException.ThrowIfNull(value); 1068ArgumentNullException.ThrowIfNull(value); 1093ArgumentNullException.ThrowIfNull(value); 1113ArgumentNullException.ThrowIfNull(value); 1135ArgumentNullException.ThrowIfNull(value); 1156ArgumentNullException.ThrowIfNull(value); 1549ArgumentNullException.ThrowIfNull(dtfi); 1599ArgumentNullException.ThrowIfNull(patterns); 1662ArgumentNullException.ThrowIfNull(value); 1683ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Globalization\GlobalizationExtensions.cs (1)
10ArgumentNullException.ThrowIfNull(compareInfo);
src\libraries\System.Private.CoreLib\src\System\Globalization\IdnMapping.cs (4)
61ArgumentNullException.ThrowIfNull(unicode); 68ArgumentNullException.ThrowIfNull(unicode); 108ArgumentNullException.ThrowIfNull(ascii); 115ArgumentNullException.ThrowIfNull(ascii);
src\libraries\System.Private.CoreLib\src\System\Globalization\NumberFormatInfo.cs (16)
106ArgumentNullException.ThrowIfNull(nativeDig); 308ArgumentNullException.ThrowIfNull(value); 323ArgumentNullException.ThrowIfNull(value); 338ArgumentNullException.ThrowIfNull(value); 353ArgumentNullException.ThrowIfNull(value); 373ArgumentNullException.ThrowIfNull(value); 419ArgumentNullException.ThrowIfNull(value); 504ArgumentNullException.ThrowIfNull(value); 526ArgumentNullException.ThrowIfNull(value); 586ArgumentNullException.ThrowIfNull(value); 621ArgumentNullException.ThrowIfNull(value); 643ArgumentNullException.ThrowIfNull(value); 703ArgumentNullException.ThrowIfNull(value); 723ArgumentNullException.ThrowIfNull(value); 744ArgumentNullException.ThrowIfNull(value); 790ArgumentNullException.ThrowIfNull(nfi);
src\libraries\System.Private.CoreLib\src\System\Globalization\RegionInfo.cs (1)
28ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Globalization\SortKey.cs (2)
48ArgumentNullException.ThrowIfNull(sortkey1); 49ArgumentNullException.ThrowIfNull(sortkey2);
src\libraries\System.Private.CoreLib\src\System\Globalization\StringInfo.cs (1)
61ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (5)
97ArgumentNullException.ThrowIfNull(textInfo); 130ArgumentNullException.ThrowIfNull(value); 174ArgumentNullException.ThrowIfNull(str); 445ArgumentNullException.ThrowIfNull(str); 520ArgumentNullException.ThrowIfNull(str);
src\libraries\System.Private.CoreLib\src\System\Guid.cs (5)
125ArgumentNullException.ThrowIfNull(d); 268ArgumentNullException.ThrowIfNull(g); 335ArgumentNullException.ThrowIfNull(input); 400ArgumentNullException.ThrowIfNull(input); 401ArgumentNullException.ThrowIfNull(format);
src\libraries\System.Private.CoreLib\src\System\IntPtr.cs (1)
82ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\IO\BinaryReader.cs (4)
41ArgumentNullException.ThrowIfNull(input); 42ArgumentNullException.ThrowIfNull(encoding); 296ArgumentNullException.ThrowIfNull(buffer); 415ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\BinaryWriter.cs (6)
47ArgumentNullException.ThrowIfNull(output); 48ArgumentNullException.ThrowIfNull(encoding); 158ArgumentNullException.ThrowIfNull(buffer); 219ArgumentNullException.ThrowIfNull(chars); 231ArgumentNullException.ThrowIfNull(chars); 348ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\IO\Directory.cs (4)
202ArgumentNullException.ThrowIfNull(path); 203ArgumentNullException.ThrowIfNull(searchPattern); 204ArgumentNullException.ThrowIfNull(enumerationOptions); 252ArgumentNullException.ThrowIfNull(path);
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryInfo.cs (4)
18ArgumentNullException.ThrowIfNull(path); 76ArgumentNullException.ThrowIfNull(path); 188ArgumentNullException.ThrowIfNull(searchPattern); 189ArgumentNullException.ThrowIfNull(enumerationOptions);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerable.cs (2)
28ArgumentNullException.ThrowIfNull(directory); 29ArgumentNullException.ThrowIfNull(transform);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
33ArgumentNullException.ThrowIfNull(directory);
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (27)
84ArgumentNullException.ThrowIfNull(path); 211ArgumentNullException.ThrowIfNull(fileHandle); 243ArgumentNullException.ThrowIfNull(fileHandle); 268ArgumentNullException.ThrowIfNull(fileHandle); 293ArgumentNullException.ThrowIfNull(fileHandle); 324ArgumentNullException.ThrowIfNull(fileHandle); 355ArgumentNullException.ThrowIfNull(fileHandle); 380ArgumentNullException.ThrowIfNull(fileHandle); 405ArgumentNullException.ThrowIfNull(fileHandle); 436ArgumentNullException.ThrowIfNull(fileHandle); 467ArgumentNullException.ThrowIfNull(fileHandle); 492ArgumentNullException.ThrowIfNull(fileHandle); 517ArgumentNullException.ThrowIfNull(fileHandle); 541ArgumentNullException.ThrowIfNull(fileHandle); 569ArgumentNullException.ThrowIfNull(fileHandle); 738ArgumentNullException.ThrowIfNull(bytes); 787ArgumentNullException.ThrowIfNull(bytes); 832ArgumentNullException.ThrowIfNull(bytes); 929ArgumentNullException.ThrowIfNull(contents); 1017ArgumentNullException.ThrowIfNull(contents); 1026ArgumentNullException.ThrowIfNull(sourceFileName); 1027ArgumentNullException.ThrowIfNull(destinationFileName); 1066ArgumentNullException.ThrowIfNull(path); 1073ArgumentNullException.ThrowIfNull(path); 1262ArgumentNullException.ThrowIfNull(bytes); 1333ArgumentNullException.ThrowIfNull(contents); 1457ArgumentNullException.ThrowIfNull(encoding);
src\libraries\System.Private.CoreLib\src\System\IO\FileInfo.cs (1)
184ArgumentNullException.ThrowIfNull(destinationFileName);
src\libraries\System.Private.CoreLib\src\System\IO\FileStream.cs (3)
185ArgumentNullException.ThrowIfNull(options); 564ArgumentNullException.ThrowIfNull(asyncResult); 587ArgumentNullException.ThrowIfNull(asyncResult);
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (3)
63ArgumentNullException.ThrowIfNull(buffer); 83ArgumentNullException.ThrowIfNull(buffer); 745ArgumentNullException.ThrowIfNull(stream);
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (15)
306ArgumentNullException.ThrowIfNull(path); 346ArgumentNullException.ThrowIfNull(path1); 347ArgumentNullException.ThrowIfNull(path2); 354ArgumentNullException.ThrowIfNull(path1); 355ArgumentNullException.ThrowIfNull(path2); 356ArgumentNullException.ThrowIfNull(path3); 363ArgumentNullException.ThrowIfNull(path1); 364ArgumentNullException.ThrowIfNull(path2); 365ArgumentNullException.ThrowIfNull(path3); 366ArgumentNullException.ThrowIfNull(path4); 373ArgumentNullException.ThrowIfNull(paths); 392ArgumentNullException.ThrowIfNull(paths[i], nameof(paths)); 531ArgumentNullException.ThrowIfNull(paths); 861ArgumentNullException.ThrowIfNull(relativeTo); 862ArgumentNullException.ThrowIfNull(path);
src\libraries\System.Private.CoreLib\src\System\IO\Path.Unix.cs (2)
38ArgumentNullException.ThrowIfNull(path); 39ArgumentNullException.ThrowIfNull(basePath);
src\libraries\System.Private.CoreLib\src\System\IO\Stream.cs (2)
930ArgumentNullException.ThrowIfNull(stream); 988ArgumentNullException.ThrowIfNull(destination);
src\libraries\System.Private.CoreLib\src\System\IO\StreamReader.cs (5)
218ArgumentNullException.ThrowIfNull(options); 348ArgumentNullException.ThrowIfNull(buffer); 427ArgumentNullException.ThrowIfNull(buffer); 1049ArgumentNullException.ThrowIfNull(buffer); 1260ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\StreamWriter.cs (5)
175ArgumentNullException.ThrowIfNull(options); 372ArgumentNullException.ThrowIfNull(buffer); 628ArgumentNullException.ThrowIfNull(arg); 731ArgumentNullException.ThrowIfNull(buffer); 883ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\StringReader.cs (3)
88ArgumentNullException.ThrowIfNull(buffer); 289ArgumentNullException.ThrowIfNull(buffer); 307ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\StringWriter.cs (2)
40ArgumentNullException.ThrowIfNull(sb); 90ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\TextReader.cs (6)
72ArgumentNullException.ThrowIfNull(buffer); 262ArgumentNullException.ThrowIfNull(buffer); 292ArgumentNullException.ThrowIfNull(buffer); 328ArgumentNullException.ThrowIfNull(reader); 392ArgumentNullException.ThrowIfNull(buffer); 405ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.CreateBroadcasting.cs (2)
36ArgumentNullException.ThrowIfNull(writers); 52ArgumentNullException.ThrowIfNull(writer, nameof(writers));
src\libraries\System.Private.CoreLib\src\System\IO\TextWriter.cs (2)
146ArgumentNullException.ThrowIfNull(buffer); 760ArgumentNullException.ThrowIfNull(writer);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryAccessor.cs (3)
42ArgumentNullException.ThrowIfNull(buffer); 315ArgumentNullException.ThrowIfNull(array); 541ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (1)
82ArgumentNullException.ThrowIfNull(buffer);
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (2)
115ArgumentNullException.ThrowIfNull(stream); 133ArgumentNullException.ThrowIfNull(destination);
src\libraries\System.Private.CoreLib\src\System\Lazy.cs (1)
301ArgumentNullException.ThrowIfNull(valueFactory);
src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (6)
5673ArgumentNullException.ThrowIfNull(format); 5695ArgumentNullException.ThrowIfNull(format); 5719ArgumentNullException.ThrowIfNull(format); 5739ArgumentNullException.ThrowIfNull(format); 5740ArgumentNullException.ThrowIfNull(args); 5758ArgumentNullException.ThrowIfNull(format);
src\libraries\System.Private.CoreLib\src\System\Net\WebUtility.cs (3)
50ArgumentNullException.ThrowIfNull(output); 179ArgumentNullException.ThrowIfNull(output); 591ArgumentNullException.ThrowIfNull(bytes);
src\libraries\System.Private.CoreLib\src\System\Nullable.cs (1)
105ArgumentNullException.ThrowIfNull(nullableType);
src\libraries\System.Private.CoreLib\src\System\Numerics\IBinaryInteger.cs (3)
30ArgumentNullException.ThrowIfNull(value); 142ArgumentNullException.ThrowIfNull(value); 157ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Numerics\TotalOrderIeee754Comparer.cs (1)
223ArgumentNullException.ThrowIfNull(obj);
src\libraries\System.Private.CoreLib\src\System\OperatingSystem.cs (2)
62ArgumentNullException.ThrowIfNull(version); 125ArgumentNullException.ThrowIfNull(platform);
src\libraries\System.Private.CoreLib\src\System\Progress.cs (1)
50ArgumentNullException.ThrowIfNull(handler);
src\libraries\System.Private.CoreLib\src\System\Random.cs (2)
309ArgumentNullException.ThrowIfNull(choices); 349ArgumentNullException.ThrowIfNull(values);
src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (3)
259ArgumentNullException.ThrowIfNull(rawAssembly); 274ArgumentNullException.ThrowIfNull(path); 377ArgumentNullException.ThrowIfNull(assemblyFile);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyFileVersionAttribute.cs (1)
11ArgumentNullException.ThrowIfNull(version);
src\libraries\System.Private.CoreLib\src\System\Reflection\AssemblyName.cs (2)
289ArgumentNullException.ThrowIfNull(reference); 290ArgumentNullException.ThrowIfNull(definition);
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
51ArgumentNullException.ThrowIfNull(constructor);
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeData.cs (4)
15ArgumentNullException.ThrowIfNull(target); 22ArgumentNullException.ThrowIfNull(target); 29ArgumentNullException.ThrowIfNull(target); 36ArgumentNullException.ThrowIfNull(target);
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeNamedArgument.cs (2)
18ArgumentNullException.ThrowIfNull(memberInfo); 33ArgumentNullException.ThrowIfNull(memberInfo);
src\libraries\System.Private.CoreLib\src\System\Reflection\CustomAttributeTypedArgument.cs (2)
20ArgumentNullException.ThrowIfNull(argumentType); 28ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (3)
40ArgumentNullException.ThrowIfNull(con); 41ArgumentNullException.ThrowIfNull(binaryAttribute); 50ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ConstructorBuilder.cs (3)
35ArgumentNullException.ThrowIfNull(con); 36ArgumentNullException.ThrowIfNull(binaryAttribute); 45ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\DynamicMethod.cs (9)
67ArgumentNullException.ThrowIfNull(m); 87ArgumentNullException.ThrowIfNull(m); 109ArgumentNullException.ThrowIfNull(m); 128ArgumentNullException.ThrowIfNull(owner); 148ArgumentNullException.ThrowIfNull(owner); 170ArgumentNullException.ThrowIfNull(owner); 223ArgumentNullException.ThrowIfNull(name); 348ArgumentNullException.ThrowIfNull(attributeType); 370ArgumentNullException.ThrowIfNull(attributeType);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\EventBuilder.cs (3)
24ArgumentNullException.ThrowIfNull(con); 25ArgumentNullException.ThrowIfNull(binaryAttribute); 34ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\FieldBuilder.cs (3)
19ArgumentNullException.ThrowIfNull(con); 20ArgumentNullException.ThrowIfNull(binaryAttribute); 29ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\GenericTypeParameterBuilder.cs (1)
20ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ILGenerator.cs (3)
92ArgumentNullException.ThrowIfNull(excType); 139ArgumentNullException.ThrowIfNull(fld); 210ArgumentNullException.ThrowIfNull(document);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\LocalBuilder.cs (1)
25ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilder.cs (4)
24ArgumentNullException.ThrowIfNull(names); 53ArgumentNullException.ThrowIfNull(con); 54ArgumentNullException.ThrowIfNull(binaryAttribute); 68ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ModuleBuilder.cs (4)
161ArgumentNullException.ThrowIfNull(arrayClass); 172ArgumentNullException.ThrowIfNull(con); 173ArgumentNullException.ThrowIfNull(binaryAttribute); 182ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\ParameterBuilder.cs (3)
22ArgumentNullException.ThrowIfNull(con); 23ArgumentNullException.ThrowIfNull(binaryAttribute); 30ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\PropertyBuilder.cs (3)
24ArgumentNullException.ThrowIfNull(con); 25ArgumentNullException.ThrowIfNull(binaryAttribute); 34ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
217ArgumentNullException.ThrowIfNull(baseType);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilder.cs (9)
29ArgumentNullException.ThrowIfNull(interfaceType); 78ArgumentNullException.ThrowIfNull(type); 88ArgumentNullException.ThrowIfNull(names); 99ArgumentNullException.ThrowIfNull(data); 144ArgumentNullException.ThrowIfNull(methodInfoBody); 145ArgumentNullException.ThrowIfNull(methodInfoDeclaration); 274ArgumentNullException.ThrowIfNull(con); 275ArgumentNullException.ThrowIfNull(binaryAttribute); 284ArgumentNullException.ThrowIfNull(customBuilder);
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\TypeBuilderInstantiation.cs (2)
39ArgumentNullException.ThrowIfNull(typeArguments); 43ArgumentNullException.ThrowIfNull(t, nameof(typeArguments));
src\libraries\System.Private.CoreLib\src\System\Reflection\IntrospectionExtensions.cs (1)
14ArgumentNullException.ThrowIfNull(type);
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
53ArgumentNullException.ThrowIfNull(method);
src\libraries\System.Private.CoreLib\src\System\Reflection\Module.cs (4)
41ArgumentNullException.ThrowIfNull(name); 51ArgumentNullException.ThrowIfNull(name); 52ArgumentNullException.ThrowIfNull(types); 56ArgumentNullException.ThrowIfNull(types[i], nameof(types));
src\libraries\System.Private.CoreLib\src\System\Reflection\NullabilityInfoContext.cs (4)
70ArgumentNullException.ThrowIfNull(parameterInfo); 193ArgumentNullException.ThrowIfNull(propertyInfo); 246ArgumentNullException.ThrowIfNull(eventInfo); 261ArgumentNullException.ThrowIfNull(fieldInfo);
src\libraries\System.Private.CoreLib\src\System\Reflection\ParameterInfo.cs (2)
37ArgumentNullException.ThrowIfNull(attributeType); 47ArgumentNullException.ThrowIfNull(attributeType);
src\libraries\System.Private.CoreLib\src\System\Reflection\Pointer.cs (1)
25ArgumentNullException.ThrowIfNull(type);
src\libraries\System.Private.CoreLib\src\System\Reflection\ReflectionContext.cs (1)
16ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (1)
52ArgumentNullException.ThrowIfNull(declaringType);
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeReflectionExtensions.cs (11)
20ArgumentNullException.ThrowIfNull(type); 30ArgumentNullException.ThrowIfNull(type); 40ArgumentNullException.ThrowIfNull(type); 50ArgumentNullException.ThrowIfNull(type); 60ArgumentNullException.ThrowIfNull(type); 70ArgumentNullException.ThrowIfNull(type); 80ArgumentNullException.ThrowIfNull(type); 90ArgumentNullException.ThrowIfNull(type); 98ArgumentNullException.ThrowIfNull(method); 106ArgumentNullException.ThrowIfNull(typeInfo); 114ArgumentNullException.ThrowIfNull(del);
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
22ArgumentNullException.ThrowIfNull(typeArguments[i], nameof(typeArguments));
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeDelegator.cs (1)
36ArgumentNullException.ThrowIfNull(delegatingType);
src\libraries\System.Private.CoreLib\src\System\Resources\NeutralResourcesLanguageAttribute.cs (2)
14ArgumentNullException.ThrowIfNull(cultureName); 22ArgumentNullException.ThrowIfNull(cultureName);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceManager.cs (12)
172ArgumentNullException.ThrowIfNull(baseName); 173ArgumentNullException.ThrowIfNull(resourceDir); 188ArgumentNullException.ThrowIfNull(baseName); 189ArgumentNullException.ThrowIfNull(assembly); 204ArgumentNullException.ThrowIfNull(baseName); 205ArgumentNullException.ThrowIfNull(assembly); 222ArgumentNullException.ThrowIfNull(resourceSource); 394ArgumentNullException.ThrowIfNull(culture); 528ArgumentNullException.ThrowIfNull(a); 597ArgumentNullException.ThrowIfNull(name); 663ArgumentNullException.ThrowIfNull(name); 743ArgumentNullException.ThrowIfNull(rm);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.Core.cs (1)
123ArgumentNullException.ThrowIfNull(resourceName);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
124ArgumentNullException.ThrowIfNull(stream);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceSet.cs (2)
64ArgumentNullException.ThrowIfNull(reader); 202ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Resources\RuntimeResourceSet.cs (1)
268ArgumentNullException.ThrowIfNull(key);
src\libraries\System.Private.CoreLib\src\System\Resources\SatelliteContractVersionAttribute.cs (1)
17ArgumentNullException.ThrowIfNull(version);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (3)
236ArgumentNullException.ThrowIfNull(valueFactory); 269ArgumentNullException.ThrowIfNull(valueFactory); 305ArgumentNullException.ThrowIfNull(createValueCallback);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\FormattableStringFactory.cs (2)
19ArgumentNullException.ThrowIfNull(format); 20ArgumentNullException.ThrowIfNull(arguments);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\RuntimeHelpers.cs (2)
73ArgumentNullException.ThrowIfNull(code); 74ArgumentNullException.ThrowIfNull(backoutCode);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TaskAwaiter.cs (1)
176ArgumentNullException.ThrowIfNull(continuation);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\TupleElementNamesAttribute.cs (1)
41ArgumentNullException.ThrowIfNull(transformNames);
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\YieldAwaitable.cs (1)
74ArgumentNullException.ThrowIfNull(continuation);
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionDispatchInfo.cs (4)
32ArgumentNullException.ThrowIfNull(source); 70ArgumentNullException.ThrowIfNull(source); 97ArgumentNullException.ThrowIfNull(source); 98ArgumentNullException.ThrowIfNull(stackTrace);
src\libraries\System.Private.CoreLib\src\System\Runtime\ExceptionServices\ExceptionHandling.cs (2)
34ArgumentNullException.ThrowIfNull(handler); 54ArgumentNullException.ThrowIfNull(exception);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (4)
777ArgumentNullException.ThrowIfNull(instance); 968ArgumentNullException.ThrowIfNull(wrapper); 1388ArgumentNullException.ThrowIfNull(instance); 1412ArgumentNullException.ThrowIfNull(instance);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Java\JavaMarshal.cs (1)
34ArgumentNullException.ThrowIfNull(obj);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.cs (17)
92ArgumentNullException.ThrowIfNull(structure); 99ArgumentNullException.ThrowIfNull(structure); 108ArgumentNullException.ThrowIfNull(t); 166ArgumentNullException.ThrowIfNull(arr); 175ArgumentNullException.ThrowIfNull(arr); 226ArgumentNullException.ThrowIfNull(source); 276ArgumentNullException.ThrowIfNull(destination); 524ArgumentNullException.ThrowIfNull(m); 533ArgumentNullException.ThrowIfNull(c); 560ArgumentNullException.ThrowIfNull(structureType); 589ArgumentNullException.ThrowIfNull(structure); 599ArgumentNullException.ThrowIfNull(boxedStructure, nameof(structure)); 635ArgumentNullException.ThrowIfNull(m); 1051ArgumentNullException.ThrowIfNull(type); 1069ArgumentNullException.ThrowIfNull(type); 1094ArgumentNullException.ThrowIfNull(t); 1142ArgumentNullException.ThrowIfNull(d);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.NoCom.cs (2)
201ArgumentNullException.ThrowIfNull(o); 208ArgumentNullException.ThrowIfNull(t);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (1)
160ArgumentNullException.ThrowIfNull(progID);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (10)
42ArgumentNullException.ThrowIfNull(libraryPath); 56ArgumentNullException.ThrowIfNull(libraryPath); 86ArgumentNullException.ThrowIfNull(libraryName); 87ArgumentNullException.ThrowIfNull(assembly); 121ArgumentNullException.ThrowIfNull(libraryName); 122ArgumentNullException.ThrowIfNull(assembly); 159ArgumentNullException.ThrowIfNull(name); 175ArgumentNullException.ThrowIfNull(name); 203ArgumentNullException.ThrowIfNull(assembly); 204ArgumentNullException.ThrowIfNull(resolver);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\PosixSignalRegistration.cs (1)
40ArgumentNullException.ThrowIfNull(handler);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\SafeBuffer.cs (2)
215ArgumentNullException.ThrowIfNull(array); 303ArgumentNullException.ThrowIfNull(array);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyDependencyResolver.cs (3)
36ArgumentNullException.ThrowIfNull(componentAssemblyPath); 112ArgumentNullException.ThrowIfNull(assemblyName); 160ArgumentNullException.ThrowIfNull(unmanagedDllName);
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (5)
306ArgumentNullException.ThrowIfNull(assemblyPath); 323ArgumentNullException.ThrowIfNull(assemblyName); 336ArgumentNullException.ThrowIfNull(assemblyPath); 354ArgumentNullException.ThrowIfNull(nativeImagePath); 383ArgumentNullException.ThrowIfNull(assembly);
src\libraries\System.Private.CoreLib\src\System\Runtime\Serialization\SerializationInfo.cs (9)
32ArgumentNullException.ThrowIfNull(type); 33ArgumentNullException.ThrowIfNull(converter); 61ArgumentNullException.ThrowIfNull(value); 72ArgumentNullException.ThrowIfNull(value); 84ArgumentNullException.ThrowIfNull(type); 135ArgumentNullException.ThrowIfNull(name); 136ArgumentNullException.ThrowIfNull(type); 285ArgumentNullException.ThrowIfNull(name); 337ArgumentNullException.ThrowIfNull(type);
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\FrameworkName.cs (1)
98ArgumentNullException.ThrowIfNull(version);
src\libraries\System.Private.CoreLib\src\System\Runtime\Versioning\TargetFrameworkAttribute.cs (1)
18ArgumentNullException.ThrowIfNull(frameworkName);
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (8)
60ArgumentNullException.ThrowIfNull(attributeType); 100ArgumentNullException.ThrowIfNull(value); 193ArgumentNullException.ThrowIfNull(attributeType); 203ArgumentNullException.ThrowIfNull(value); 414ArgumentNullException.ThrowIfNull(name); 439ArgumentNullException.ThrowIfNull(providedArgs); 745ArgumentNullException.ThrowIfNull(genericArguments); 749ArgumentNullException.ThrowIfNull(genericArguments[i], null);
src\libraries\System.Private.CoreLib\src\System\SearchValues\SearchValuesDebugView.cs (1)
14ArgumentNullException.ThrowIfNull(values);
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\StringSearchValues.cs (2)
37ArgumentNullException.ThrowIfNull(value, nameof(values)); 48ArgumentNullException.ThrowIfNull(value, nameof(values));
src\libraries\System.Private.CoreLib\src\System\Security\SecurityElement.cs (10)
36ArgumentNullException.ThrowIfNull(tag); 46ArgumentNullException.ThrowIfNull(tag); 65ArgumentNullException.ThrowIfNull(value, nameof(Tag)); 193ArgumentNullException.ThrowIfNull(name); 194ArgumentNullException.ThrowIfNull(value); 207ArgumentNullException.ThrowIfNull(child); 475ArgumentNullException.ThrowIfNull(name); 506ArgumentNullException.ThrowIfNull(tag); 525ArgumentNullException.ThrowIfNull(tag); 548ArgumentNullException.ThrowIfNull(xml);
src\libraries\System.Private.CoreLib\src\System\String.Comparison.cs (5)
540ArgumentNullException.ThrowIfNull(value); 581ArgumentNullException.ThrowIfNull(value); 1101ArgumentNullException.ThrowIfNull(value); 1109ArgumentNullException.ThrowIfNull(value); 1159ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\String.cs (4)
99ArgumentNullException.ThrowIfNull(value); 399ArgumentNullException.ThrowIfNull(str); 418ArgumentNullException.ThrowIfNull(destination); 758ArgumentNullException.ThrowIfNull(s);
src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (13)
79ArgumentNullException.ThrowIfNull(args); 153ArgumentNullException.ThrowIfNull(values); 381ArgumentNullException.ThrowIfNull(values); 539ArgumentNullException.ThrowIfNull(format); 560ArgumentNullException.ThrowIfNull(format); 580ArgumentNullException.ThrowIfNull(format); 602ArgumentNullException.ThrowIfNull(format); 620ArgumentNullException.ThrowIfNull(format); 621ArgumentNullException.ThrowIfNull(args); 637ArgumentNullException.ThrowIfNull(format); 697ArgumentNullException.ThrowIfNull(value); 777ArgumentNullException.ThrowIfNull(value); 1512ArgumentNullException.ThrowIfNull(replacementText);
src\libraries\System.Private.CoreLib\src\System\StringComparer.cs (4)
48ArgumentNullException.ThrowIfNull(culture); 55ArgumentNullException.ThrowIfNull(culture); 197ArgumentNullException.ThrowIfNull(obj); 270ArgumentNullException.ThrowIfNull(obj);
src\libraries\System.Private.CoreLib\src\System\StringNormalizationExtensions.cs (2)
32ArgumentNullException.ThrowIfNull(strInput); 66ArgumentNullException.ThrowIfNull(strInput);
src\libraries\System.Private.CoreLib\src\System\Text\CompositeFormat.cs (1)
75ArgumentNullException.ThrowIfNull(format);
src\libraries\System.Private.CoreLib\src\System\Text\Decoder.cs (3)
36ArgumentNullException.ThrowIfNull(value); 222ArgumentNullException.ThrowIfNull(bytes); 223ArgumentNullException.ThrowIfNull(chars);
src\libraries\System.Private.CoreLib\src\System\Text\DecoderNLS.cs (5)
51ArgumentNullException.ThrowIfNull(bytes); 89ArgumentNullException.ThrowIfNull(bytes); 90ArgumentNullException.ThrowIfNull(chars); 139ArgumentNullException.ThrowIfNull(bytes); 140ArgumentNullException.ThrowIfNull(chars);
src\libraries\System.Private.CoreLib\src\System\Text\DecoderReplacementFallback.cs (1)
23ArgumentNullException.ThrowIfNull(replacement);
src\libraries\System.Private.CoreLib\src\System\Text\Encoder.cs (3)
36ArgumentNullException.ThrowIfNull(value); 219ArgumentNullException.ThrowIfNull(chars); 220ArgumentNullException.ThrowIfNull(bytes);
src\libraries\System.Private.CoreLib\src\System\Text\EncoderNLS.cs (5)
46ArgumentNullException.ThrowIfNull(chars); 79ArgumentNullException.ThrowIfNull(chars); 80ArgumentNullException.ThrowIfNull(bytes); 125ArgumentNullException.ThrowIfNull(chars); 126ArgumentNullException.ThrowIfNull(bytes);
src\libraries\System.Private.CoreLib\src\System\Text\EncoderReplacementFallback.cs (1)
23ArgumentNullException.ThrowIfNull(replacement);
src\libraries\System.Private.CoreLib\src\System\Text\Encoding.cs (17)
174ArgumentNullException.ThrowIfNull(bytes); 187ArgumentNullException.ThrowIfNull(srcEncoding); 188ArgumentNullException.ThrowIfNull(dstEncoding); 189ArgumentNullException.ThrowIfNull(bytes); 479ArgumentNullException.ThrowIfNull(value); 493ArgumentNullException.ThrowIfNull(value); 527ArgumentNullException.ThrowIfNull(chars); 552ArgumentNullException.ThrowIfNull(s); 594ArgumentNullException.ThrowIfNull(chars); 626ArgumentNullException.ThrowIfNull(s); 640ArgumentNullException.ThrowIfNull(s); 759ArgumentNullException.ThrowIfNull(bytes); 796ArgumentNullException.ThrowIfNull(bytes); 1000ArgumentNullException.ThrowIfNull(bytes); 1081ArgumentNullException.ThrowIfNull(innerStream); 1082ArgumentNullException.ThrowIfNull(innerStreamEncoding); 1083ArgumentNullException.ThrowIfNull(outerStreamEncoding);
src\libraries\System.Private.CoreLib\src\System\Text\EncodingInfo.cs (3)
20ArgumentNullException.ThrowIfNull(provider); 21ArgumentNullException.ThrowIfNull(name); 22ArgumentNullException.ThrowIfNull(displayName);
src\libraries\System.Private.CoreLib\src\System\Text\EncodingProvider.cs (1)
48ArgumentNullException.ThrowIfNull(provider);
src\libraries\System.Private.CoreLib\src\System\Text\EncodingTable.cs (1)
33ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (10)
168ArgumentNullException.ThrowIfNull(info); 225ArgumentNullException.ThrowIfNull(info); 872ArgumentNullException.ThrowIfNull(destination); 1521ArgumentNullException.ThrowIfNull(format); 1804ArgumentNullException.ThrowIfNull(format); 1824ArgumentNullException.ThrowIfNull(format); 1846ArgumentNullException.ThrowIfNull(format); 1864ArgumentNullException.ThrowIfNull(format); 1865ArgumentNullException.ThrowIfNull(args); 1881ArgumentNullException.ThrowIfNull(format);
src\libraries\System.Private.CoreLib\src\System\Text\UnicodeEncoding.cs (9)
87ArgumentNullException.ThrowIfNull(chars); 143ArgumentNullException.ThrowIfNull(s); 144ArgumentNullException.ThrowIfNull(bytes); 181ArgumentNullException.ThrowIfNull(chars); 182ArgumentNullException.ThrowIfNull(bytes); 234ArgumentNullException.ThrowIfNull(bytes); 273ArgumentNullException.ThrowIfNull(bytes); 274ArgumentNullException.ThrowIfNull(chars); 326ArgumentNullException.ThrowIfNull(bytes);
src\libraries\System.Private.CoreLib\src\System\Text\UTF32Encoding.cs (9)
95ArgumentNullException.ThrowIfNull(chars); 151ArgumentNullException.ThrowIfNull(s); 152ArgumentNullException.ThrowIfNull(bytes); 189ArgumentNullException.ThrowIfNull(chars); 190ArgumentNullException.ThrowIfNull(bytes); 242ArgumentNullException.ThrowIfNull(bytes); 281ArgumentNullException.ThrowIfNull(bytes); 282ArgumentNullException.ThrowIfNull(chars); 334ArgumentNullException.ThrowIfNull(bytes);
src\libraries\System.Private.CoreLib\src\System\Text\UTF7Encoding.cs (9)
131ArgumentNullException.ThrowIfNull(chars); 187ArgumentNullException.ThrowIfNull(s); 188ArgumentNullException.ThrowIfNull(bytes); 225ArgumentNullException.ThrowIfNull(chars); 226ArgumentNullException.ThrowIfNull(bytes); 278ArgumentNullException.ThrowIfNull(bytes); 317ArgumentNullException.ThrowIfNull(bytes); 318ArgumentNullException.ThrowIfNull(chars); 370ArgumentNullException.ThrowIfNull(bytes);
src\libraries\System.Private.CoreLib\src\System\Text\ValueStringBuilder.AppendFormat.cs (1)
16ArgumentNullException.ThrowIfNull(format);
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationToken.cs (2)
159ArgumentNullException.ThrowIfNull(callback); 289ArgumentNullException.ThrowIfNull(callback);
src\libraries\System.Private.CoreLib\src\System\Threading\CancellationTokenSource.cs (2)
161ArgumentNullException.ThrowIfNull(timeProvider); 874ArgumentNullException.ThrowIfNull(tokens);
src\libraries\System.Private.CoreLib\src\System\Threading\CompressedStack.cs (1)
39ArgumentNullException.ThrowIfNull(compressedStack);
src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (2)
490ArgumentNullException.ThrowIfNull(waitObject); 491ArgumentNullException.ThrowIfNull(callBack);
src\libraries\System.Private.CoreLib\src\System\Threading\PreAllocatedOverlapped.Unix.cs (1)
99ArgumentNullException.ThrowIfNull(callback);
src\libraries\System.Private.CoreLib\src\System\Threading\SpinWait.cs (1)
314ArgumentNullException.ThrowIfNull(condition);
src\libraries\System.Private.CoreLib\src\System\Threading\SynchronizationContext.cs (1)
50ArgumentNullException.ThrowIfNull(waitHandles);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (1)
102ArgumentNullException.ThrowIfNull(taskScheduler);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Future.cs (2)
566ArgumentNullException.ThrowIfNull(timeProvider); 586ArgumentNullException.ThrowIfNull(timeProvider);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (10)
2809ArgumentNullException.ThrowIfNull(timeProvider); 2828ArgumentNullException.ThrowIfNull(timeProvider); 5727ArgumentNullException.ThrowIfNull(timeProvider); 6510ArgumentNullException.ThrowIfNull(tasks); 6596ArgumentNullException.ThrowIfNull(task1); 6597ArgumentNullException.ThrowIfNull(task2); 6796ArgumentNullException.ThrowIfNull(tasks); 6864ArgumentNullException.ThrowIfNull(tasks); 6883ArgumentNullException.ThrowIfNull(tasks); 6965ArgumentNullException.ThrowIfNull(tasks);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCompletionSource.cs (1)
324ArgumentNullException.ThrowIfNull(completedTask);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskCompletionSource_T.cs (1)
326ArgumentNullException.ThrowIfNull(completedTask);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskExtensions.cs (2)
14ArgumentNullException.ThrowIfNull(task); 30ArgumentNullException.ThrowIfNull(task);
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\TaskFactory.cs (34)
1700ArgumentNullException.ThrowIfNull(continuationAction); 1728ArgumentNullException.ThrowIfNull(continuationAction); 1762ArgumentNullException.ThrowIfNull(continuationAction); 1807ArgumentNullException.ThrowIfNull(continuationAction); 1831ArgumentNullException.ThrowIfNull(continuationAction); 1862ArgumentNullException.ThrowIfNull(continuationAction); 1898ArgumentNullException.ThrowIfNull(continuationAction); 1944ArgumentNullException.ThrowIfNull(continuationAction); 1971ArgumentNullException.ThrowIfNull(continuationFunction); 2004ArgumentNullException.ThrowIfNull(continuationFunction); 2042ArgumentNullException.ThrowIfNull(continuationFunction); 2091ArgumentNullException.ThrowIfNull(continuationFunction); 2120ArgumentNullException.ThrowIfNull(continuationFunction); 2154ArgumentNullException.ThrowIfNull(continuationFunction); 2194ArgumentNullException.ThrowIfNull(continuationFunction); 2244ArgumentNullException.ThrowIfNull(continuationFunction); 2416ArgumentNullException.ThrowIfNull(continuationAction); 2444ArgumentNullException.ThrowIfNull(continuationAction); 2478ArgumentNullException.ThrowIfNull(continuationAction); 2523ArgumentNullException.ThrowIfNull(continuationAction); 2551ArgumentNullException.ThrowIfNull(continuationFunction); 2583ArgumentNullException.ThrowIfNull(continuationFunction); 2621ArgumentNullException.ThrowIfNull(continuationFunction); 2670ArgumentNullException.ThrowIfNull(continuationFunction); 2698ArgumentNullException.ThrowIfNull(continuationFunction); 2732ArgumentNullException.ThrowIfNull(continuationFunction); 2772ArgumentNullException.ThrowIfNull(continuationFunction); 2822ArgumentNullException.ThrowIfNull(continuationFunction); 2847ArgumentNullException.ThrowIfNull(continuationAction); 2877ArgumentNullException.ThrowIfNull(continuationAction); 2913ArgumentNullException.ThrowIfNull(continuationAction); 2959ArgumentNullException.ThrowIfNull(continuationAction); 2968ArgumentNullException.ThrowIfNull(tasks); 2987ArgumentNullException.ThrowIfNull(tasks);
src\libraries\System.Private.CoreLib\src\System\Threading\Thread.cs (6)
133ArgumentNullException.ThrowIfNull(start); 142ArgumentNullException.ThrowIfNull(start); 153ArgumentNullException.ThrowIfNull(start); 162ArgumentNullException.ThrowIfNull(start); 284ArgumentNullException.ThrowIfNull(value); 722ArgumentNullException.ThrowIfNull(slot);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadLocal.cs (2)
98ArgumentNullException.ThrowIfNull(valueFactory); 117ArgumentNullException.ThrowIfNull(valueFactory);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Portable.cs (2)
27ArgumentNullException.ThrowIfNull(callback); 37ArgumentNullException.ThrowIfNull(preAllocated);
src\libraries\System.Private.CoreLib\src\System\Threading\ThreadPoolBoundHandle.Unix.cs (1)
76ArgumentNullException.ThrowIfNull(handle);
src\libraries\System.Private.CoreLib\src\System\Threading\Timer.cs (3)
100ArgumentNullException.ThrowIfNull(queue); 906ArgumentNullException.ThrowIfNull(callback); 960ArgumentNullException.ThrowIfNull(notifyObject);
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandle.cs (3)
292ArgumentNullException.ThrowIfNull(waitHandles); 452ArgumentNullException.ThrowIfNull(toSignal); 453ArgumentNullException.ThrowIfNull(toWaitOn);
src\libraries\System.Private.CoreLib\src\System\Threading\WaitHandleExtensions.cs (2)
17ArgumentNullException.ThrowIfNull(waitHandle); 29ArgumentNullException.ThrowIfNull(waitHandle);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.AdjustmentRule.cs (2)
265ArgumentNullException.ThrowIfNull(info); 278ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.cs (9)
661ArgumentNullException.ThrowIfNull(id); 707ArgumentNullException.ThrowIfNull(destinationTimeZone); 727ArgumentNullException.ThrowIfNull(destinationTimeZone); 753ArgumentNullException.ThrowIfNull(sourceTimeZone); 754ArgumentNullException.ThrowIfNull(destinationTimeZone); 866ArgumentNullException.ThrowIfNull(source); 947ArgumentNullException.ThrowIfNull(other); 1146ArgumentNullException.ThrowIfNull(info); 1159ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.TransitionTime.cs (2)
131ArgumentNullException.ThrowIfNull(info); 143ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\Type.cs (18)
189ArgumentNullException.ThrowIfNull(types); 193ArgumentNullException.ThrowIfNull(types[i], nameof(types)); 274ArgumentNullException.ThrowIfNull(member); 300ArgumentNullException.ThrowIfNull(name); 335ArgumentNullException.ThrowIfNull(name); 336ArgumentNullException.ThrowIfNull(types); 340ArgumentNullException.ThrowIfNull(types[i], nameof(types)); 379ArgumentNullException.ThrowIfNull(name); 381ArgumentNullException.ThrowIfNull(types); 384ArgumentNullException.ThrowIfNull(types[i], nameof(types)); 416ArgumentNullException.ThrowIfNull(name); 426ArgumentNullException.ThrowIfNull(name); 443ArgumentNullException.ThrowIfNull(name); 444ArgumentNullException.ThrowIfNull(types); 475ArgumentNullException.ThrowIfNull(o); 482ArgumentNullException.ThrowIfNull(args); 656ArgumentNullException.ThrowIfNull(genericTypeDefinition); 657ArgumentNullException.ThrowIfNull(typeArguments);
src\libraries\System.Private.CoreLib\src\System\Type.Enum.cs (2)
22ArgumentNullException.ThrowIfNull(value); 68ArgumentNullException.ThrowIfNull(value);
src\libraries\System.Private.CoreLib\src\System\Type.Helpers.cs (1)
121ArgumentNullException.ThrowIfNull(filter);
src\libraries\System.Private.CoreLib\src\System\TypedReference.cs (2)
18ArgumentNullException.ThrowIfNull(target); 19ArgumentNullException.ThrowIfNull(flds);
src\libraries\System.Private.CoreLib\src\System\UIntPtr.cs (1)
81ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\UnitySerializationHolder.cs (1)
36ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\Version.cs (1)
285ArgumentNullException.ThrowIfNull(input);
src\libraries\System.Private.CoreLib\src\System\WeakReference.cs (2)
59ArgumentNullException.ThrowIfNull(info); 71ArgumentNullException.ThrowIfNull(info);
src\libraries\System.Private.CoreLib\src\System\WeakReference.T.cs (2)
43ArgumentNullException.ThrowIfNull(info); 70ArgumentNullException.ThrowIfNull(info);
src\System\Attribute.CoreCLR.cs (20)
452ArgumentNullException.ThrowIfNull(element); 453ArgumentNullException.ThrowIfNull(attributeType); 473ArgumentNullException.ThrowIfNull(element); 490ArgumentNullException.ThrowIfNull(element); 491ArgumentNullException.ThrowIfNull(attributeType); 539ArgumentNullException.ThrowIfNull(element); 540ArgumentNullException.ThrowIfNull(attributeType); 557ArgumentNullException.ThrowIfNull(element); 576ArgumentNullException.ThrowIfNull(element); 577ArgumentNullException.ThrowIfNull(attributeType); 639ArgumentNullException.ThrowIfNull(element); 646ArgumentNullException.ThrowIfNull(element); 647ArgumentNullException.ThrowIfNull(attributeType); 662ArgumentNullException.ThrowIfNull(element); 663ArgumentNullException.ThrowIfNull(attributeType); 704ArgumentNullException.ThrowIfNull(element); 705ArgumentNullException.ThrowIfNull(attributeType); 720ArgumentNullException.ThrowIfNull(element); 732ArgumentNullException.ThrowIfNull(element); 733ArgumentNullException.ThrowIfNull(attributeType);
src\System\Collections\EmptyReadOnlyDictionaryInternal.cs (4)
38ArgumentNullException.ThrowIfNull(array); 63ArgumentNullException.ThrowIfNull(key); 69ArgumentNullException.ThrowIfNull(key); 86ArgumentNullException.ThrowIfNull(key);
src\System\Delegate.CoreCLR.cs (15)
39ArgumentNullException.ThrowIfNull(target); 40ArgumentNullException.ThrowIfNull(method); 59ArgumentNullException.ThrowIfNull(target); 60ArgumentNullException.ThrowIfNull(method); 227ArgumentNullException.ThrowIfNull(type); 228ArgumentNullException.ThrowIfNull(target); 229ArgumentNullException.ThrowIfNull(method); 262ArgumentNullException.ThrowIfNull(type); 263ArgumentNullException.ThrowIfNull(target); 264ArgumentNullException.ThrowIfNull(method); 298ArgumentNullException.ThrowIfNull(type); 299ArgumentNullException.ThrowIfNull(method); 333ArgumentNullException.ThrowIfNull(type); 334ArgumentNullException.ThrowIfNull(method); 369ArgumentNullException.ThrowIfNull(type);
src\System\GC.CoreCLR.cs (7)
158ArgumentNullException.ThrowIfNull(obj); 300ArgumentNullException.ThrowIfNull(obj, nameof(wo)); 355ArgumentNullException.ThrowIfNull(obj); 373ArgumentNullException.ThrowIfNull(obj); 661ArgumentNullException.ThrowIfNull(notification); 713ArgumentNullException.ThrowIfNull(callback); 773ArgumentNullException.ThrowIfNull(notification);
src\System\Reflection\Assembly.CoreCLR.cs (2)
29ArgumentNullException.ThrowIfNull(partialName); 50ArgumentNullException.ThrowIfNull(assemblyRef);
src\System\Reflection\Emit\CustomAttributeBuilder.cs (6)
57ArgumentNullException.ThrowIfNull(con); 58ArgumentNullException.ThrowIfNull(constructorArgs); 59ArgumentNullException.ThrowIfNull(namedProperties); 60ArgumentNullException.ThrowIfNull(propertyValues); 61ArgumentNullException.ThrowIfNull(namedFields); 62ArgumentNullException.ThrowIfNull(fieldValues);
src\System\Reflection\Emit\DynamicILGenerator.cs (9)
37ArgumentNullException.ThrowIfNull(localType); 57ArgumentNullException.ThrowIfNull(meth); 111ArgumentNullException.ThrowIfNull(con); 131ArgumentNullException.ThrowIfNull(type); 142ArgumentNullException.ThrowIfNull(field); 158ArgumentNullException.ThrowIfNull(str); 249ArgumentNullException.ThrowIfNull(methodInfo); 287ArgumentNullException.ThrowIfNull(signature); 357ArgumentNullException.ThrowIfNull(exceptionType);
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
41ArgumentNullException.ThrowIfNull(name);
src\System\Reflection\Emit\RuntimeEventBuilder.cs (1)
50ArgumentNullException.ThrowIfNull(mdBuilder);
src\System\Reflection\Emit\RuntimeILGenerator.cs (8)
490ArgumentNullException.ThrowIfNull(meth); 607ArgumentNullException.ThrowIfNull(methodInfo); 641ArgumentNullException.ThrowIfNull(signature); 674ArgumentNullException.ThrowIfNull(con); 780ArgumentNullException.ThrowIfNull(labels); 825ArgumentNullException.ThrowIfNull(local); 1031ArgumentNullException.ThrowIfNull(exceptionType); 1184ArgumentNullException.ThrowIfNull(localType);
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (4)
69ArgumentNullException.ThrowIfNull(mod); 75ArgumentNullException.ThrowIfNull(t, nameof(parameterTypes)); 135ArgumentNullException.ThrowIfNull(il); 529ArgumentNullException.ThrowIfNull(name, nameof(names));
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (6)
896ArgumentNullException.ThrowIfNull(type); 957ArgumentNullException.ThrowIfNull(method); 1174ArgumentNullException.ThrowIfNull(field); 1249ArgumentNullException.ThrowIfNull(stringConstant); 1259ArgumentNullException.ThrowIfNull(signature); 1271ArgumentNullException.ThrowIfNull(sigBytes);
src\System\Reflection\Emit\RuntimePropertyBuilder.cs (1)
71ArgumentNullException.ThrowIfNull(mdBuilder);
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (6)
30ArgumentNullException.ThrowIfNull(con); 38ArgumentNullException.ThrowIfNull(customBuilder); 412ArgumentNullException.ThrowIfNull(interfaces[i], nameof(interfaces)); 994ArgumentNullException.ThrowIfNull(attributeType); 1007ArgumentNullException.ThrowIfNull(attributeType); 1044ArgumentNullException.ThrowIfNull(name, nameof(names));
src\System\Reflection\Emit\SignatureHelper.cs (6)
168ArgumentNullException.ThrowIfNull(module); 169ArgumentNullException.ThrowIfNull(type); 282ArgumentNullException.ThrowIfNull(t, nameof(optionalCustomModifiers)); 304ArgumentNullException.ThrowIfNull(t, nameof(requiredCustomModifiers)); 797ArgumentNullException.ThrowIfNull(argument); 825ArgumentNullException.ThrowIfNull(argument);
src\System\Reflection\MdImport.cs (1)
309ArgumentNullException.ThrowIfNull(module);
src\System\Reflection\MemberInfo.Internal.cs (1)
12ArgumentNullException.ThrowIfNull(other);
src\System\Reflection\Metadata\AssemblyExtensions.cs (1)
33ArgumentNullException.ThrowIfNull(assembly);
src\System\Reflection\Metadata\MetadataUpdater.cs (1)
41ArgumentNullException.ThrowIfNull(assembly);
src\System\Reflection\RuntimeAssembly.cs (4)
286ArgumentNullException.ThrowIfNull(type); 331ArgumentNullException.ThrowIfNull(attributeType); 341ArgumentNullException.ThrowIfNull(attributeType); 644ArgumentNullException.ThrowIfNull(culture);
src\System\Reflection\RuntimeConstructorInfo.CoreCLR.cs (2)
136ArgumentNullException.ThrowIfNull(attributeType); 146ArgumentNullException.ThrowIfNull(attributeType);
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
669ArgumentNullException.ThrowIfNull(customAttributeModule);
src\System\Reflection\RuntimeEventInfo.cs (2)
96ArgumentNullException.ThrowIfNull(attributeType); 106ArgumentNullException.ThrowIfNull(attributeType);
src\System\Reflection\RuntimeFieldInfo.cs (2)
67ArgumentNullException.ThrowIfNull(attributeType); 77ArgumentNullException.ThrowIfNull(attributeType);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (5)
179ArgumentNullException.ThrowIfNull(attributeType); 189ArgumentNullException.ThrowIfNull(attributeType); 381ArgumentNullException.ThrowIfNull(delegateType); 399ArgumentNullException.ThrowIfNull(methodInstantiation); 410ArgumentNullException.ThrowIfNull(methodInstantiationElem, null);
src\System\Reflection\RuntimeModule.cs (3)
360ArgumentNullException.ThrowIfNull(attributeType); 370ArgumentNullException.ThrowIfNull(attributeType); 465ArgumentNullException.ThrowIfNull(name);
src\System\Reflection\RuntimeParameterInfo.cs (2)
465ArgumentNullException.ThrowIfNull(attributeType); 478ArgumentNullException.ThrowIfNull(attributeType);
src\System\Reflection\RuntimePropertyInfo.cs (2)
144ArgumentNullException.ThrowIfNull(attributeType); 154ArgumentNullException.ThrowIfNull(attributeType);
src\System\Reflection\TypeNameResolver.CoreCLR.cs (1)
52ArgumentNullException.ThrowIfNull(typeName);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
341ArgumentNullException.ThrowIfNull(type);
src\System\Runtime\ControlledExecution.CoreCLR.cs (1)
45ArgumentNullException.ThrowIfNull(action);
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (3)
43ArgumentNullException.ThrowIfNull(t); 247ArgumentNullException.ThrowIfNull(structure); 308ArgumentNullException.ThrowIfNull(structuretype);
src\System\Runtime\Loader\AssemblyLoadContext.CoreCLR.cs (1)
152ArgumentNullException.ThrowIfNull(assembly);
src\System\RuntimeType.CoreCLR.cs (10)
2715ArgumentNullException.ThrowIfNull(interfaceType); 2859ArgumentNullException.ThrowIfNull(name); 2896ArgumentNullException.ThrowIfNull(name); 2923ArgumentNullException.ThrowIfNull(name); 2966ArgumentNullException.ThrowIfNull(fullname); 3001ArgumentNullException.ThrowIfNull(fullname); 3030ArgumentNullException.ThrowIfNull(name); 3112ArgumentNullException.ThrowIfNull(member); 3267ArgumentNullException.ThrowIfNull(type); 3573ArgumentNullException.ThrowIfNull(typeArguments);
src\System\String.CoreCLR.cs (2)
41ArgumentNullException.ThrowIfNull(str); 51ArgumentNullException.ThrowIfNull(str);
src\System\StubHelpers.cs (1)
515ArgumentNullException.ThrowIfNull(handle);
src\System\Threading\Monitor.CoreCLR.cs (12)
35ArgumentNullException.ThrowIfNull(obj, null); 117ArgumentNullException.ThrowIfNull(obj, null); 156ArgumentNullException.ThrowIfNull(obj, null); 169ArgumentNullException.ThrowIfNull(obj, null); 194ArgumentNullException.ThrowIfNull(obj, null); 238ArgumentNullException.ThrowIfNull(obj, null); 253ArgumentNullException.ThrowIfNull(obj, null); 278ArgumentNullException.ThrowIfNull(obj, null); 285ArgumentNullException.ThrowIfNull(obj); 309ArgumentNullException.ThrowIfNull(obj); 325ArgumentNullException.ThrowIfNull(obj); 337ArgumentNullException.ThrowIfNull(obj);
System.Private.DataContractSerialization (177)
src\libraries\Common\src\System\CodeDom\CodeTypeReference.cs (1)
45ArgumentNullException.ThrowIfNull(type);
src\libraries\Common\src\System\CodeDom\CodeTypeReferenceCollection.cs (2)
44ArgumentNullException.ThrowIfNull(value); 54ArgumentNullException.ThrowIfNull(value);
System\Runtime\Serialization\DataContractSerializer.cs (1)
124ArgumentNullException.ThrowIfNull(type);
System\Runtime\Serialization\DataContractSet.cs (1)
38ArgumentNullException.ThrowIfNull(dataContractSet);
System\Runtime\Serialization\Json\DataContractJsonSerializer.cs (3)
239ArgumentNullException.ThrowIfNull(stream); 292ArgumentNullException.ThrowIfNull(stream); 585ArgumentNullException.ThrowIfNull(type);
System\Runtime\Serialization\Json\DateTimeFormat.cs (2)
37ArgumentNullException.ThrowIfNull(formatString); 38ArgumentNullException.ThrowIfNull(formatProvider);
System\Runtime\Serialization\Json\JsonEncodingStreamWrapper.cs (1)
41ArgumentNullException.ThrowIfNull(encoding);
System\Runtime\Serialization\Json\JsonReaderWriterFactory.cs (1)
24ArgumentNullException.ThrowIfNull(buffer);
System\Runtime\Serialization\Json\XmlJsonReader.cs (5)
719ArgumentNullException.ThrowIfNull(buffer); 741ArgumentNullException.ThrowIfNull(chars); 777ArgumentNullException.ThrowIfNull(buffer); 800ArgumentNullException.ThrowIfNull(stream); 818ArgumentNullException.ThrowIfNull(array);
System\Runtime\Serialization\Json\XmlJsonWriter.cs (15)
95ArgumentNullException.ThrowIfNull(indentChars); 219ArgumentNullException.ThrowIfNull(ns); 238ArgumentNullException.ThrowIfNull(stream); 239ArgumentNullException.ThrowIfNull(encoding); 358ArgumentNullException.ThrowIfNull(buffer); 374ArgumentNullException.ThrowIfNull(buffer); 400ArgumentNullException.ThrowIfNull(buffer); 672ArgumentNullException.ThrowIfNull(localName); 689ArgumentNullException.ThrowIfNull(buffer); 745ArgumentNullException.ThrowIfNull(localName); 829ArgumentNullException.ThrowIfNull(localName); 1021ArgumentNullException.ThrowIfNull(value); 1029ArgumentNullException.ThrowIfNull(value); 1056ArgumentNullException.ThrowIfNull(ws); 1371ArgumentNullException.ThrowIfNull(value);
System\Runtime\Serialization\XmlObjectSerializer.cs (15)
35ArgumentNullException.ThrowIfNull(stream); 46ArgumentNullException.ThrowIfNull(writer); 55ArgumentNullException.ThrowIfNull(writer); 64ArgumentNullException.ThrowIfNull(writer); 73ArgumentNullException.ThrowIfNull(writer); 96ArgumentNullException.ThrowIfNull(writer); 164ArgumentNullException.ThrowIfNull(writer); 184ArgumentNullException.ThrowIfNull(writer); 206ArgumentNullException.ThrowIfNull(writer); 272ArgumentNullException.ThrowIfNull(stream); 281ArgumentNullException.ThrowIfNull(reader); 297ArgumentNullException.ThrowIfNull(reader); 310ArgumentNullException.ThrowIfNull(reader); 352ArgumentNullException.ThrowIfNull(reader); 372ArgumentNullException.ThrowIfNull(reader);
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
21ArgumentNullException.ThrowIfNull(reader);
System\Runtime\Serialization\XmlSerializableServices.cs (4)
14ArgumentNullException.ThrowIfNull(xmlReader); 57ArgumentNullException.ThrowIfNull(xmlWriter); 68ArgumentNullException.ThrowIfNull(schemas); 69ArgumentNullException.ThrowIfNull(typeQName);
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
20ArgumentNullException.ThrowIfNull(writer);
System\Runtime\Serialization\XPathQueryGenerator.cs (2)
34ArgumentNullException.ThrowIfNull(type); 35ArgumentNullException.ThrowIfNull(pathToMember);
System\Runtime\Serialization\XsdDataContractExporter.cs (9)
106ArgumentNullException.ThrowIfNull(assemblies); 138ArgumentNullException.ThrowIfNull(types); 167ArgumentNullException.ThrowIfNull(type); 191ArgumentNullException.ThrowIfNull(type); 210ArgumentNullException.ThrowIfNull(type); 229ArgumentNullException.ThrowIfNull(type); 309ArgumentNullException.ThrowIfNull(assemblies); 347ArgumentNullException.ThrowIfNull(types); 382ArgumentNullException.ThrowIfNull(type);
System\Text\Base64Encoding.cs (9)
51ArgumentNullException.ThrowIfNull(chars); 103ArgumentNullException.ThrowIfNull(chars); 112ArgumentNullException.ThrowIfNull(bytes); 176ArgumentNullException.ThrowIfNull(chars); 185ArgumentNullException.ThrowIfNull(bytes); 259ArgumentNullException.ThrowIfNull(bytes); 268ArgumentNullException.ThrowIfNull(chars); 343ArgumentNullException.ThrowIfNull(bytes); 352ArgumentNullException.ThrowIfNull(chars);
System\Text\BinHexEncoding.cs (4)
26ArgumentNullException.ThrowIfNull(chars); 33ArgumentNullException.ThrowIfNull(bytes); 65ArgumentNullException.ThrowIfNull(bytes); 73ArgumentNullException.ThrowIfNull(chars);
System\Xml\UniqueId.cs (5)
67ArgumentNullException.ThrowIfNull(guid); 83ArgumentNullException.ThrowIfNull(value); 96ArgumentNullException.ThrowIfNull(chars); 200ArgumentNullException.ThrowIfNull(chars); 282ArgumentNullException.ThrowIfNull(buffer);
System\Xml\XmlBaseReader.cs (18)
112ArgumentNullException.ThrowIfNull(quotas); 511ArgumentNullException.ThrowIfNull(name); 559ArgumentNullException.ThrowIfNull(localName); 586ArgumentNullException.ThrowIfNull(localName); 967ArgumentNullException.ThrowIfNull(localName); 974ArgumentNullException.ThrowIfNull(localName); 980ArgumentNullException.ThrowIfNull(namespaceUri); 987ArgumentNullException.ThrowIfNull(namespaceUri); 1038ArgumentNullException.ThrowIfNull(localName); 1039ArgumentNullException.ThrowIfNull(namespaceUri); 1046ArgumentNullException.ThrowIfNull(localNames); 1047ArgumentNullException.ThrowIfNull(namespaceUri); 1087ArgumentNullException.ThrowIfNull(localNames); 1088ArgumentNullException.ThrowIfNull(namespaceUri); 1128ArgumentNullException.ThrowIfNull(chars); 1156ArgumentNullException.ThrowIfNull(buffer); 1344ArgumentNullException.ThrowIfNull(buffer); 1380ArgumentNullException.ThrowIfNull(buffer);
System\Xml\XmlBaseWriter.cs (14)
152ArgumentNullException.ThrowIfNull(ns); 176ArgumentNullException.ThrowIfNull(ns); 497ArgumentNullException.ThrowIfNull(localName); 805ArgumentNullException.ThrowIfNull(ns); 845ArgumentNullException.ThrowIfNull(localName); 963ArgumentNullException.ThrowIfNull(whitespace); 1001ArgumentNullException.ThrowIfNull(value); 1024ArgumentNullException.ThrowIfNull(chars); 1076ArgumentNullException.ThrowIfNull(chars); 1146ArgumentNullException.ThrowIfNull(value); 1171ArgumentNullException.ThrowIfNull(value); 1389ArgumentNullException.ThrowIfNull(value); 1439ArgumentNullException.ThrowIfNull(buffer); 1627ArgumentNullException.ThrowIfNull(stream);
System\Xml\XmlBinaryReader.cs (3)
46ArgumentNullException.ThrowIfNull(buffer); 65ArgumentNullException.ThrowIfNull(stream); 1227ArgumentNullException.ThrowIfNull(array);
System\Xml\XmlBinaryReaderSession.cs (3)
27ArgumentNullException.ThrowIfNull(value); 74ArgumentNullException.ThrowIfNull(value); 107ArgumentNullException.ThrowIfNull(value);
System\Xml\XmlBinaryWriter.cs (2)
1157ArgumentNullException.ThrowIfNull(stream); 1277ArgumentNullException.ThrowIfNull(array);
System\Xml\XmlBinaryWriterSession.cs (1)
30ArgumentNullException.ThrowIfNull(value);
System\Xml\XmlCanonicalWriter.cs (21)
59ArgumentNullException.ThrowIfNull(stream); 137ArgumentNullException.ThrowIfNull(value); 176ArgumentNullException.ThrowIfNull(prefix); 177ArgumentNullException.ThrowIfNull(localName); 207ArgumentNullException.ThrowIfNull(prefixBuffer); 215ArgumentNullException.ThrowIfNull(localNameBuffer); 333ArgumentNullException.ThrowIfNull(prefix); 334ArgumentNullException.ThrowIfNull(localName); 359ArgumentNullException.ThrowIfNull(prefix); 360ArgumentNullException.ThrowIfNull(ns); 383ArgumentNullException.ThrowIfNull(prefixBuffer); 391ArgumentNullException.ThrowIfNull(nsBuffer); 417ArgumentNullException.ThrowIfNull(prefix); 418ArgumentNullException.ThrowIfNull(localName); 434ArgumentNullException.ThrowIfNull(prefixBuffer); 442ArgumentNullException.ThrowIfNull(localNameBuffer); 485ArgumentNullException.ThrowIfNull(value); 504ArgumentNullException.ThrowIfNull(chars); 560ArgumentNullException.ThrowIfNull(chars); 579ArgumentNullException.ThrowIfNull(value); 597ArgumentNullException.ThrowIfNull(chars);
System\Xml\XmlDictionary.cs (1)
81ArgumentNullException.ThrowIfNull(value);
System\Xml\XmlDictionaryReader.cs (15)
24ArgumentNullException.ThrowIfNull(reader); 31ArgumentNullException.ThrowIfNull(buffer); 90ArgumentNullException.ThrowIfNull(buffer); 126ArgumentNullException.ThrowIfNull(encoding); 149ArgumentNullException.ThrowIfNull(encoding); 227ArgumentNullException.ThrowIfNull(localName); 234ArgumentNullException.ThrowIfNull(namespaceUri); 241ArgumentNullException.ThrowIfNull(namespaceUri); 291ArgumentNullException.ThrowIfNull(localNames); 292ArgumentNullException.ThrowIfNull(namespaceUri); 314ArgumentNullException.ThrowIfNull(localNames); 315ArgumentNullException.ThrowIfNull(namespaceUri); 611ArgumentNullException.ThrowIfNull(strings); 631ArgumentNullException.ThrowIfNull(strings); 1007ArgumentNullException.ThrowIfNull(array);
System\Xml\XmlDictionaryReaderQuotas.cs (1)
67ArgumentNullException.ThrowIfNull(quotas);
System\Xml\XmlDictionaryString.cs (4)
26ArgumentNullException.ThrowIfNull(dictionary); 27ArgumentNullException.ThrowIfNull(value); 105ArgumentNullException.ThrowIfNull(value); 129ArgumentNullException.ThrowIfNull(value);
System\Xml\XmlDictionaryWriter.cs (8)
72ArgumentNullException.ThrowIfNull(writer); 110ArgumentNullException.ThrowIfNull(namespaceUri); 162ArgumentNullException.ThrowIfNull(localName); 176ArgumentNullException.ThrowIfNull(value); 193ArgumentNullException.ThrowIfNull(value); 385ArgumentNullException.ThrowIfNull(reader); 438ArgumentNullException.ThrowIfNull(array); 839ArgumentNullException.ThrowIfNull(namespaceUri);
System\Xml\XmlUTF8TextReader.cs (2)
558ArgumentNullException.ThrowIfNull(buffer); 574ArgumentNullException.ThrowIfNull(stream);
System\Xml\XmlUTF8TextWriter.cs (2)
22ArgumentNullException.ThrowIfNull(stream); 23ArgumentNullException.ThrowIfNull(encoding);
System.Private.Uri (16)
System\Uri.cs (9)
368ArgumentNullException.ThrowIfNull(uriString); 382ArgumentNullException.ThrowIfNull(uriString); 397ArgumentNullException.ThrowIfNull(baseUri); 411ArgumentNullException.ThrowIfNull(uriString); 424ArgumentNullException.ThrowIfNull(uriString); 439ArgumentNullException.ThrowIfNull(baseUri); 543ArgumentNullException.ThrowIfNull(baseUri); 1843ArgumentNullException.ThrowIfNull(uri); 4977ArgumentNullException.ThrowIfNull(toUri);
System\UriBuilder.cs (1)
44ArgumentNullException.ThrowIfNull(uri);
System\UriExt.cs (2)
580ArgumentNullException.ThrowIfNull(stringToUnescape); 987ArgumentNullException.ThrowIfNull(uri);
System\UriHelper.cs (1)
184ArgumentNullException.ThrowIfNull(stringToEscape);
System\UriScheme.cs (3)
168ArgumentNullException.ThrowIfNull(uriParser); 169ArgumentNullException.ThrowIfNull(schemeName); 188ArgumentNullException.ThrowIfNull(schemeName);
System.Private.Windows.Core (13)
System\ArgumentValidation.cs (1)
12ArgumentNullException.ThrowIfNull(argument, paramName);
System\IO\StreamExtensions.cs (1)
17ArgumentNullException.ThrowIfNull(stream);
System\Private\Windows\Ole\DataObjectCore.cs (1)
20ArgumentNullException.ThrowIfNull(data);
System\Private\Windows\Ole\DataStore.cs (2)
93ArgumentNullException.ThrowIfNull(format); 105ArgumentNullException.ThrowIfNull(data);
System\Private\Windows\Ole\DragDropHelper.cs (5)
126ArgumentNullException.ThrowIfNull(dataObject); 187ArgumentNullException.ThrowIfNull(dataObject); 235ArgumentNullException.ThrowIfNull(e); 251ArgumentNullException.ThrowIfNull(dataObject); 332ArgumentNullException.ThrowIfNull(dataObject);
System\Private\Windows\Ole\TypeBinder.cs (1)
96ArgumentNullException.ThrowIfNull(typeName);
System\Value.cs (2)
553ArgumentNullException.ThrowIfNull(array, nameof(segment)); 572ArgumentNullException.ThrowIfNull(array, nameof(segment));
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Nrbf\BinaryFormatterHelpers.cs (1)
35ArgumentNullException.ThrowIfNull(@object);
System\Private\Windows\Ole\TestDataObjectAdapter.cs (1)
54ArgumentNullException.ThrowIfNull(dataObject);
System.Private.Windows.Core.TestUtilities (5)
BinarySerialization.cs (1)
117ArgumentNullException.ThrowIfNull(@object);
CustomConverter.cs (2)
15ArgumentNullException.ThrowIfNull(type); 16ArgumentNullException.ThrowIfNull(converter);
TestAccessor.cs (2)
95ArgumentNullException.ThrowIfNull(args); 96ArgumentNullException.ThrowIfNull(binder);
System.Private.Windows.GdiPlus (1)
System\Drawing\CoreImageExtensions.cs (1)
15ArgumentNullException.ThrowIfNull(stream);
System.Private.Xml (393)
System\Xml\Base64Decoder.cs (2)
42ArgumentNullException.ThrowIfNull(chars); 61ArgumentNullException.ThrowIfNull(str);
System\Xml\Base64Encoder.cs (1)
27ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Base64EncoderAsync.cs (1)
16ArgumentNullException.ThrowIfNull(buffer);
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
656ArgumentNullException.ThrowIfNull(name); 706ArgumentNullException.ThrowIfNull(name);
System\Xml\BinHexDecoder.cs (2)
42ArgumentNullException.ThrowIfNull(chars); 63ArgumentNullException.ThrowIfNull(str);
System\Xml\BinHexEncoder.cs (1)
12ArgumentNullException.ThrowIfNull(buffer);
System\Xml\BinHexEncoderAsync.cs (1)
12ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Cache\XPathDocumentIterator.cs (2)
65ArgumentNullException.ThrowIfNull(namespaceURI); 178ArgumentNullException.ThrowIfNull(namespaceURI);
System\Xml\Core\ReadContentAsBinaryHelper.cs (4)
65ArgumentNullException.ThrowIfNull(buffer); 108ArgumentNullException.ThrowIfNull(buffer); 151ArgumentNullException.ThrowIfNull(buffer); 194ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\ReadContentAsBinaryHelperAsync.cs (4)
15ArgumentNullException.ThrowIfNull(buffer); 59ArgumentNullException.ThrowIfNull(buffer); 103ArgumentNullException.ThrowIfNull(buffer); 147ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlCharCheckingReader.cs (2)
481ArgumentNullException.ThrowIfNull(buffer); 529ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
307ArgumentNullException.ThrowIfNull(buffer); 361ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
265ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlCharCheckingWriterAsync.cs (1)
212ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlRawWriter.cs (1)
185ArgumentNullException.ThrowIfNull(value);
System\Xml\Core\XmlReader.cs (9)
935ArgumentNullException.ThrowIfNull(namespaceURI); 996ArgumentNullException.ThrowIfNull(namespaceURI); 1063ArgumentNullException.ThrowIfNull(namespaceURI); 1089ArgumentNullException.ThrowIfNull(str); 1097ArgumentNullException.ThrowIfNull(str); 1413ArgumentNullException.ThrowIfNull(namespaceURI); 1634ArgumentNullException.ThrowIfNull(input); 1664ArgumentNullException.ThrowIfNull(input); 1703ArgumentNullException.ThrowIfNull(input);
System\Xml\Core\XmlReaderSettings.cs (3)
345ArgumentNullException.ThrowIfNull(input); 368ArgumentNullException.ThrowIfNull(input); 391ArgumentNullException.ThrowIfNull(reader);
System\Xml\Core\XmlSubtreeReader.cs (1)
1582ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlTextEncoder.cs (2)
112ArgumentNullException.ThrowIfNull(array); 438ArgumentNullException.ThrowIfNull(array);
System\Xml\Core\XmlTextReaderImpl.cs (5)
1594ArgumentNullException.ThrowIfNull(buffer); 1641ArgumentNullException.ThrowIfNull(buffer); 1687ArgumentNullException.ThrowIfNull(buffer); 1734ArgumentNullException.ThrowIfNull(buffer); 1794ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlTextReaderImplAsync.cs (5)
390ArgumentNullException.ThrowIfNull(buffer); 446ArgumentNullException.ThrowIfNull(buffer); 511ArgumentNullException.ThrowIfNull(buffer); 567ArgumentNullException.ThrowIfNull(buffer); 619ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlValidatingReader.cs (2)
33ArgumentNullException.ThrowIfNull(xmlFragment); 41ArgumentNullException.ThrowIfNull(xmlFragment);
System\Xml\Core\XmlWellFormedWriter.cs (4)
1063ArgumentNullException.ThrowIfNull(buffer); 1089ArgumentNullException.ThrowIfNull(buffer); 1141ArgumentNullException.ThrowIfNull(buffer); 1231ArgumentNullException.ThrowIfNull(ns);
System\Xml\Core\XmlWellFormedWriterAsync.cs (3)
1001ArgumentNullException.ThrowIfNull(buffer); 1027ArgumentNullException.ThrowIfNull(buffer); 1079ArgumentNullException.ThrowIfNull(buffer);
System\Xml\Core\XmlWriter.cs (9)
245ArgumentNullException.ThrowIfNull(value); 315ArgumentNullException.ThrowIfNull(reader); 360ArgumentNullException.ThrowIfNull(reader); 424ArgumentNullException.ThrowIfNull(navigator); 615ArgumentNullException.ThrowIfNull(outputFileName); 643ArgumentNullException.ThrowIfNull(output); 662ArgumentNullException.ThrowIfNull(output); 681ArgumentNullException.ThrowIfNull(output); 691ArgumentNullException.ThrowIfNull(output);
System\Xml\Core\XmlWriterAsync.cs (3)
233ArgumentNullException.ThrowIfNull(reader); 282ArgumentNullException.ThrowIfNull(reader); 421ArgumentNullException.ThrowIfNull(navigator);
System\Xml\Core\XmlWriterSettings.cs (6)
125ArgumentNullException.ThrowIfNull(value); 149ArgumentNullException.ThrowIfNull(value); 334ArgumentNullException.ThrowIfNull(outputFileName); 362ArgumentNullException.ThrowIfNull(output); 437ArgumentNullException.ThrowIfNull(output); 483ArgumentNullException.ThrowIfNull(output);
System\Xml\Dom\DocumentXPathNavigator.cs (3)
43ArgumentNullException.ThrowIfNull(value); 1599ArgumentNullException.ThrowIfNull(lastSiblingToReplace); 1650ArgumentNullException.ThrowIfNull(lastSiblingToDelete);
System\Xml\Dom\XmlDocument.cs (1)
732ArgumentNullException.ThrowIfNull(target);
System\Xml\Dom\XmlNodeReader.cs (1)
1145ArgumentNullException.ThrowIfNull(node);
System\Xml\NameTable.cs (2)
56ArgumentNullException.ThrowIfNull(key); 117ArgumentNullException.ThrowIfNull(value);
System\Xml\Resolvers\XmlPreloadedResolver.cs (11)
227ArgumentNullException.ThrowIfNull(absoluteUri); 267ArgumentNullException.ThrowIfNull(absoluteUri); 284ArgumentNullException.ThrowIfNull(uri); 285ArgumentNullException.ThrowIfNull(value); 292ArgumentNullException.ThrowIfNull(uri); 293ArgumentNullException.ThrowIfNull(value); 304ArgumentNullException.ThrowIfNull(uri); 305ArgumentNullException.ThrowIfNull(value); 326ArgumentNullException.ThrowIfNull(uri); 327ArgumentNullException.ThrowIfNull(value); 343ArgumentNullException.ThrowIfNull(uri);
System\Xml\Resolvers\XmlPreloadedResolverAsync.cs (1)
21ArgumentNullException.ThrowIfNull(absoluteUri);
System\Xml\Schema\DataTypeImplementation.cs (4)
570ArgumentNullException.ThrowIfNull(value); 1016ArgumentNullException.ThrowIfNull(value); 1279ArgumentNullException.ThrowIfNull(value); 3740ArgumentNullException.ThrowIfNull(nsmgr);
System\Xml\Schema\Inference\Infer.cs (1)
177ArgumentNullException.ThrowIfNull(instanceDocument);
System\Xml\Schema\XmlAtomicValue.cs (13)
83ArgumentNullException.ThrowIfNull(xmlType); 92ArgumentNullException.ThrowIfNull(xmlType); 101ArgumentNullException.ThrowIfNull(xmlType); 110ArgumentNullException.ThrowIfNull(xmlType); 119ArgumentNullException.ThrowIfNull(xmlType); 128ArgumentNullException.ThrowIfNull(xmlType); 129ArgumentNullException.ThrowIfNull(value); 137ArgumentNullException.ThrowIfNull(xmlType); 138ArgumentNullException.ThrowIfNull(value); 151ArgumentNullException.ThrowIfNull(xmlType); 152ArgumentNullException.ThrowIfNull(value); 160ArgumentNullException.ThrowIfNull(xmlType); 161ArgumentNullException.ThrowIfNull(value);
System\Xml\Schema\XmlSchema.cs (8)
61ArgumentNullException.ThrowIfNull(reader); 67ArgumentNullException.ThrowIfNull(stream); 73ArgumentNullException.ThrowIfNull(reader); 106ArgumentNullException.ThrowIfNull(stream); 116ArgumentNullException.ThrowIfNull(writer); 124ArgumentNullException.ThrowIfNull(writer); 134ArgumentNullException.ThrowIfNull(writer); 146ArgumentNullException.ThrowIfNull(writer);
System\Xml\Schema\XmlSchemaCollection.cs (7)
47ArgumentNullException.ThrowIfNull(nametable); 128ArgumentNullException.ThrowIfNull(reader); 164ArgumentNullException.ThrowIfNull(schema); 177ArgumentNullException.ThrowIfNull(schema); 204ArgumentNullException.ThrowIfNull(schema); 229ArgumentNullException.ThrowIfNull(array); 241ArgumentNullException.ThrowIfNull(array);
System\Xml\Schema\XmlSchemaDataType.cs (5)
30ArgumentNullException.ThrowIfNull(value); 31ArgumentNullException.ThrowIfNull(targetType); 38ArgumentNullException.ThrowIfNull(value); 39ArgumentNullException.ThrowIfNull(targetType); 40ArgumentNullException.ThrowIfNull(namespaceResolver);
System\Xml\Schema\XmlSchemaObjectTable.cs (2)
191ArgumentNullException.ThrowIfNull(array); 244ArgumentNullException.ThrowIfNull(array);
System\Xml\Schema\XmlSchemaSet.cs (10)
89ArgumentNullException.ThrowIfNull(nameTable); 267ArgumentNullException.ThrowIfNull(schemaDocument); 299ArgumentNullException.ThrowIfNull(schemas); 379ArgumentNullException.ThrowIfNull(schema); 399ArgumentNullException.ThrowIfNull(schemaToRemove); 475ArgumentNullException.ThrowIfNull(schema); 577ArgumentNullException.ThrowIfNull(schema); 666ArgumentNullException.ThrowIfNull(schemas); 795ArgumentNullException.ThrowIfNull(reader); 1021ArgumentNullException.ThrowIfNull(schema);
System\Xml\Schema\XmlSchemaType.cs (2)
34ArgumentNullException.ThrowIfNull(qualifiedName); 65ArgumentNullException.ThrowIfNull(qualifiedName);
System\Xml\Schema\XmlSchemaValidator.cs (17)
164ArgumentNullException.ThrowIfNull(nameTable); 165ArgumentNullException.ThrowIfNull(schemas); 166ArgumentNullException.ThrowIfNull(namespaceResolver); 321ArgumentNullException.ThrowIfNull(schema); 379ArgumentNullException.ThrowIfNull(partialValidationType); 398ArgumentNullException.ThrowIfNull(localName); 399ArgumentNullException.ThrowIfNull(namespaceUri); 481ArgumentNullException.ThrowIfNull(attributeValue); 488ArgumentNullException.ThrowIfNull(attributeValue); 495ArgumentNullException.ThrowIfNull(localName); 496ArgumentNullException.ThrowIfNull(namespaceUri); 703ArgumentNullException.ThrowIfNull(defaultAttributes); 727ArgumentNullException.ThrowIfNull(elementValue); 734ArgumentNullException.ThrowIfNull(elementValue); 806ArgumentNullException.ThrowIfNull(elementValue); 813ArgumentNullException.ThrowIfNull(elementValue); 875ArgumentNullException.ThrowIfNull(typedValue);
System\Xml\Schema\XmlValueConverter.cs (103)
897ArgumentNullException.ThrowIfNull(value); 904ArgumentNullException.ThrowIfNull(value); 922ArgumentNullException.ThrowIfNull(value); 929ArgumentNullException.ThrowIfNull(value); 947ArgumentNullException.ThrowIfNull(value); 954ArgumentNullException.ThrowIfNull(value); 994ArgumentNullException.ThrowIfNull(value); 1014ArgumentNullException.ThrowIfNull(destinationType); 1029ArgumentNullException.ThrowIfNull(destinationType); 1044ArgumentNullException.ThrowIfNull(destinationType); 1059ArgumentNullException.ThrowIfNull(value); 1060ArgumentNullException.ThrowIfNull(destinationType); 1075ArgumentNullException.ThrowIfNull(value); 1076ArgumentNullException.ThrowIfNull(destinationType); 1163ArgumentNullException.ThrowIfNull(value); 1170ArgumentNullException.ThrowIfNull(value); 1207ArgumentNullException.ThrowIfNull(value); 1214ArgumentNullException.ThrowIfNull(value); 1243ArgumentNullException.ThrowIfNull(value); 1262ArgumentNullException.ThrowIfNull(destinationType); 1276ArgumentNullException.ThrowIfNull(value); 1277ArgumentNullException.ThrowIfNull(destinationType); 1291ArgumentNullException.ThrowIfNull(value); 1292ArgumentNullException.ThrowIfNull(destinationType); 1340ArgumentNullException.ThrowIfNull(value); 1356ArgumentNullException.ThrowIfNull(value); 1379ArgumentNullException.ThrowIfNull(value); 1396ArgumentNullException.ThrowIfNull(value); 1475ArgumentNullException.ThrowIfNull(value); 1494ArgumentNullException.ThrowIfNull(destinationType); 1508ArgumentNullException.ThrowIfNull(value); 1509ArgumentNullException.ThrowIfNull(destinationType); 1523ArgumentNullException.ThrowIfNull(value); 1524ArgumentNullException.ThrowIfNull(destinationType); 1566ArgumentNullException.ThrowIfNull(value); 1572ArgumentNullException.ThrowIfNull(value); 1636ArgumentNullException.ThrowIfNull(value); 1654ArgumentNullException.ThrowIfNull(destinationType); 1667ArgumentNullException.ThrowIfNull(value); 1668ArgumentNullException.ThrowIfNull(destinationType); 1681ArgumentNullException.ThrowIfNull(value); 1682ArgumentNullException.ThrowIfNull(destinationType); 1721ArgumentNullException.ThrowIfNull(value); 1763ArgumentNullException.ThrowIfNull(value); 1764ArgumentNullException.ThrowIfNull(destinationType); 1801ArgumentNullException.ThrowIfNull(value); 1802ArgumentNullException.ThrowIfNull(destinationType); 1950ArgumentNullException.ThrowIfNull(value); 1967ArgumentNullException.ThrowIfNull(value); 1968ArgumentNullException.ThrowIfNull(destinationType); 1980ArgumentNullException.ThrowIfNull(value); 1981ArgumentNullException.ThrowIfNull(destinationType); 2028ArgumentNullException.ThrowIfNull(value); 2034ArgumentNullException.ThrowIfNull(value); 2050ArgumentNullException.ThrowIfNull(value); 2056ArgumentNullException.ThrowIfNull(value); 2071ArgumentNullException.ThrowIfNull(value); 2078ArgumentNullException.ThrowIfNull(value); 2093ArgumentNullException.ThrowIfNull(value); 2099ArgumentNullException.ThrowIfNull(value); 2115ArgumentNullException.ThrowIfNull(value); 2121ArgumentNullException.ThrowIfNull(value); 2137ArgumentNullException.ThrowIfNull(value); 2143ArgumentNullException.ThrowIfNull(value); 2159ArgumentNullException.ThrowIfNull(value); 2165ArgumentNullException.ThrowIfNull(value); 2181ArgumentNullException.ThrowIfNull(value); 2187ArgumentNullException.ThrowIfNull(value); 2235ArgumentNullException.ThrowIfNull(value); 2270ArgumentNullException.ThrowIfNull(destinationType); 2280ArgumentNullException.ThrowIfNull(destinationType); 2290ArgumentNullException.ThrowIfNull(destinationType); 2300ArgumentNullException.ThrowIfNull(destinationType); 2310ArgumentNullException.ThrowIfNull(destinationType); 2320ArgumentNullException.ThrowIfNull(destinationType); 2330ArgumentNullException.ThrowIfNull(value); 2331ArgumentNullException.ThrowIfNull(destinationType); 2361ArgumentNullException.ThrowIfNull(value); 2362ArgumentNullException.ThrowIfNull(destinationType); 2546ArgumentNullException.ThrowIfNull(value); 2562ArgumentNullException.ThrowIfNull(value); 2577ArgumentNullException.ThrowIfNull(value); 2593ArgumentNullException.ThrowIfNull(value); 2609ArgumentNullException.ThrowIfNull(value); 2625ArgumentNullException.ThrowIfNull(value); 2641ArgumentNullException.ThrowIfNull(value); 2657ArgumentNullException.ThrowIfNull(value); 2680ArgumentNullException.ThrowIfNull(destinationType); 2690ArgumentNullException.ThrowIfNull(destinationType); 2700ArgumentNullException.ThrowIfNull(destinationType); 2710ArgumentNullException.ThrowIfNull(destinationType); 2720ArgumentNullException.ThrowIfNull(destinationType); 2730ArgumentNullException.ThrowIfNull(destinationType); 2740ArgumentNullException.ThrowIfNull(value); 2741ArgumentNullException.ThrowIfNull(destinationType); 2751ArgumentNullException.ThrowIfNull(value); 2752ArgumentNullException.ThrowIfNull(destinationType); 2876ArgumentNullException.ThrowIfNull(value); 2877ArgumentNullException.ThrowIfNull(destinationType); 2932ArgumentNullException.ThrowIfNull(value); 2933ArgumentNullException.ThrowIfNull(destinationType); 3174ArgumentNullException.ThrowIfNull(value); 3175ArgumentNullException.ThrowIfNull(destinationType);
System\Xml\Serialization\CodeIdentifier.cs (3)
29ArgumentNullException.ThrowIfNull(identifier); 54ArgumentNullException.ThrowIfNull(identifier); 79ArgumentNullException.ThrowIfNull(identifier);
System\Xml\Serialization\SoapReflectionImporter.cs (5)
50ArgumentNullException.ThrowIfNull(provider); 101ArgumentNullException.ThrowIfNull(members); 108ArgumentNullException.ThrowIfNull(members); 115ArgumentNullException.ThrowIfNull(members); 122ArgumentNullException.ThrowIfNull(members);
System\Xml\Serialization\TypeExtensions.cs (1)
19ArgumentNullException.ThrowIfNull(targetType);
System\Xml\Serialization\XmlAttributes.cs (1)
79ArgumentNullException.ThrowIfNull(provider);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
174ArgumentNullException.ThrowIfNull(type); 494ArgumentNullException.ThrowIfNull(provider.MethodName, nameof(provider.MethodName));
System\Xml\Serialization\XmlReflectionMember.cs (2)
39ArgumentNullException.ThrowIfNull(value); 52ArgumentNullException.ThrowIfNull(value);
System\Xml\Serialization\XmlSerializer.cs (7)
199ArgumentNullException.ThrowIfNull(xmlTypeMapping); 218ArgumentNullException.ThrowIfNull(type); 278ArgumentNullException.ThrowIfNull(type); 321ArgumentNullException.ThrowIfNull(xmlMapping); 670ArgumentNullException.ThrowIfNull(mappings); 671ArgumentNullException.ThrowIfNull(stream); 774ArgumentNullException.ThrowIfNull(type);
System\Xml\XmlConvert.cs (12)
301ArgumentNullException.ThrowIfNull(inArray); 448ArgumentNullException.ThrowIfNull(name); 495ArgumentNullException.ThrowIfNull(content); 505ArgumentNullException.ThrowIfNull(publicId); 521ArgumentNullException.ThrowIfNull(content); 780ArgumentNullException.ThrowIfNull(s); 956ArgumentNullException.ThrowIfNull(s); 1003ArgumentNullException.ThrowIfNull(s); 1055ArgumentNullException.ThrowIfNull(str); 1240ArgumentNullException.ThrowIfNull(s); 1249ArgumentNullException.ThrowIfNull(s); 1256ArgumentNullException.ThrowIfNull(s);
System\Xml\XmlNamespacemanager.cs (4)
123ArgumentNullException.ThrowIfNull(prefix); 124ArgumentNullException.ThrowIfNull(uri); 190ArgumentNullException.ThrowIfNull(prefix); 191ArgumentNullException.ThrowIfNull(uri);
System\Xml\XmlResolver.cs (1)
81ArgumentNullException.ThrowIfNull(absoluteUri);
System\Xml\XPath\Internal\XPathAxisIterator.cs (2)
32ArgumentNullException.ThrowIfNull(name); 33ArgumentNullException.ThrowIfNull(namespaceURI);
System\Xml\XPath\XPathDocument.cs (5)
54ArgumentNullException.ThrowIfNull(nameTable); 71ArgumentNullException.ThrowIfNull(reader); 81ArgumentNullException.ThrowIfNull(textReader); 100ArgumentNullException.ThrowIfNull(stream); 154ArgumentNullException.ThrowIfNull(reader);
System\Xml\XPath\XPathNavigator.cs (14)
110ArgumentNullException.ThrowIfNull(typedValue); 566ArgumentNullException.ThrowIfNull(writer); 1300ArgumentNullException.ThrowIfNull(newNode); 1316ArgumentNullException.ThrowIfNull(newNode); 1420ArgumentNullException.ThrowIfNull(value); 1453ArgumentNullException.ThrowIfNull(newChild); 1462ArgumentNullException.ThrowIfNull(newChild); 1480ArgumentNullException.ThrowIfNull(newChild); 1489ArgumentNullException.ThrowIfNull(newChild); 1507ArgumentNullException.ThrowIfNull(newSibling); 1516ArgumentNullException.ThrowIfNull(newSibling); 1534ArgumentNullException.ThrowIfNull(newSibling); 1543ArgumentNullException.ThrowIfNull(newSibling); 1996ArgumentNullException.ThrowIfNull(xml);
System\Xml\XPath\XPathNavigatorKeyComparer.cs (1)
25ArgumentNullException.ThrowIfNull(obj);
System\Xml\XPath\XPathNavigatorReader.cs (2)
461ArgumentNullException.ThrowIfNull(localName); 560ArgumentNullException.ThrowIfNull(localName);
System\Xml\Xsl\Xslt\CompilerError.cs (1)
40ArgumentNullException.ThrowIfNull(value);
System\Xml\Xsl\XsltOld\NavigatorInput.cs (2)
209ArgumentNullException.ThrowIfNull(navigator); 210ArgumentNullException.ThrowIfNull(baseUri);
System\Xml\Xsl\XsltOld\TextOnlyOutput.cs (2)
29ArgumentNullException.ThrowIfNull(stream); 37ArgumentNullException.ThrowIfNull(writer);
System\Xml\Xsl\XsltOld\TextOutput.cs (2)
19ArgumentNullException.ThrowIfNull(stream); 28ArgumentNullException.ThrowIfNull(writer);
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
16ArgumentNullException.ThrowIfNull(writer);
System\Xml\Xslt\XslCompiledTransform.cs (36)
116ArgumentNullException.ThrowIfNull(stylesheetUri); 123ArgumentNullException.ThrowIfNull(stylesheetUri); 132ArgumentNullException.ThrowIfNull(stylesheet); 183ArgumentNullException.ThrowIfNull(compiledStylesheet); 227ArgumentNullException.ThrowIfNull(executeMethod); 228ArgumentNullException.ThrowIfNull(queryData); 244ArgumentNullException.ThrowIfNull(input); 245ArgumentNullException.ThrowIfNull(results); 252ArgumentNullException.ThrowIfNull(input); 253ArgumentNullException.ThrowIfNull(results); 260ArgumentNullException.ThrowIfNull(input); 261ArgumentNullException.ThrowIfNull(results); 269ArgumentNullException.ThrowIfNull(input); 270ArgumentNullException.ThrowIfNull(results); 282ArgumentNullException.ThrowIfNull(input); 283ArgumentNullException.ThrowIfNull(results); 290ArgumentNullException.ThrowIfNull(input); 291ArgumentNullException.ThrowIfNull(results); 298ArgumentNullException.ThrowIfNull(input); 299ArgumentNullException.ThrowIfNull(results); 307ArgumentNullException.ThrowIfNull(input); 308ArgumentNullException.ThrowIfNull(results); 323ArgumentNullException.ThrowIfNull(inputUri); 324ArgumentNullException.ThrowIfNull(results); 332ArgumentNullException.ThrowIfNull(inputUri); 333ArgumentNullException.ThrowIfNull(results); 341ArgumentNullException.ThrowIfNull(inputUri); 342ArgumentNullException.ThrowIfNull(results); 351ArgumentNullException.ThrowIfNull(inputUri); 352ArgumentNullException.ThrowIfNull(results); 361ArgumentNullException.ThrowIfNull(inputUri); 362ArgumentNullException.ThrowIfNull(resultsFile); 378ArgumentNullException.ThrowIfNull(input); 379ArgumentNullException.ThrowIfNull(results); 389ArgumentNullException.ThrowIfNull(input); 390ArgumentNullException.ThrowIfNull(results);
System\Xml\Xslt\XsltArgumentList.cs (5)
43ArgumentNullException.ThrowIfNull(name); 44ArgumentNullException.ThrowIfNull(namespaceUri); 45ArgumentNullException.ThrowIfNull(parameter); 55ArgumentNullException.ThrowIfNull(namespaceUri); 56ArgumentNullException.ThrowIfNull(extension);
System\Xml\Xslt\XslTransform.cs (12)
56ArgumentNullException.ThrowIfNull(stylesheet); 67ArgumentNullException.ThrowIfNull(stylesheet); 74ArgumentNullException.ThrowIfNull(stylesheet); 81ArgumentNullException.ThrowIfNull(stylesheet); 167ArgumentNullException.ThrowIfNull(input); 174ArgumentNullException.ThrowIfNull(input); 180ArgumentNullException.ThrowIfNull(input); 187ArgumentNullException.ThrowIfNull(input); 194ArgumentNullException.ThrowIfNull(input); 201ArgumentNullException.ThrowIfNull(input); 208ArgumentNullException.ThrowIfNull(input); 215ArgumentNullException.ThrowIfNull(input);
System.Private.Xml.Linq (113)
System\Xml\Linq\Extensions.cs (18)
26ArgumentNullException.ThrowIfNull(source); 43ArgumentNullException.ThrowIfNull(source); 60ArgumentNullException.ThrowIfNull(source); 77ArgumentNullException.ThrowIfNull(source); 96ArgumentNullException.ThrowIfNull(source); 115ArgumentNullException.ThrowIfNull(source); 125ArgumentNullException.ThrowIfNull(source); 154ArgumentNullException.ThrowIfNull(source); 171ArgumentNullException.ThrowIfNull(source); 188ArgumentNullException.ThrowIfNull(source); 207ArgumentNullException.ThrowIfNull(source); 226ArgumentNullException.ThrowIfNull(source); 245ArgumentNullException.ThrowIfNull(source); 260ArgumentNullException.ThrowIfNull(source); 275ArgumentNullException.ThrowIfNull(source); 291ArgumentNullException.ThrowIfNull(source); 314ArgumentNullException.ThrowIfNull(source); 331ArgumentNullException.ThrowIfNull(source);
System\Xml\Linq\XAttribute.cs (17)
56ArgumentNullException.ThrowIfNull(name); 57ArgumentNullException.ThrowIfNull(value); 75ArgumentNullException.ThrowIfNull(other); 166ArgumentNullException.ThrowIfNull(value); 201ArgumentNullException.ThrowIfNull(value); 256ArgumentNullException.ThrowIfNull(attribute); 293ArgumentNullException.ThrowIfNull(attribute); 330ArgumentNullException.ThrowIfNull(attribute); 367ArgumentNullException.ThrowIfNull(attribute); 404ArgumentNullException.ThrowIfNull(attribute); 441ArgumentNullException.ThrowIfNull(attribute); 478ArgumentNullException.ThrowIfNull(attribute); 515ArgumentNullException.ThrowIfNull(attribute); 552ArgumentNullException.ThrowIfNull(attribute); 589ArgumentNullException.ThrowIfNull(attribute); 626ArgumentNullException.ThrowIfNull(attribute); 663ArgumentNullException.ThrowIfNull(attribute);
System\Xml\Linq\XCData.cs (2)
50ArgumentNullException.ThrowIfNull(writer); 69ArgumentNullException.ThrowIfNull(writer);
System\Xml\Linq\XComment.cs (5)
31ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(other); 81ArgumentNullException.ThrowIfNull(value); 96ArgumentNullException.ThrowIfNull(writer); 110ArgumentNullException.ThrowIfNull(writer);
System\Xml\Linq\XContainer.cs (1)
30ArgumentNullException.ThrowIfNull(other);
System\Xml\Linq\XDeclaration.cs (1)
53ArgumentNullException.ThrowIfNull(other);
System\Xml\Linq\XDocument.cs (4)
423ArgumentNullException.ThrowIfNull(reader); 455ArgumentNullException.ThrowIfNull(reader); 797ArgumentNullException.ThrowIfNull(writer); 827ArgumentNullException.ThrowIfNull(writer);
System\Xml\Linq\XDocumentType.cs (3)
38ArgumentNullException.ThrowIfNull(other); 146ArgumentNullException.ThrowIfNull(writer); 162ArgumentNullException.ThrowIfNull(writer);
System\Xml\Linq\XElement.cs (25)
60ArgumentNullException.ThrowIfNull(name); 130ArgumentNullException.ThrowIfNull(other); 275ArgumentNullException.ThrowIfNull(value); 316ArgumentNullException.ThrowIfNull(value); 497ArgumentNullException.ThrowIfNull(ns); 809ArgumentNullException.ThrowIfNull(reader); 837ArgumentNullException.ThrowIfNull(reader); 1163ArgumentNullException.ThrowIfNull(writer); 1179ArgumentNullException.ThrowIfNull(writer); 1290ArgumentNullException.ThrowIfNull(value); 1303ArgumentNullException.ThrowIfNull(writer); 1317ArgumentNullException.ThrowIfNull(writer); 1365ArgumentNullException.ThrowIfNull(element); 1408ArgumentNullException.ThrowIfNull(element); 1451ArgumentNullException.ThrowIfNull(element); 1494ArgumentNullException.ThrowIfNull(element); 1537ArgumentNullException.ThrowIfNull(element); 1580ArgumentNullException.ThrowIfNull(element); 1623ArgumentNullException.ThrowIfNull(element); 1666ArgumentNullException.ThrowIfNull(element); 1709ArgumentNullException.ThrowIfNull(element); 1752ArgumentNullException.ThrowIfNull(element); 1795ArgumentNullException.ThrowIfNull(element); 1838ArgumentNullException.ThrowIfNull(element); 1880ArgumentNullException.ThrowIfNull(reader);
System\Xml\Linq\XNamespace.cs (3)
58ArgumentNullException.ThrowIfNull(localName); 118ArgumentNullException.ThrowIfNull(namespaceName); 143ArgumentNullException.ThrowIfNull(ns);
System\Xml\Linq\XNode.cs (2)
428ArgumentNullException.ThrowIfNull(reader); 466ArgumentNullException.ThrowIfNull(reader);
System\Xml\Linq\XNodeBuilder.cs (1)
168ArgumentNullException.ThrowIfNull(prefix);
System\Xml\Linq\XObject.cs (4)
82ArgumentNullException.ThrowIfNull(annotation); 120ArgumentNullException.ThrowIfNull(type); 200ArgumentNullException.ThrowIfNull(type); 261ArgumentNullException.ThrowIfNull(type);
System\Xml\Linq\XProcessingInstruction.cs (5)
31ArgumentNullException.ThrowIfNull(data); 45ArgumentNullException.ThrowIfNull(other); 72ArgumentNullException.ThrowIfNull(value); 122ArgumentNullException.ThrowIfNull(writer); 136ArgumentNullException.ThrowIfNull(writer);
System\Xml\Linq\XStreamingElement.cs (4)
26ArgumentNullException.ThrowIfNull(name); 64ArgumentNullException.ThrowIfNull(value); 159ArgumentNullException.ThrowIfNull(writer); 221ArgumentNullException.ThrowIfNull(writer);
System\Xml\Linq\XText.cs (5)
23ArgumentNullException.ThrowIfNull(value); 34ArgumentNullException.ThrowIfNull(other); 70ArgumentNullException.ThrowIfNull(value); 85ArgumentNullException.ThrowIfNull(writer); 108ArgumentNullException.ThrowIfNull(writer);
System\Xml\Schema\XNodeValidator.cs (10)
440ArgumentNullException.ThrowIfNull(source); 451ArgumentNullException.ThrowIfNull(source); 482ArgumentNullException.ThrowIfNull(source); 483ArgumentNullException.ThrowIfNull(schemas); 520ArgumentNullException.ThrowIfNull(source); 521ArgumentNullException.ThrowIfNull(partialValidationType); 522ArgumentNullException.ThrowIfNull(schemas); 559ArgumentNullException.ThrowIfNull(source); 560ArgumentNullException.ThrowIfNull(partialValidationType); 561ArgumentNullException.ThrowIfNull(schemas);
System\Xml\XPath\XNodeNavigator.cs (3)
925ArgumentNullException.ThrowIfNull(node); 960ArgumentNullException.ThrowIfNull(node); 1010ArgumentNullException.ThrowIfNull(node);
System.Reflection.Context (6)
System\Reflection\Context\CustomReflectionContext.cs (3)
25ArgumentNullException.ThrowIfNull(source); 33ArgumentNullException.ThrowIfNull(assembly); 40ArgumentNullException.ThrowIfNull(type);
System\Reflection\Context\Virtual\VirtualParameter.cs (2)
13ArgumentNullException.ThrowIfNull(member); 14ArgumentNullException.ThrowIfNull(parameterType);
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
20ArgumentNullException.ThrowIfNull(name);
System.Reflection.DispatchProxy (2)
System\Reflection\DispatchProxy.cs (2)
60ArgumentNullException.ThrowIfNull(interfaceType); 61ArgumentNullException.ThrowIfNull(proxyType);
System.Reflection.Emit (41)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\SymbolType.cs (1)
217ArgumentNullException.ThrowIfNull(baseType);
System\Reflection\Emit\ArrayMethod.cs (1)
30ArgumentNullException.ThrowIfNull(_parameterTypes[i] = parameterTypes[i], nameof(parameterTypes));
System\Reflection\Emit\EventBuilderImpl.cs (4)
37ArgumentNullException.ThrowIfNull(mdBuilder); 46ArgumentNullException.ThrowIfNull(mdBuilder); 68ArgumentNullException.ThrowIfNull(mdBuilder); 76ArgumentNullException.ThrowIfNull(mdBuilder);
System\Reflection\Emit\ILGeneratorImpl.cs (10)
107ArgumentNullException.ThrowIfNull(exceptionType); 245ArgumentNullException.ThrowIfNull(localType); 423ArgumentNullException.ThrowIfNull(con); 524ArgumentNullException.ThrowIfNull(labels); 544ArgumentNullException.ThrowIfNull(local); 572ArgumentNullException.ThrowIfNull(signature); 592ArgumentNullException.ThrowIfNull(field); 600ArgumentNullException.ThrowIfNull(meth); 615ArgumentNullException.ThrowIfNull(cls); 623ArgumentNullException.ThrowIfNull(methodInfo);
System\Reflection\Emit\MethodBuilderImpl.cs (3)
70ArgumentNullException.ThrowIfNull(_parameterTypes[i] = parameterTypes[i], nameof(parameterTypes)); 123ArgumentNullException.ThrowIfNull(names); 228ArgumentNullException.ThrowIfNull(_parameterTypes[i] = parameterTypes[i], nameof(parameterTypes));
System\Reflection\Emit\PersistedAssemblyBuilder.cs (4)
36ArgumentNullException.ThrowIfNull(name); 38ArgumentNullException.ThrowIfNull(coreAssembly); 91ArgumentNullException.ThrowIfNull(assemblyFileName); 99ArgumentNullException.ThrowIfNull(stream);
System\Reflection\Emit\PropertyBuilderImpl.cs (3)
50ArgumentNullException.ThrowIfNull(mdBuilder); 79ArgumentNullException.ThrowIfNull(mdBuilder); 87ArgumentNullException.ThrowIfNull(mdBuilder);
System\Reflection\Emit\TypeBuilderImpl.cs (15)
80ArgumentNullException.ThrowIfNull(@interface, nameof(interfaces)); 234ArgumentNullException.ThrowIfNull(eventtype); 271ArgumentNullException.ThrowIfNull(name, nameof(names)); 660ArgumentNullException.ThrowIfNull(types); 664ArgumentNullException.ThrowIfNull(types[i], nameof(types)); 775ArgumentNullException.ThrowIfNull(name); 850ArgumentNullException.ThrowIfNull(name); 891ArgumentNullException.ThrowIfNull(name); 935ArgumentNullException.ThrowIfNull(name); 1001ArgumentNullException.ThrowIfNull(name); 1043ArgumentNullException.ThrowIfNull(name); 1105ArgumentNullException.ThrowIfNull(name); 1143ArgumentNullException.ThrowIfNull(name); 1167ArgumentNullException.ThrowIfNull(name); 1251ArgumentNullException.ThrowIfNull(interfaceType);
System.Reflection.Metadata (6)
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
37ArgumentNullException.ThrowIfNull(codeBuilder);
System\Reflection\Metadata\Ecma335\Encoding\MethodBodyStreamEncoder.cs (1)
15ArgumentNullException.ThrowIfNull(builder);
System\Reflection\Metadata\MetadataStringComparer.cs (4)
65ArgumentNullException.ThrowIfNull(value); 77ArgumentNullException.ThrowIfNull(value); 94ArgumentNullException.ThrowIfNull(value); 106ArgumentNullException.ThrowIfNull(value);
System.Reflection.MetadataLoadContext (22)
System\Reflection\DefaultBinder.cs (2)
276ArgumentNullException.ThrowIfNull(match); 318ArgumentNullException.ThrowIfNull(match);
System\Reflection\MetadataLoadContext.Apis.cs (6)
108ArgumentNullException.ThrowIfNull(resolver); 129ArgumentNullException.ThrowIfNull(assemblyPath); 143ArgumentNullException.ThrowIfNull(assembly); 160ArgumentNullException.ThrowIfNull(assembly); 177ArgumentNullException.ThrowIfNull(assemblyName); 195ArgumentNullException.ThrowIfNull(assemblyName);
System\Reflection\PathAssemblyResolver.cs (1)
34ArgumentNullException.ThrowIfNull(assemblyPaths);
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.ManifestResources.cs (2)
17ArgumentNullException.ThrowIfNull(resourceName); 63ArgumentNullException.ThrowIfNull(name);
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
102ArgumentNullException.ThrowIfNull(name);
System\Reflection\TypeLoading\Assemblies\RoAssembly.Modules.cs (3)
64ArgumentNullException.ThrowIfNull(name); 102ArgumentNullException.ThrowIfNull(moduleName); 103ArgumentNullException.ThrowIfNull(rawModule);
System\Reflection\TypeLoading\General\Helpers.cs (1)
277ArgumentNullException.ThrowIfNull(other);
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
103ArgumentNullException.ThrowIfNull(typeArguments);
System\Reflection\TypeLoading\RuntimeTypeInfo.BindingFlags.cs (1)
172ArgumentNullException.ThrowIfNull(name);
System\Reflection\TypeLoading\RuntimeTypeInfo.GetMember.cs (2)
14ArgumentNullException.ThrowIfNull(name); 21ArgumentNullException.ThrowIfNull(name);
System\Reflection\TypeLoading\Types\RoDefinitionType.cs (1)
92ArgumentNullException.ThrowIfNull(typeArguments);
System\Reflection\TypeLoading\Types\RoType.GetInterface.cs (1)
13ArgumentNullException.ThrowIfNull(name);
System.Reflection.TypeExtensions (53)
System\Reflection\TypeExtensions.cs (53)
17ArgumentNullException.ThrowIfNull(type); 26ArgumentNullException.ThrowIfNull(type); 36ArgumentNullException.ThrowIfNull(type); 51ArgumentNullException.ThrowIfNull(type); 61ArgumentNullException.ThrowIfNull(type); 72ArgumentNullException.ThrowIfNull(type); 81ArgumentNullException.ThrowIfNull(type); 91ArgumentNullException.ThrowIfNull(type); 101ArgumentNullException.ThrowIfNull(type); 112ArgumentNullException.ThrowIfNull(type); 121ArgumentNullException.ThrowIfNull(type); 131ArgumentNullException.ThrowIfNull(type); 139ArgumentNullException.ThrowIfNull(type); 148ArgumentNullException.ThrowIfNull(type); 164ArgumentNullException.ThrowIfNull(type); 181ArgumentNullException.ThrowIfNull(type); 196ArgumentNullException.ThrowIfNull(type); 212ArgumentNullException.ThrowIfNull(type); 222ArgumentNullException.ThrowIfNull(type); 233ArgumentNullException.ThrowIfNull(type); 244ArgumentNullException.ThrowIfNull(type); 253ArgumentNullException.ThrowIfNull(type); 263ArgumentNullException.ThrowIfNull(type); 274ArgumentNullException.ThrowIfNull(type); 284ArgumentNullException.ThrowIfNull(type); 293ArgumentNullException.ThrowIfNull(type); 303ArgumentNullException.ThrowIfNull(type); 313ArgumentNullException.ThrowIfNull(type); 324ArgumentNullException.ThrowIfNull(type); 335ArgumentNullException.ThrowIfNull(type); 347ArgumentNullException.ThrowIfNull(type); 355ArgumentNullException.ThrowIfNull(type); 363ArgumentNullException.ThrowIfNull(type); 375ArgumentNullException.ThrowIfNull(assembly); 383ArgumentNullException.ThrowIfNull(assembly); 391ArgumentNullException.ThrowIfNull(assembly); 403ArgumentNullException.ThrowIfNull(eventInfo); 411ArgumentNullException.ThrowIfNull(eventInfo); 419ArgumentNullException.ThrowIfNull(eventInfo); 427ArgumentNullException.ThrowIfNull(eventInfo); 435ArgumentNullException.ThrowIfNull(eventInfo); 443ArgumentNullException.ThrowIfNull(eventInfo); 461ArgumentNullException.ThrowIfNull(member); 484ArgumentNullException.ThrowIfNull(member); 519ArgumentNullException.ThrowIfNull(method); 531ArgumentNullException.ThrowIfNull(module); 539ArgumentNullException.ThrowIfNull(module); 551ArgumentNullException.ThrowIfNull(property); 559ArgumentNullException.ThrowIfNull(property); 567ArgumentNullException.ThrowIfNull(property); 575ArgumentNullException.ThrowIfNull(property); 583ArgumentNullException.ThrowIfNull(property); 591ArgumentNullException.ThrowIfNull(property);
System.Resources.Extensions (20)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (6)
51ArgumentNullException.ThrowIfNull(fileName); 65ArgumentNullException.ThrowIfNull(stream); 82ArgumentNullException.ThrowIfNull(name); 99ArgumentNullException.ThrowIfNull(name); 125ArgumentNullException.ThrowIfNull(name); 162ArgumentNullException.ThrowIfNull(name);
src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
122ArgumentNullException.ThrowIfNull(stream);
src\libraries\System.Private.CoreLib\src\System\Resources\RuntimeResourceSet.cs (2)
195ArgumentNullException.ThrowIfNull(reader); 266ArgumentNullException.ThrowIfNull(key);
System\Resources\Extensions\PreserializedResourceWriter.cs (11)
73ArgumentNullException.ThrowIfNull(name); 74ArgumentNullException.ThrowIfNull(value); 75ArgumentNullException.ThrowIfNull(typeName); 121ArgumentNullException.ThrowIfNull(name); 122ArgumentNullException.ThrowIfNull(value); 123ArgumentNullException.ThrowIfNull(typeName); 140ArgumentNullException.ThrowIfNull(name); 141ArgumentNullException.ThrowIfNull(value); 167ArgumentNullException.ThrowIfNull(name); 168ArgumentNullException.ThrowIfNull(value); 169ArgumentNullException.ThrowIfNull(typeName);
System.Resources.Writer (10)
src\libraries\Common\src\System\Resources\ResourceWriter.cs (6)
51ArgumentNullException.ThrowIfNull(fileName); 65ArgumentNullException.ThrowIfNull(stream); 82ArgumentNullException.ThrowIfNull(name); 99ArgumentNullException.ThrowIfNull(name); 125ArgumentNullException.ThrowIfNull(name); 162ArgumentNullException.ThrowIfNull(name);
System\Resources\ResourceWriter.core.cs (4)
27ArgumentNullException.ThrowIfNull(name); 37ArgumentNullException.ThrowIfNull(name); 38ArgumentNullException.ThrowIfNull(typeName); 39ArgumentNullException.ThrowIfNull(serializedData);
System.Runtime.Caching (25)
System\Runtime\Caching\CacheEntryRemovedArguments.cs (2)
29ArgumentNullException.ThrowIfNull(source); 30ArgumentNullException.ThrowIfNull(cacheItem);
System\Runtime\Caching\CacheEntryUpdateArguments.cs (2)
51ArgumentNullException.ThrowIfNull(source); 52ArgumentNullException.ThrowIfNull(key);
System\Runtime\Caching\ChangeMonitor.cs (1)
224ArgumentNullException.ThrowIfNull(onChangedCallback);
System\Runtime\Caching\FileChangeNotificationSystem.cs (4)
98ArgumentNullException.ThrowIfNull(filePath); 99ArgumentNullException.ThrowIfNull(onChangedCallback); 143ArgumentNullException.ThrowIfNull(filePath); 144ArgumentNullException.ThrowIfNull(state);
System\Runtime\Caching\HostFileChangeMonitor.cs (1)
162ArgumentNullException.ThrowIfNull(filePaths);
System\Runtime\Caching\MemoryCache.cs (13)
324ArgumentNullException.ThrowIfNull(name); 342ArgumentNullException.ThrowIfNull(name); 371ArgumentNullException.ThrowIfNull(key); 417ArgumentNullException.ThrowIfNull(keys); 465ArgumentNullException.ThrowIfNull(key); 572ArgumentNullException.ThrowIfNull(item); 610ArgumentNullException.ThrowIfNull(item); 621ArgumentNullException.ThrowIfNull(key); 667ArgumentNullException.ThrowIfNull(key); 675ArgumentNullException.ThrowIfNull(onUpdateCallback); 735ArgumentNullException.ThrowIfNull(key); 779ArgumentNullException.ThrowIfNull(keys); 807ArgumentNullException.ThrowIfNull(config);
System\Runtime\Caching\MemoryCacheEntry.cs (1)
115ArgumentNullException.ThrowIfNull(value);
System\Runtime\Caching\ObjectCache.cs (1)
32ArgumentNullException.ThrowIfNull(value);
System.Runtime.Numerics (2)
System\Numerics\BigInteger.cs (1)
682ArgumentNullException.ThrowIfNull(value);
System\Numerics\Complex.cs (1)
1470ArgumentNullException.ThrowIfNull(s);
System.Runtime.Serialization.Formatters (38)
System\Runtime\Serialization\FormatterConverter.cs (17)
13ArgumentNullException.ThrowIfNull(value); 20ArgumentNullException.ThrowIfNull(value); 27ArgumentNullException.ThrowIfNull(value); 34ArgumentNullException.ThrowIfNull(value); 42ArgumentNullException.ThrowIfNull(value); 49ArgumentNullException.ThrowIfNull(value); 56ArgumentNullException.ThrowIfNull(value); 64ArgumentNullException.ThrowIfNull(value); 71ArgumentNullException.ThrowIfNull(value); 79ArgumentNullException.ThrowIfNull(value); 86ArgumentNullException.ThrowIfNull(value); 94ArgumentNullException.ThrowIfNull(value); 101ArgumentNullException.ThrowIfNull(value); 108ArgumentNullException.ThrowIfNull(value); 115ArgumentNullException.ThrowIfNull(value); 122ArgumentNullException.ThrowIfNull(value); 129ArgumentNullException.ThrowIfNull(value);
System\Runtime\Serialization\FormatterServices.cs (9)
176ArgumentNullException.ThrowIfNull(type); 218ArgumentNullException.ThrowIfNull(obj); 219ArgumentNullException.ThrowIfNull(members); 220ArgumentNullException.ThrowIfNull(data); 260ArgumentNullException.ThrowIfNull(obj); 261ArgumentNullException.ThrowIfNull(members); 285ArgumentNullException.ThrowIfNull(innerSurrogate); 293ArgumentNullException.ThrowIfNull(assem); 315ArgumentNullException.ThrowIfNull(type);
System\Runtime\Serialization\ObjectIDGenerator.cs (2)
67ArgumentNullException.ThrowIfNull(obj); 99ArgumentNullException.ThrowIfNull(obj);
System\Runtime\Serialization\ObjectManager.cs (5)
664ArgumentNullException.ThrowIfNull(obj); 775ArgumentNullException.ThrowIfNull(obj); 931ArgumentNullException.ThrowIfNull(member); 949ArgumentNullException.ThrowIfNull(memberName); 970ArgumentNullException.ThrowIfNull(indices);
System\Runtime\Serialization\SurrogateSelector.cs (5)
17ArgumentNullException.ThrowIfNull(type); 18ArgumentNullException.ThrowIfNull(surrogate); 56ArgumentNullException.ThrowIfNull(selector); 147ArgumentNullException.ThrowIfNull(type); 168ArgumentNullException.ThrowIfNull(type);
System.Security.Claims (41)
System\Security\Claims\Claim.cs (5)
61ArgumentNullException.ThrowIfNull(reader); 253ArgumentNullException.ThrowIfNull(type); 254ArgumentNullException.ThrowIfNull(value); 290ArgumentNullException.ThrowIfNull(other); 416ArgumentNullException.ThrowIfNull(writer);
System\Security\Claims\ClaimsIdentity.cs (16)
204ArgumentNullException.ThrowIfNull(reader); 222ArgumentNullException.ThrowIfNull(reader); 236ArgumentNullException.ThrowIfNull(other); 254ArgumentNullException.ThrowIfNull(other); 469ArgumentNullException.ThrowIfNull(claim); 489ArgumentNullException.ThrowIfNull(claims); 603ArgumentNullException.ThrowIfNull(match); 626ArgumentNullException.ThrowIfNull(type); 652ArgumentNullException.ThrowIfNull(match); 673ArgumentNullException.ThrowIfNull(type); 697ArgumentNullException.ThrowIfNull(match); 720ArgumentNullException.ThrowIfNull(type); 721ArgumentNullException.ThrowIfNull(value); 764ArgumentNullException.ThrowIfNull(reader); 844ArgumentNullException.ThrowIfNull(reader); 867ArgumentNullException.ThrowIfNull(writer);
System\Security\Claims\ClaimsPrincipal.cs (16)
62ArgumentNullException.ThrowIfNull(identities); 101ArgumentNullException.ThrowIfNull(identities); 113ArgumentNullException.ThrowIfNull(identity); 132ArgumentNullException.ThrowIfNull(principal); 160ArgumentNullException.ThrowIfNull(reader); 196ArgumentNullException.ThrowIfNull(identity); 208ArgumentNullException.ThrowIfNull(identities); 257ArgumentNullException.ThrowIfNull(reader); 283ArgumentNullException.ThrowIfNull(match); 310ArgumentNullException.ThrowIfNull(type); 337ArgumentNullException.ThrowIfNull(match); 365ArgumentNullException.ThrowIfNull(type); 393ArgumentNullException.ThrowIfNull(match); 420ArgumentNullException.ThrowIfNull(type); 421ArgumentNullException.ThrowIfNull(value); 506ArgumentNullException.ThrowIfNull(writer);
System\Security\Claims\GenericIdentity.cs (3)
16ArgumentNullException.ThrowIfNull(name); 26ArgumentNullException.ThrowIfNull(name); 27ArgumentNullException.ThrowIfNull(type);
System\Security\Claims\GenericPrincipal.cs (1)
17ArgumentNullException.ThrowIfNull(identity);
System.Security.Cryptography (717)
src\libraries\Common\src\Interop\Unix\System.Security.Cryptography.Native\Interop.EvpPkey.Rsa.cs (2)
140ArgumentNullException.ThrowIfNull(digestAlgorithm.Name, nameof(digestAlgorithm)); 181ArgumentNullException.ThrowIfNull(digestAlgorithm.Name, nameof(digestAlgorithm));
src\libraries\Common\src\System\Security\Cryptography\AesGcm.cs (8)
159ArgumentNullException.ThrowIfNull(nonce); 160ArgumentNullException.ThrowIfNull(plaintext); 161ArgumentNullException.ThrowIfNull(ciphertext); 162ArgumentNullException.ThrowIfNull(tag); 238ArgumentNullException.ThrowIfNull(nonce); 239ArgumentNullException.ThrowIfNull(ciphertext); 240ArgumentNullException.ThrowIfNull(tag); 241ArgumentNullException.ThrowIfNull(plaintext);
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs (1)
12ArgumentNullException.ThrowIfNull(extension);
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsa.cs (23)
78ArgumentNullException.ThrowIfNull(algorithm); 127ArgumentNullException.ThrowIfNull(data); 275ArgumentNullException.ThrowIfNull(data); 276ArgumentNullException.ThrowIfNull(signature); 368ArgumentNullException.ThrowIfNull(algorithm); 380ArgumentNullException.ThrowIfNull(source); 381ArgumentNullException.ThrowIfNull(password); 466ArgumentNullException.ThrowIfNull(source); 467ArgumentNullException.ThrowIfNull(passwordBytes); 548ArgumentNullException.ThrowIfNull(source); 611ArgumentNullException.ThrowIfNull(source); 678ArgumentNullException.ThrowIfNull(password); 679ArgumentNullException.ThrowIfNull(source); 801ArgumentNullException.ThrowIfNull(source); 952ArgumentNullException.ThrowIfNull(password); 989ArgumentNullException.ThrowIfNull(pbeParameters); 1033ArgumentNullException.ThrowIfNull(pbeParameters); 1049ArgumentNullException.ThrowIfNull(password); 1085ArgumentNullException.ThrowIfNull(pbeParameters); 1130ArgumentNullException.ThrowIfNull(pbeParameters); 1156ArgumentNullException.ThrowIfNull(password); 1203ArgumentNullException.ThrowIfNull(pbeParameters); 1263ArgumentNullException.ThrowIfNull(pbeParameters);
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (5)
34ArgumentNullException.ThrowIfNull(asnEncodedData); 41ArgumentNullException.ThrowIfNull(attribute); 86ArgumentNullException.ThrowIfNull(attribute); 135ArgumentNullException.ThrowIfNull(array); 153ArgumentNullException.ThrowIfNull(array);
src\libraries\Common\src\System\Security\Cryptography\DSAOpenSsl.cs (3)
198ArgumentNullException.ThrowIfNull(rgbHash); 310ArgumentNullException.ThrowIfNull(rgbHash); 311ArgumentNullException.ThrowIfNull(rgbSignature);
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSsl.Derive.cs (6)
23ArgumentNullException.ThrowIfNull(otherPartyPublicKey); 43ArgumentNullException.ThrowIfNull(otherPartyPublicKey); 59ArgumentNullException.ThrowIfNull(otherPartyPublicKey); 60ArgumentNullException.ThrowIfNull(prfLabel); 61ArgumentNullException.ThrowIfNull(prfSeed); 75ArgumentNullException.ThrowIfNull(otherPartyPublicKey);
src\libraries\Common\src\System\Security\Cryptography\ECDiffieHellmanOpenSslPublicKey.cs (1)
15ArgumentNullException.ThrowIfNull(pkeyHandle);
src\libraries\Common\src\System\Security\Cryptography\ECDsaOpenSsl.cs (3)
84ArgumentNullException.ThrowIfNull(hash); 157ArgumentNullException.ThrowIfNull(hash); 158ArgumentNullException.ThrowIfNull(signature);
src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (32)
53ArgumentNullException.ThrowIfNull(algorithm); 165ArgumentNullException.ThrowIfNull(data); 255ArgumentNullException.ThrowIfNull(data); 256ArgumentNullException.ThrowIfNull(signature); 474ArgumentNullException.ThrowIfNull(pbeParameters); 521ArgumentNullException.ThrowIfNull(pbeParameters); 543ArgumentNullException.ThrowIfNull(password); 590ArgumentNullException.ThrowIfNull(pbeParameters); 650ArgumentNullException.ThrowIfNull(pbeParameters); 676ArgumentNullException.ThrowIfNull(password); 713ArgumentNullException.ThrowIfNull(pbeParameters); 757ArgumentNullException.ThrowIfNull(pbeParameters); 775ArgumentNullException.ThrowIfNull(password); 951ArgumentNullException.ThrowIfNull(algorithm); 1021ArgumentNullException.ThrowIfNull(source); 1072ArgumentNullException.ThrowIfNull(source); 1186ArgumentNullException.ThrowIfNull(password); 1187ArgumentNullException.ThrowIfNull(source); 1247ArgumentNullException.ThrowIfNull(source); 1392ArgumentNullException.ThrowIfNull(source); 1393ArgumentNullException.ThrowIfNull(password); 1405ArgumentNullException.ThrowIfNull(source); 1406ArgumentNullException.ThrowIfNull(passwordBytes); 1439ArgumentNullException.ThrowIfNull(algorithm); 1456ArgumentNullException.ThrowIfNull(algorithm); 1457ArgumentNullException.ThrowIfNull(source); 1489ArgumentNullException.ThrowIfNull(algorithm); 1506ArgumentNullException.ThrowIfNull(algorithm); 1507ArgumentNullException.ThrowIfNull(source); 1539ArgumentNullException.ThrowIfNull(algorithm); 1556ArgumentNullException.ThrowIfNull(algorithm); 1557ArgumentNullException.ThrowIfNull(source);
src\libraries\Common\src\System\Security\Cryptography\MLKem.cs (27)
61ArgumentNullException.ThrowIfNull(algorithm); 86ArgumentNullException.ThrowIfNull(algorithm); 234ArgumentNullException.ThrowIfNull(ciphertext); 338ArgumentNullException.ThrowIfNull(algorithm); 371ArgumentNullException.ThrowIfNull(source); 397ArgumentNullException.ThrowIfNull(algorithm); 429ArgumentNullException.ThrowIfNull(source); 454ArgumentNullException.ThrowIfNull(algorithm); 486ArgumentNullException.ThrowIfNull(source); 804ArgumentNullException.ThrowIfNull(pbeParameters); 857ArgumentNullException.ThrowIfNull(password); 903ArgumentNullException.ThrowIfNull(pbeParameters); 943ArgumentNullException.ThrowIfNull(pbeParameters); 983ArgumentNullException.ThrowIfNull(pbeParameters); 1023ArgumentNullException.ThrowIfNull(password); 1057ArgumentNullException.ThrowIfNull(pbeParameters); 1098ArgumentNullException.ThrowIfNull(pbeParameters); 1139ArgumentNullException.ThrowIfNull(password); 1197ArgumentNullException.ThrowIfNull(source); 1247ArgumentNullException.ThrowIfNull(source); 1384ArgumentNullException.ThrowIfNull(password); 1385ArgumentNullException.ThrowIfNull(source); 1447ArgumentNullException.ThrowIfNull(source); 1578ArgumentNullException.ThrowIfNull(source); 1579ArgumentNullException.ThrowIfNull(password); 1590ArgumentNullException.ThrowIfNull(source); 1591ArgumentNullException.ThrowIfNull(passwordBytes);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (5)
43ArgumentNullException.ThrowIfNull(safeContents); 44ArgumentNullException.ThrowIfNull(pbeParameters); 87ArgumentNullException.ThrowIfNull(safeContents); 88ArgumentNullException.ThrowIfNull(pbeParameters); 116ArgumentNullException.ThrowIfNull(safeContents);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
92ArgumentNullException.ThrowIfNull(certificateType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (7)
65ArgumentNullException.ThrowIfNull(safeBag); 77ArgumentNullException.ThrowIfNull(certificate); 89ArgumentNullException.ThrowIfNull(key); 102ArgumentNullException.ThrowIfNull(safeContents); 131ArgumentNullException.ThrowIfNull(key); 159ArgumentNullException.ThrowIfNull(key); 172ArgumentNullException.ThrowIfNull(secretType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (6)
31ArgumentNullException.ThrowIfNull(algorithmId); 61ArgumentNullException.ThrowIfNull(privateKey); 103ArgumentNullException.ThrowIfNull(pbeParameters); 119ArgumentNullException.ThrowIfNull(pbeParameters); 143ArgumentNullException.ThrowIfNull(pbeParameters); 161ArgumentNullException.ThrowIfNull(pbeParameters);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9AttributeObject.cs (1)
76ArgumentNullException.ThrowIfNull(asnEncodedData);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9DocumentDescription.cs (1)
78ArgumentNullException.ThrowIfNull(documentDescription);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9DocumentName.cs (1)
78ArgumentNullException.ThrowIfNull(documentName);
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (13)
84ArgumentNullException.ThrowIfNull(data); 85ArgumentNullException.ThrowIfNull(padding); 113ArgumentNullException.ThrowIfNull(padding); 207ArgumentNullException.ThrowIfNull(data); 208ArgumentNullException.ThrowIfNull(padding); 233ArgumentNullException.ThrowIfNull(padding); 729ArgumentNullException.ThrowIfNull(hash); 731ArgumentNullException.ThrowIfNull(padding); 757ArgumentNullException.ThrowIfNull(padding); 780ArgumentNullException.ThrowIfNull(hash); 781ArgumentNullException.ThrowIfNull(signature); 824ArgumentNullException.ThrowIfNull(padding); 854ArgumentNullException.ThrowIfNull(padding);
src\libraries\Common\src\System\Security\Cryptography\SlhDsa.cs (34)
61ArgumentNullException.ThrowIfNull(algorithm); 181ArgumentNullException.ThrowIfNull(data); 267ArgumentNullException.ThrowIfNull(data); 268ArgumentNullException.ThrowIfNull(signature); 314ArgumentNullException.ThrowIfNull(hashAlgorithmOid); 373ArgumentNullException.ThrowIfNull(hash); 374ArgumentNullException.ThrowIfNull(hashAlgorithmOid); 419ArgumentNullException.ThrowIfNull(hashAlgorithmOid); 480ArgumentNullException.ThrowIfNull(hash); 481ArgumentNullException.ThrowIfNull(signature); 482ArgumentNullException.ThrowIfNull(hashAlgorithmOid); 735ArgumentNullException.ThrowIfNull(pbeParameters); 782ArgumentNullException.ThrowIfNull(pbeParameters); 804ArgumentNullException.ThrowIfNull(password); 851ArgumentNullException.ThrowIfNull(pbeParameters); 911ArgumentNullException.ThrowIfNull(pbeParameters); 937ArgumentNullException.ThrowIfNull(password); 974ArgumentNullException.ThrowIfNull(pbeParameters); 1025ArgumentNullException.ThrowIfNull(pbeParameters); 1050ArgumentNullException.ThrowIfNull(password); 1182ArgumentNullException.ThrowIfNull(algorithm); 1246ArgumentNullException.ThrowIfNull(source); 1314ArgumentNullException.ThrowIfNull(source); 1428ArgumentNullException.ThrowIfNull(password); 1429ArgumentNullException.ThrowIfNull(source); 1489ArgumentNullException.ThrowIfNull(source); 1634ArgumentNullException.ThrowIfNull(source); 1635ArgumentNullException.ThrowIfNull(password); 1647ArgumentNullException.ThrowIfNull(source); 1648ArgumentNullException.ThrowIfNull(passwordBytes); 1681ArgumentNullException.ThrowIfNull(algorithm); 1699ArgumentNullException.ThrowIfNull(source); 1731ArgumentNullException.ThrowIfNull(algorithm); 1749ArgumentNullException.ThrowIfNull(source);
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (11)
95ArgumentNullException.ThrowIfNull(key); 142ArgumentNullException.ThrowIfNull(key); 143ArgumentNullException.ThrowIfNull(label); 144ArgumentNullException.ThrowIfNull(context); 203ArgumentNullException.ThrowIfNull(key); 204ArgumentNullException.ThrowIfNull(label); 205ArgumentNullException.ThrowIfNull(context); 381ArgumentNullException.ThrowIfNull(label); 382ArgumentNullException.ThrowIfNull(context); 516ArgumentNullException.ThrowIfNull(label); 517ArgumentNullException.ThrowIfNull(context);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\Pkcs12LoaderLimits.cs (1)
102ArgumentNullException.ThrowIfNull(copyFrom);
src\libraries\Common\src\System\Security\Cryptography\X509Certificates\X509CertificateLoader.cs (3)
135ArgumentNullException.ThrowIfNull(data); 376ArgumentNullException.ThrowIfNull(data); 730ArgumentNullException.ThrowIfNull(argument, paramName);
System\Security\Cryptography\Aes.cs (1)
165ArgumentNullException.ThrowIfNull(ciphertext);
System\Security\Cryptography\AesCcm.cs (9)
29ArgumentNullException.ThrowIfNull(key); 37ArgumentNullException.ThrowIfNull(nonce); 38ArgumentNullException.ThrowIfNull(plaintext); 39ArgumentNullException.ThrowIfNull(ciphertext); 40ArgumentNullException.ThrowIfNull(tag); 58ArgumentNullException.ThrowIfNull(nonce); 59ArgumentNullException.ThrowIfNull(ciphertext); 60ArgumentNullException.ThrowIfNull(tag); 61ArgumentNullException.ThrowIfNull(plaintext);
System\Security\Cryptography\AesImplementation.cs (1)
249ArgumentNullException.ThrowIfNull(rgbKey);
System\Security\Cryptography\AsnEncodedData.cs (4)
37ArgumentNullException.ThrowIfNull(asnEncodedData); 84ArgumentNullException.ThrowIfNull(rawData); 112ArgumentNullException.ThrowIfNull(value); 119ArgumentNullException.ThrowIfNull(asnEncodedData);
System\Security\Cryptography\AsnEncodedDataCollection.cs (4)
26ArgumentNullException.ThrowIfNull(asnEncodedData); 35ArgumentNullException.ThrowIfNull(asnEncodedData); 68ArgumentNullException.ThrowIfNull(array); 86ArgumentNullException.ThrowIfNull(array);
System\Security\Cryptography\AsymmetricSignatureDeformatter.cs (1)
17ArgumentNullException.ThrowIfNull(hash);
System\Security\Cryptography\AsymmetricSignatureFormatter.cs (1)
17ArgumentNullException.ThrowIfNull(hash);
System\Security\Cryptography\CapiHelper.Unix.cs (1)
11ArgumentNullException.ThrowIfNull(hashAlg);
System\Security\Cryptography\ChaCha20Poly1305.cs (9)
34ArgumentNullException.ThrowIfNull(key); 52ArgumentNullException.ThrowIfNull(nonce); 53ArgumentNullException.ThrowIfNull(plaintext); 54ArgumentNullException.ThrowIfNull(ciphertext); 55ArgumentNullException.ThrowIfNull(tag); 73ArgumentNullException.ThrowIfNull(nonce); 74ArgumentNullException.ThrowIfNull(ciphertext); 75ArgumentNullException.ThrowIfNull(tag); 76ArgumentNullException.ThrowIfNull(plaintext);
System\Security\Cryptography\CngKeyCreationParameters.cs (1)
58ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\CngProperty.cs (2)
22ArgumentNullException.ThrowIfNull(name); 33ArgumentNullException.ThrowIfNull(name);
System\Security\Cryptography\CryptoConfig.cs (7)
313ArgumentNullException.ThrowIfNull(algorithm); 316ArgumentNullException.ThrowIfNull(names); 339ArgumentNullException.ThrowIfNull(name); 522ArgumentNullException.ThrowIfNull(oid); 523ArgumentNullException.ThrowIfNull(names); 549ArgumentNullException.ThrowIfNull(name); 574ArgumentNullException.ThrowIfNull(str);
System\Security\Cryptography\CryptographicOperations.cs (6)
93ArgumentNullException.ThrowIfNull(source); 395ArgumentNullException.ThrowIfNull(key); 396ArgumentNullException.ThrowIfNull(source); 544ArgumentNullException.ThrowIfNull(key); 660ArgumentNullException.ThrowIfNull(key); 761ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\CryptoStream.cs (2)
40ArgumentNullException.ThrowIfNull(transform); 744ArgumentNullException.ThrowIfNull(destination);
System\Security\Cryptography\DES.cs (1)
51ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\DesImplementation.cs (1)
60ArgumentNullException.ThrowIfNull(rgbKey);
System\Security\Cryptography\DSA.cs (22)
97ArgumentNullException.ThrowIfNull(data); 127ArgumentNullException.ThrowIfNull(data); 138ArgumentNullException.ThrowIfNull(data); 195ArgumentNullException.ThrowIfNull(data); 243ArgumentNullException.ThrowIfNull(data); 273ArgumentNullException.ThrowIfNull(data); 301ArgumentNullException.ThrowIfNull(data); 308ArgumentNullException.ThrowIfNull(data); 316ArgumentNullException.ThrowIfNull(signature); 368ArgumentNullException.ThrowIfNull(data); 376ArgumentNullException.ThrowIfNull(signature); 386ArgumentNullException.ThrowIfNull(data); 387ArgumentNullException.ThrowIfNull(signature); 413ArgumentNullException.ThrowIfNull(rgbHash); 664ArgumentNullException.ThrowIfNull(data); 665ArgumentNullException.ThrowIfNull(signature); 701ArgumentNullException.ThrowIfNull(data); 702ArgumentNullException.ThrowIfNull(signature); 807ArgumentNullException.ThrowIfNull(rgbHash); 808ArgumentNullException.ThrowIfNull(rgbSignature); 927ArgumentNullException.ThrowIfNull(pbeParameters); 950ArgumentNullException.ThrowIfNull(pbeParameters);
System\Security\Cryptography\DSA.Xml.cs (1)
130ArgumentNullException.ThrowIfNull(keyParameters.X, "inArray");
System\Security\Cryptography\DSACryptoServiceProvider.Unix.cs (4)
230ArgumentNullException.ThrowIfNull(rgbHash); 249ArgumentNullException.ThrowIfNull(rgbHash); 250ArgumentNullException.ThrowIfNull(rgbSignature); 299ArgumentNullException.ThrowIfNull(keyBlob);
System\Security\Cryptography\DSAOpenSsl.cs (1)
41ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\DSASignatureDeformatter.cs (4)
14ArgumentNullException.ThrowIfNull(key); 21ArgumentNullException.ThrowIfNull(key); 37ArgumentNullException.ThrowIfNull(rgbHash); 38ArgumentNullException.ThrowIfNull(rgbSignature);
System\Security\Cryptography\DSASignatureFormatter.cs (3)
14ArgumentNullException.ThrowIfNull(key); 21ArgumentNullException.ThrowIfNull(key); 37ArgumentNullException.ThrowIfNull(rgbHash);
System\Security\Cryptography\ECAlgorithm.cs (2)
134ArgumentNullException.ThrowIfNull(pbeParameters); 206ArgumentNullException.ThrowIfNull(pbeParameters);
System\Security\Cryptography\ECCurve.cs (3)
78ArgumentNullException.ThrowIfNull(value, nameof(Oid)); 107ArgumentNullException.ThrowIfNull(oidFriendlyName); 119ArgumentNullException.ThrowIfNull(oidValue);
System\Security\Cryptography\ECDiffieHellman.cs (1)
38ArgumentNullException.ThrowIfNull(algorithm);
System\Security\Cryptography\ECDiffieHellmanOpenSsl.cs (1)
27ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\ECDiffieHellmanPublicKey.cs (1)
21ArgumentNullException.ThrowIfNull(keyBlob);
System\Security\Cryptography\ECDsa.cs (21)
36ArgumentNullException.ThrowIfNull(algorithm); 43ArgumentNullException.ThrowIfNull(data); 52ArgumentNullException.ThrowIfNull(data); 109ArgumentNullException.ThrowIfNull(data); 203ArgumentNullException.ThrowIfNull(data); 234ArgumentNullException.ThrowIfNull(data); 282ArgumentNullException.ThrowIfNull(hash); 548ArgumentNullException.ThrowIfNull(data); 721ArgumentNullException.ThrowIfNull(data); 728ArgumentNullException.ThrowIfNull(data); 736ArgumentNullException.ThrowIfNull(signature); 788ArgumentNullException.ThrowIfNull(data); 796ArgumentNullException.ThrowIfNull(signature); 832ArgumentNullException.ThrowIfNull(data); 833ArgumentNullException.ThrowIfNull(signature); 917ArgumentNullException.ThrowIfNull(data); 918ArgumentNullException.ThrowIfNull(signature); 953ArgumentNullException.ThrowIfNull(data); 954ArgumentNullException.ThrowIfNull(signature); 1132ArgumentNullException.ThrowIfNull(hash); 1133ArgumentNullException.ThrowIfNull(signature);
System\Security\Cryptography\ECDsaOpenSsl.cs (1)
27ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\HashAlgorithm.cs (4)
47ArgumentNullException.ThrowIfNull(buffer); 78ArgumentNullException.ThrowIfNull(buffer); 121ArgumentNullException.ThrowIfNull(inputStream); 236ArgumentNullException.ThrowIfNull(inputBuffer);
System\Security\Cryptography\HashAlgorithmName.cs (1)
141ArgumentNullException.ThrowIfNull(oidValue);
System\Security\Cryptography\HashProvider.cs (1)
17ArgumentNullException.ThrowIfNull(data);
System\Security\Cryptography\Helpers.cs (1)
353ArgumentNullException.ThrowIfNull(arg, paramName);
System\Security\Cryptography\HKDF.cs (3)
33ArgumentNullException.ThrowIfNull(ikm); 85ArgumentNullException.ThrowIfNull(prk); 149ArgumentNullException.ThrowIfNull(ikm);
System\Security\Cryptography\HMAC.cs (1)
35ArgumentNullException.ThrowIfNull(value, nameof(HashName));
System\Security\Cryptography\HMACMD5.cs (10)
39ArgumentNullException.ThrowIfNull(key); 59ArgumentNullException.ThrowIfNull(value); 91ArgumentNullException.ThrowIfNull(key); 92ArgumentNullException.ThrowIfNull(source); 187ArgumentNullException.ThrowIfNull(source); 213ArgumentNullException.ThrowIfNull(source); 236ArgumentNullException.ThrowIfNull(key); 260ArgumentNullException.ThrowIfNull(source); 287ArgumentNullException.ThrowIfNull(key); 323ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA1.cs (10)
38ArgumentNullException.ThrowIfNull(key); 65ArgumentNullException.ThrowIfNull(value); 96ArgumentNullException.ThrowIfNull(key); 97ArgumentNullException.ThrowIfNull(source); 188ArgumentNullException.ThrowIfNull(source); 213ArgumentNullException.ThrowIfNull(source); 235ArgumentNullException.ThrowIfNull(key); 258ArgumentNullException.ThrowIfNull(source); 284ArgumentNullException.ThrowIfNull(key); 319ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA256.cs (10)
37ArgumentNullException.ThrowIfNull(key); 57ArgumentNullException.ThrowIfNull(value); 88ArgumentNullException.ThrowIfNull(key); 89ArgumentNullException.ThrowIfNull(source); 180ArgumentNullException.ThrowIfNull(source); 205ArgumentNullException.ThrowIfNull(source); 227ArgumentNullException.ThrowIfNull(key); 250ArgumentNullException.ThrowIfNull(source); 276ArgumentNullException.ThrowIfNull(key); 311ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA3_256.cs (10)
60ArgumentNullException.ThrowIfNull(key); 88ArgumentNullException.ThrowIfNull(value); 124ArgumentNullException.ThrowIfNull(key); 125ArgumentNullException.ThrowIfNull(source); 218ArgumentNullException.ThrowIfNull(source); 244ArgumentNullException.ThrowIfNull(source); 267ArgumentNullException.ThrowIfNull(key); 290ArgumentNullException.ThrowIfNull(source); 317ArgumentNullException.ThrowIfNull(key); 352ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA3_384.cs (10)
60ArgumentNullException.ThrowIfNull(key); 88ArgumentNullException.ThrowIfNull(value); 124ArgumentNullException.ThrowIfNull(key); 125ArgumentNullException.ThrowIfNull(source); 218ArgumentNullException.ThrowIfNull(source); 244ArgumentNullException.ThrowIfNull(source); 267ArgumentNullException.ThrowIfNull(key); 290ArgumentNullException.ThrowIfNull(source); 317ArgumentNullException.ThrowIfNull(key); 352ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA3_512.cs (10)
60ArgumentNullException.ThrowIfNull(key); 88ArgumentNullException.ThrowIfNull(value); 124ArgumentNullException.ThrowIfNull(key); 125ArgumentNullException.ThrowIfNull(source); 218ArgumentNullException.ThrowIfNull(source); 244ArgumentNullException.ThrowIfNull(source); 267ArgumentNullException.ThrowIfNull(key); 290ArgumentNullException.ThrowIfNull(source); 317ArgumentNullException.ThrowIfNull(key); 352ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA384.cs (10)
37ArgumentNullException.ThrowIfNull(key); 74ArgumentNullException.ThrowIfNull(value); 105ArgumentNullException.ThrowIfNull(key); 106ArgumentNullException.ThrowIfNull(source); 197ArgumentNullException.ThrowIfNull(source); 222ArgumentNullException.ThrowIfNull(source); 244ArgumentNullException.ThrowIfNull(key); 267ArgumentNullException.ThrowIfNull(source); 293ArgumentNullException.ThrowIfNull(key); 328ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\HMACSHA512.cs (10)
37ArgumentNullException.ThrowIfNull(key); 71ArgumentNullException.ThrowIfNull(value); 102ArgumentNullException.ThrowIfNull(key); 103ArgumentNullException.ThrowIfNull(source); 194ArgumentNullException.ThrowIfNull(source); 219ArgumentNullException.ThrowIfNull(source); 241ArgumentNullException.ThrowIfNull(key); 264ArgumentNullException.ThrowIfNull(source); 290ArgumentNullException.ThrowIfNull(key); 325ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\IncrementalHash.cs (3)
61ArgumentNullException.ThrowIfNull(data); 88ArgumentNullException.ThrowIfNull(data); 355ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\Kmac128.cs (10)
224ArgumentNullException.ThrowIfNull(key); 225ArgumentNullException.ThrowIfNull(source); 310ArgumentNullException.ThrowIfNull(key); 311ArgumentNullException.ThrowIfNull(source); 347ArgumentNullException.ThrowIfNull(source); 379ArgumentNullException.ThrowIfNull(source); 424ArgumentNullException.ThrowIfNull(key); 425ArgumentNullException.ThrowIfNull(source); 471ArgumentNullException.ThrowIfNull(source); 512ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\Kmac256.cs (10)
224ArgumentNullException.ThrowIfNull(key); 225ArgumentNullException.ThrowIfNull(source); 310ArgumentNullException.ThrowIfNull(key); 311ArgumentNullException.ThrowIfNull(source); 347ArgumentNullException.ThrowIfNull(source); 379ArgumentNullException.ThrowIfNull(source); 424ArgumentNullException.ThrowIfNull(key); 425ArgumentNullException.ThrowIfNull(source); 471ArgumentNullException.ThrowIfNull(source); 512ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\KmacXof128.cs (10)
224ArgumentNullException.ThrowIfNull(key); 225ArgumentNullException.ThrowIfNull(source); 310ArgumentNullException.ThrowIfNull(key); 311ArgumentNullException.ThrowIfNull(source); 347ArgumentNullException.ThrowIfNull(source); 379ArgumentNullException.ThrowIfNull(source); 424ArgumentNullException.ThrowIfNull(key); 425ArgumentNullException.ThrowIfNull(source); 471ArgumentNullException.ThrowIfNull(source); 512ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\KmacXof256.cs (10)
224ArgumentNullException.ThrowIfNull(key); 225ArgumentNullException.ThrowIfNull(source); 310ArgumentNullException.ThrowIfNull(key); 311ArgumentNullException.ThrowIfNull(source); 347ArgumentNullException.ThrowIfNull(source); 379ArgumentNullException.ThrowIfNull(source); 424ArgumentNullException.ThrowIfNull(key); 425ArgumentNullException.ThrowIfNull(source); 471ArgumentNullException.ThrowIfNull(source); 512ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\MD5.cs (5)
55ArgumentNullException.ThrowIfNull(source); 144ArgumentNullException.ThrowIfNull(source); 169ArgumentNullException.ThrowIfNull(source); 195ArgumentNullException.ThrowIfNull(source); 232ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\MLDsaOpenSsl.OpenSsl.cs (1)
25ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\MLKemOpenSsl.OpenSsl.cs (1)
24ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\Oid.cs (3)
32ArgumentNullException.ThrowIfNull(oid); 42ArgumentNullException.ThrowIfNull(friendlyName); 53ArgumentNullException.ThrowIfNull(oidValue);
System\Security\Cryptography\OidCollection.cs (2)
74ArgumentNullException.ThrowIfNull(array); 92ArgumentNullException.ThrowIfNull(array);
System\Security\Cryptography\OidLookup.cs (2)
23ArgumentNullException.ThrowIfNull(oid); 61ArgumentNullException.ThrowIfNull(friendlyName);
System\Security\Cryptography\RandomNumberGenerator.cs (1)
440ArgumentNullException.ThrowIfNull(data);
System\Security\Cryptography\RandomNumberGeneratorImplementation.cs (2)
29ArgumentNullException.ThrowIfNull(data); 50ArgumentNullException.ThrowIfNull(data);
System\Security\Cryptography\RC2Implementation.cs (1)
59ArgumentNullException.ThrowIfNull(rgbKey);
System\Security\Cryptography\Rfc2898DeriveBytes.cs (1)
149ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (4)
47ArgumentNullException.ThrowIfNull(password); 48ArgumentNullException.ThrowIfNull(salt); 166ArgumentNullException.ThrowIfNull(password); 167ArgumentNullException.ThrowIfNull(salt);
System\Security\Cryptography\RSA.cs (24)
163ArgumentNullException.ThrowIfNull(padding); 213ArgumentNullException.ThrowIfNull(padding); 250ArgumentNullException.ThrowIfNull(padding); 296ArgumentNullException.ThrowIfNull(padding); 374ArgumentNullException.ThrowIfNull(data); 386ArgumentNullException.ThrowIfNull(data); 395ArgumentNullException.ThrowIfNull(padding); 403ArgumentNullException.ThrowIfNull(data); 405ArgumentNullException.ThrowIfNull(padding); 414ArgumentNullException.ThrowIfNull(padding); 459ArgumentNullException.ThrowIfNull(padding); 522ArgumentNullException.ThrowIfNull(padding); 565ArgumentNullException.ThrowIfNull(padding); 624ArgumentNullException.ThrowIfNull(padding); 636ArgumentNullException.ThrowIfNull(data); 649ArgumentNullException.ThrowIfNull(data); 657ArgumentNullException.ThrowIfNull(signature); 659ArgumentNullException.ThrowIfNull(padding); 667ArgumentNullException.ThrowIfNull(data); 668ArgumentNullException.ThrowIfNull(signature); 670ArgumentNullException.ThrowIfNull(padding); 679ArgumentNullException.ThrowIfNull(padding); 807ArgumentNullException.ThrowIfNull(pbeParameters); 830ArgumentNullException.ThrowIfNull(pbeParameters);
System\Security\Cryptography\RSACryptoServiceProvider.Unix.cs (22)
44ArgumentNullException.ThrowIfNull(rgb); 55ArgumentNullException.ThrowIfNull(data); 56ArgumentNullException.ThrowIfNull(padding); 66ArgumentNullException.ThrowIfNull(padding); 87ArgumentNullException.ThrowIfNull(rgb); 94ArgumentNullException.ThrowIfNull(data); 95ArgumentNullException.ThrowIfNull(padding); 105ArgumentNullException.ThrowIfNull(padding); 179ArgumentNullException.ThrowIfNull(padding); 193ArgumentNullException.ThrowIfNull(padding); 207ArgumentNullException.ThrowIfNull(padding); 230ArgumentNullException.ThrowIfNull(padding); 244ArgumentNullException.ThrowIfNull(padding); 258ArgumentNullException.ThrowIfNull(rgbHash); 274ArgumentNullException.ThrowIfNull(padding); 288ArgumentNullException.ThrowIfNull(padding); 302ArgumentNullException.ThrowIfNull(hash); 303ArgumentNullException.ThrowIfNull(signature); 310ArgumentNullException.ThrowIfNull(padding); 324ArgumentNullException.ThrowIfNull(rgbHash); 325ArgumentNullException.ThrowIfNull(rgbSignature); 345ArgumentNullException.ThrowIfNull(keyBlob);
System\Security\Cryptography\RSAOAEPKeyExchangeDeformatter.cs (2)
13ArgumentNullException.ThrowIfNull(key); 34ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\RSAOAEPKeyExchangeFormatter.cs (2)
15ArgumentNullException.ThrowIfNull(key); 57ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\RSAOpenSsl.cs (1)
70ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\RSAPKCS1KeyExchangeDeformatter.cs (2)
17ArgumentNullException.ThrowIfNull(key); 44ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\RSAPKCS1KeyExchangeFormatter.cs (2)
17ArgumentNullException.ThrowIfNull(key); 38ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\RSAPKCS1SignatureDeformatter.cs (4)
18ArgumentNullException.ThrowIfNull(key); 25ArgumentNullException.ThrowIfNull(key); 47ArgumentNullException.ThrowIfNull(rgbHash); 48ArgumentNullException.ThrowIfNull(rgbSignature);
System\Security\Cryptography\RSAPKCS1SignatureFormatter.cs (3)
19ArgumentNullException.ThrowIfNull(key); 26ArgumentNullException.ThrowIfNull(key); 48ArgumentNullException.ThrowIfNull(rgbHash);
System\Security\Cryptography\SHA1.cs (5)
53ArgumentNullException.ThrowIfNull(source); 138ArgumentNullException.ThrowIfNull(source); 162ArgumentNullException.ThrowIfNull(source); 187ArgumentNullException.ThrowIfNull(source); 223ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SHA256.cs (5)
52ArgumentNullException.ThrowIfNull(source); 138ArgumentNullException.ThrowIfNull(source); 162ArgumentNullException.ThrowIfNull(source); 187ArgumentNullException.ThrowIfNull(source); 223ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SHA3_256.cs (5)
75ArgumentNullException.ThrowIfNull(source); 174ArgumentNullException.ThrowIfNull(source); 202ArgumentNullException.ThrowIfNull(source); 231ArgumentNullException.ThrowIfNull(source); 271ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SHA3_384.cs (5)
75ArgumentNullException.ThrowIfNull(source); 175ArgumentNullException.ThrowIfNull(source); 203ArgumentNullException.ThrowIfNull(source); 232ArgumentNullException.ThrowIfNull(source); 272ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SHA3_512.cs (5)
75ArgumentNullException.ThrowIfNull(source); 174ArgumentNullException.ThrowIfNull(source); 202ArgumentNullException.ThrowIfNull(source); 231ArgumentNullException.ThrowIfNull(source); 271ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SHA384.cs (5)
52ArgumentNullException.ThrowIfNull(source); 137ArgumentNullException.ThrowIfNull(source); 161ArgumentNullException.ThrowIfNull(source); 186ArgumentNullException.ThrowIfNull(source); 222ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SHA512.cs (5)
52ArgumentNullException.ThrowIfNull(source); 137ArgumentNullException.ThrowIfNull(source); 161ArgumentNullException.ThrowIfNull(source); 186ArgumentNullException.ThrowIfNull(source); 222ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\Shake128.cs (6)
63ArgumentNullException.ThrowIfNull(data); 288ArgumentNullException.ThrowIfNull(source); 352ArgumentNullException.ThrowIfNull(source); 381ArgumentNullException.ThrowIfNull(source); 417ArgumentNullException.ThrowIfNull(source); 458ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\Shake256.cs (6)
63ArgumentNullException.ThrowIfNull(data); 288ArgumentNullException.ThrowIfNull(source); 352ArgumentNullException.ThrowIfNull(source); 381ArgumentNullException.ThrowIfNull(source); 417ArgumentNullException.ThrowIfNull(source); 458ArgumentNullException.ThrowIfNull(source);
System\Security\Cryptography\SignatureDescription.cs (1)
21ArgumentNullException.ThrowIfNull(el);
System\Security\Cryptography\SlhDsaOpenSsl.OpenSsl.cs (1)
22ArgumentNullException.ThrowIfNull(pkeyHandle);
System\Security\Cryptography\SymmetricAlgorithm.cs (10)
74ArgumentNullException.ThrowIfNull(value); 93ArgumentNullException.ThrowIfNull(value); 495ArgumentNullException.ThrowIfNull(ciphertext); 613ArgumentNullException.ThrowIfNull(plaintext); 736ArgumentNullException.ThrowIfNull(ciphertext); 737ArgumentNullException.ThrowIfNull(iv); 891ArgumentNullException.ThrowIfNull(plaintext); 892ArgumentNullException.ThrowIfNull(iv); 1063ArgumentNullException.ThrowIfNull(ciphertext); 1064ArgumentNullException.ThrowIfNull(iv);
System\Security\Cryptography\TripleDES.cs (1)
51ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\TripleDesImplementation.cs (1)
52ArgumentNullException.ThrowIfNull(rgbKey);
System\Security\Cryptography\UniversalCryptoTransform.cs (3)
71ArgumentNullException.ThrowIfNull(inputBuffer); 80ArgumentNullException.ThrowIfNull(outputBuffer); 92ArgumentNullException.ThrowIfNull(inputBuffer);
System\Security\Cryptography\X509Certificates\CertificateExtensionsCommon.cs (2)
15ArgumentNullException.ThrowIfNull(certificate); 51ArgumentNullException.ThrowIfNull(certificate);
System\Security\Cryptography\X509Certificates\CertificateRequest.cs (27)
74ArgumentNullException.ThrowIfNull(subjectName); 75ArgumentNullException.ThrowIfNull(key); 101ArgumentNullException.ThrowIfNull(subjectName); 102ArgumentNullException.ThrowIfNull(key); 132ArgumentNullException.ThrowIfNull(subjectName); 133ArgumentNullException.ThrowIfNull(key); 135ArgumentNullException.ThrowIfNull(padding); 168ArgumentNullException.ThrowIfNull(subjectName); 169ArgumentNullException.ThrowIfNull(key); 171ArgumentNullException.ThrowIfNull(padding); 200ArgumentNullException.ThrowIfNull(subjectName); 201ArgumentNullException.ThrowIfNull(key); 228ArgumentNullException.ThrowIfNull(subjectName); 229ArgumentNullException.ThrowIfNull(key); 256ArgumentNullException.ThrowIfNull(subjectName); 257ArgumentNullException.ThrowIfNull(key); 284ArgumentNullException.ThrowIfNull(subjectName); 285ArgumentNullException.ThrowIfNull(key); 308ArgumentNullException.ThrowIfNull(subjectName); 309ArgumentNullException.ThrowIfNull(publicKey); 342ArgumentNullException.ThrowIfNull(subjectName); 343ArgumentNullException.ThrowIfNull(publicKey); 459ArgumentNullException.ThrowIfNull(signatureGenerator); 601ArgumentNullException.ThrowIfNull(signatureGenerator); 778ArgumentNullException.ThrowIfNull(issuerCertificate); 965ArgumentNullException.ThrowIfNull(issuerName); 966ArgumentNullException.ThrowIfNull(generator);
System\Security\Cryptography\X509Certificates\CertificateRequest.Load.cs (2)
25ArgumentNullException.ThrowIfNull(pkcs10Pem); 89ArgumentNullException.ThrowIfNull(pkcs10);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Build.cs (4)
134ArgumentNullException.ThrowIfNull(issuerCertificate); 335ArgumentNullException.ThrowIfNull(issuerName); 336ArgumentNullException.ThrowIfNull(generator); 345ArgumentNullException.ThrowIfNull(authorityKeyIdentifier);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.CdpExtension.cs (1)
48ArgumentNullException.ThrowIfNull(uris);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.cs (3)
68ArgumentNullException.ThrowIfNull(certificate); 104ArgumentNullException.ThrowIfNull(serialNumber); 227ArgumentNullException.ThrowIfNull(serialNumber);
System\Security\Cryptography\X509Certificates\CertificateRevocationListBuilder.Load.cs (2)
45ArgumentNullException.ThrowIfNull(currentCrl); 233ArgumentNullException.ThrowIfNull(currentCrl);
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (2)
35ArgumentNullException.ThrowIfNull(certificate); 36ArgumentNullException.ThrowIfNull(privateKey);
System\Security\Cryptography\X509Certificates\ECDsaCertificateExtensions.cs (2)
32ArgumentNullException.ThrowIfNull(certificate); 33ArgumentNullException.ThrowIfNull(privateKey);
System\Security\Cryptography\X509Certificates\FindPal.cs (1)
218ArgumentNullException.ThrowIfNull(keyValue);
System\Security\Cryptography\X509Certificates\MLDsaX509SignatureGenerator.cs (1)
40ArgumentNullException.ThrowIfNull(data);
System\Security\Cryptography\X509Certificates\Pkcs10CertificationRequestInfo.cs (2)
25ArgumentNullException.ThrowIfNull(subject); 26ArgumentNullException.ThrowIfNull(publicKey);
System\Security\Cryptography\X509Certificates\Pkcs9ExtensionRequest.cs (1)
19ArgumentNullException.ThrowIfNull(extensions);
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (2)
32ArgumentNullException.ThrowIfNull(certificate); 33ArgumentNullException.ThrowIfNull(privateKey);
System\Security\Cryptography\X509Certificates\SlhDsaX509SignatureGenerator.cs (1)
41ArgumentNullException.ThrowIfNull(data);
System\Security\Cryptography\X509Certificates\SubjectAlternativeNameBuilder.cs (2)
38ArgumentNullException.ThrowIfNull(uri); 45ArgumentNullException.ThrowIfNull(ipAddress);
System\Security\Cryptography\X509Certificates\X500DistinguishedName.cs (1)
90ArgumentNullException.ThrowIfNull(distinguishedName);
System\Security\Cryptography\X509Certificates\X500DistinguishedNameBuilder.cs (3)
64ArgumentNullException.ThrowIfNull(value); 98ArgumentNullException.ThrowIfNull(oid); 99ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\X509Certificates\X509AuthorityInformationAccessExtension.cs (2)
135ArgumentNullException.ThrowIfNull(accessMethodOid); 171ArgumentNullException.ThrowIfNull(accessMethodOid);
System\Security\Cryptography\X509Certificates\X509AuthorityKeyIdentifierExtension.cs (10)
198ArgumentNullException.ThrowIfNull(subjectKeyIdentifier); 221ArgumentNullException.ThrowIfNull(subjectKeyIdentifier); 277ArgumentNullException.ThrowIfNull(issuerName); 278ArgumentNullException.ThrowIfNull(serialNumber); 309ArgumentNullException.ThrowIfNull(issuerName); 367ArgumentNullException.ThrowIfNull(keyIdentifier); 368ArgumentNullException.ThrowIfNull(issuerName); 369ArgumentNullException.ThrowIfNull(serialNumber); 408ArgumentNullException.ThrowIfNull(issuerName); 465ArgumentNullException.ThrowIfNull(certificate);
System\Security\Cryptography\X509Certificates\X509Certificate.cs (5)
172ArgumentNullException.ThrowIfNull(fileName); 184ArgumentNullException.ThrowIfNull(fileName); 201ArgumentNullException.ThrowIfNull(fileName); 214ArgumentNullException.ThrowIfNull(cert); 410ArgumentNullException.ThrowIfNull(exportParameters);
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (8)
421ArgumentNullException.ThrowIfNull(fileName); 760ArgumentNullException.ThrowIfNull(privateKey); 851ArgumentNullException.ThrowIfNull(privateKey); 952ArgumentNullException.ThrowIfNull(privateKey); 1044ArgumentNullException.ThrowIfNull(privateKey); 1132ArgumentNullException.ThrowIfNull(certPemFilePath); 1198ArgumentNullException.ThrowIfNull(certPemFilePath); 1621ArgumentNullException.ThrowIfNull(hostname);
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (16)
50ArgumentNullException.ThrowIfNull(certificate); 57ArgumentNullException.ThrowIfNull(certificates); 79ArgumentNullException.ThrowIfNull(certificates); 170ArgumentNullException.ThrowIfNull(exportParameters); 192ArgumentNullException.ThrowIfNull(findValue); 207ArgumentNullException.ThrowIfNull(rawData); 230ArgumentNullException.ThrowIfNull(rawData); 280ArgumentNullException.ThrowIfNull(fileName); 291ArgumentNullException.ThrowIfNull(fileName); 317ArgumentNullException.ThrowIfNull(fileName); 330ArgumentNullException.ThrowIfNull(certificate); 337ArgumentNullException.ThrowIfNull(certificate); 344ArgumentNullException.ThrowIfNull(certificates); 366ArgumentNullException.ThrowIfNull(certificates); 413ArgumentNullException.ThrowIfNull(certPemFilePath); 689ArgumentNullException.ThrowIfNull(thumbprintHex);
System\Security\Cryptography\X509Certificates\X509CertificateCollection.cs (3)
33ArgumentNullException.ThrowIfNull(value); 46ArgumentNullException.ThrowIfNull(value); 56ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\X509Certificates\X509CertificateEnumerator.cs (1)
16ArgumentNullException.ThrowIfNull(mappings);
System\Security\Cryptography\X509Certificates\X509CertificateLoader.netcore.cs (1)
13ArgumentNullException.ThrowIfNull(data);
System\Security\Cryptography\X509Certificates\X509Chain.cs (1)
47ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\X509Certificates\X509ChainElementCollection.cs (1)
60ArgumentNullException.ThrowIfNull(array);
System\Security\Cryptography\X509Certificates\X509EnhancedKeyUsageExtension.cs (1)
56ArgumentNullException.ThrowIfNull(enhancedKeyUsages);
System\Security\Cryptography\X509Certificates\X509Extension.cs (1)
80ArgumentNullException.ThrowIfNull(asnEncodedData);
System\Security\Cryptography\X509Certificates\X509ExtensionCollection.cs (2)
66ArgumentNullException.ThrowIfNull(extension); 79ArgumentNullException.ThrowIfNull(array);
System\Security\Cryptography\X509Certificates\X509SignatureGenerator.cs (5)
20ArgumentNullException.ThrowIfNull(key); 27ArgumentNullException.ThrowIfNull(key); 28ArgumentNullException.ThrowIfNull(signaturePadding); 53ArgumentNullException.ThrowIfNull(key); 73ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\X509Certificates\X509Store.cs (4)
128ArgumentNullException.ThrowIfNull(certificate); 141ArgumentNullException.ThrowIfNull(certificates); 166ArgumentNullException.ThrowIfNull(certificate); 179ArgumentNullException.ThrowIfNull(certificates);
System\Security\Cryptography\X509Certificates\X509SubjectKeyIdentifierExtension.cs (2)
148ArgumentNullException.ThrowIfNull(subjectKeyIdentifier); 156ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\XmlKeyHelper.cs (1)
17ArgumentNullException.ThrowIfNull(xmlString);
System.Security.Cryptography.Cose (73)
System\Security\Cryptography\Cose\CoseHeaderLabel.cs (1)
62ArgumentNullException.ThrowIfNull(label);
System\Security\Cryptography\Cose\CoseHeaderValue.cs (3)
51ArgumentNullException.ThrowIfNull(encodedValue); 85ArgumentNullException.ThrowIfNull(value); 116ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Cose\CoseKey.cs (6)
32ArgumentNullException.ThrowIfNull(key); 33ArgumentNullException.ThrowIfNull(signaturePadding); 34ArgumentNullException.ThrowIfNull(hashAlgorithm.Name); 47ArgumentNullException.ThrowIfNull(key); 48ArgumentNullException.ThrowIfNull(hashAlgorithm.Name); 61ArgumentNullException.ThrowIfNull(key);
System\Security\Cryptography\Cose\CoseMessage.cs (2)
95ArgumentNullException.ThrowIfNull(cborPayload); 180ArgumentNullException.ThrowIfNull(cborPayload);
System\Security\Cryptography\Cose\CoseMultiSignMessage.cs (13)
69ArgumentNullException.ThrowIfNull(detachedContent); 99ArgumentNullException.ThrowIfNull(embeddedContent); 187ArgumentNullException.ThrowIfNull(detachedContent); 207ArgumentNullException.ThrowIfNull(signer); 256ArgumentNullException.ThrowIfNull(detachedContent); 257ArgumentNullException.ThrowIfNull(signer); 345ArgumentNullException.ThrowIfNull(signer); 667ArgumentNullException.ThrowIfNull(signer); 696ArgumentNullException.ThrowIfNull(detachedContent); 720ArgumentNullException.ThrowIfNull(signer); 753ArgumentNullException.ThrowIfNull(detachedContent); 829ArgumentNullException.ThrowIfNull(detachedContent); 883ArgumentNullException.ThrowIfNull(signature);
System\Security\Cryptography\Cose\CoseSign1Message.cs (28)
53ArgumentNullException.ThrowIfNull(detachedContent); 54ArgumentNullException.ThrowIfNull(signer); 78ArgumentNullException.ThrowIfNull(embeddedContent); 79ArgumentNullException.ThrowIfNull(signer); 103ArgumentNullException.ThrowIfNull(signer); 127ArgumentNullException.ThrowIfNull(signer); 155ArgumentNullException.ThrowIfNull(detachedContent); 156ArgumentNullException.ThrowIfNull(signer); 206ArgumentNullException.ThrowIfNull(detachedContent); 207ArgumentNullException.ThrowIfNull(signer); 276ArgumentNullException.ThrowIfNull(signer); 387ArgumentNullException.ThrowIfNull(key); 430ArgumentNullException.ThrowIfNull(key); 473ArgumentNullException.ThrowIfNull(key); 514ArgumentNullException.ThrowIfNull(key); 515ArgumentNullException.ThrowIfNull(detachedContent); 559ArgumentNullException.ThrowIfNull(key); 560ArgumentNullException.ThrowIfNull(detachedContent); 596ArgumentNullException.ThrowIfNull(key); 639ArgumentNullException.ThrowIfNull(key); 688ArgumentNullException.ThrowIfNull(key); 689ArgumentNullException.ThrowIfNull(detachedContent); 750ArgumentNullException.ThrowIfNull(key); 751ArgumentNullException.ThrowIfNull(detachedContent); 855ArgumentNullException.ThrowIfNull(key); 856ArgumentNullException.ThrowIfNull(detachedContent); 917ArgumentNullException.ThrowIfNull(key); 918ArgumentNullException.ThrowIfNull(detachedContent);
System\Security\Cryptography\Cose\CoseSignature.cs (17)
102ArgumentNullException.ThrowIfNull(key); 145ArgumentNullException.ThrowIfNull(key); 185ArgumentNullException.ThrowIfNull(key); 229ArgumentNullException.ThrowIfNull(key); 231ArgumentNullException.ThrowIfNull(detachedContent); 275ArgumentNullException.ThrowIfNull(key); 276ArgumentNullException.ThrowIfNull(detachedContent); 312ArgumentNullException.ThrowIfNull(key); 356ArgumentNullException.ThrowIfNull(key); 405ArgumentNullException.ThrowIfNull(key); 407ArgumentNullException.ThrowIfNull(detachedContent); 468ArgumentNullException.ThrowIfNull(key); 469ArgumentNullException.ThrowIfNull(detachedContent); 529ArgumentNullException.ThrowIfNull(key); 530ArgumentNullException.ThrowIfNull(detachedContent); 593ArgumentNullException.ThrowIfNull(key); 594ArgumentNullException.ThrowIfNull(detachedContent);
System\Security\Cryptography\Cose\CoseSigner.cs (3)
73ArgumentNullException.ThrowIfNull(key); 112ArgumentNullException.ThrowIfNull(key); 113ArgumentNullException.ThrowIfNull(signaturePadding);
System.Security.Cryptography.Pkcs (62)
src\libraries\Common\src\System\Security\Cryptography\Asn1\X509ExtensionAsn.manual.cs (1)
12ArgumentNullException.ThrowIfNull(extension);
src\libraries\Common\src\System\Security\Cryptography\CryptographicAttributeObjectCollection.cs (5)
34ArgumentNullException.ThrowIfNull(asnEncodedData); 41ArgumentNullException.ThrowIfNull(attribute); 86ArgumentNullException.ThrowIfNull(attribute); 135ArgumentNullException.ThrowIfNull(array); 153ArgumentNullException.ThrowIfNull(array);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12Builder.cs (5)
43ArgumentNullException.ThrowIfNull(safeContents); 44ArgumentNullException.ThrowIfNull(pbeParameters); 87ArgumentNullException.ThrowIfNull(safeContents); 88ArgumentNullException.ThrowIfNull(pbeParameters); 116ArgumentNullException.ThrowIfNull(safeContents);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12CertBag.cs (1)
92ArgumentNullException.ThrowIfNull(certificateType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs12SafeContents.cs (7)
65ArgumentNullException.ThrowIfNull(safeBag); 77ArgumentNullException.ThrowIfNull(certificate); 89ArgumentNullException.ThrowIfNull(key); 102ArgumentNullException.ThrowIfNull(safeContents); 131ArgumentNullException.ThrowIfNull(key); 159ArgumentNullException.ThrowIfNull(key); 172ArgumentNullException.ThrowIfNull(secretType);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs8PrivateKeyInfo.cs (6)
31ArgumentNullException.ThrowIfNull(algorithmId); 61ArgumentNullException.ThrowIfNull(privateKey); 103ArgumentNullException.ThrowIfNull(pbeParameters); 119ArgumentNullException.ThrowIfNull(pbeParameters); 143ArgumentNullException.ThrowIfNull(pbeParameters); 161ArgumentNullException.ThrowIfNull(pbeParameters);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9AttributeObject.cs (1)
76ArgumentNullException.ThrowIfNull(asnEncodedData);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9DocumentDescription.cs (1)
78ArgumentNullException.ThrowIfNull(documentDescription);
src\libraries\Common\src\System\Security\Cryptography\Pkcs\Pkcs9DocumentName.cs (1)
78ArgumentNullException.ThrowIfNull(documentName);
System\Security\Cryptography\Pkcs\CmsRecipient.cs (3)
25ArgumentNullException.ThrowIfNull(rsaEncryptionPadding); 39ArgumentNullException.ThrowIfNull(rsaEncryptionPadding); 47ArgumentNullException.ThrowIfNull(certificate);
System\Security\Cryptography\Pkcs\CmsRecipientCollection.cs (4)
58ArgumentNullException.ThrowIfNull(recipient); 67ArgumentNullException.ThrowIfNull(recipient); 84ArgumentNullException.ThrowIfNull(array); 102ArgumentNullException.ThrowIfNull(array);
System\Security\Cryptography\Pkcs\ContentInfo.cs (3)
24ArgumentNullException.ThrowIfNull(contentType); 25ArgumentNullException.ThrowIfNull(content); 37ArgumentNullException.ThrowIfNull(encodedMessage);
System\Security\Cryptography\Pkcs\EnvelopedCms.cs (10)
30ArgumentNullException.ThrowIfNull(contentInfo); 31ArgumentNullException.ThrowIfNull(encryptionAlgorithm); 87ArgumentNullException.ThrowIfNull(recipient); 94ArgumentNullException.ThrowIfNull(recipients); 125ArgumentNullException.ThrowIfNull(encodedMessage); 180ArgumentNullException.ThrowIfNull(recipientInfo); 187ArgumentNullException.ThrowIfNull(recipientInfo); 188ArgumentNullException.ThrowIfNull(extraStore); 195ArgumentNullException.ThrowIfNull(extraStore); 207ArgumentNullException.ThrowIfNull(recipientInfo);
System\Security\Cryptography\Pkcs\RecipientInfoCollection.cs (2)
59ArgumentNullException.ThrowIfNull(array); 76ArgumentNullException.ThrowIfNull(array);
System\Security\Cryptography\Pkcs\Rfc3161TimestampRequest.cs (1)
172ArgumentNullException.ThrowIfNull(signerInfo);
System\Security\Cryptography\Pkcs\Rfc3161TimestampToken.cs (2)
127ArgumentNullException.ThrowIfNull(hashAlgorithmId); 156ArgumentNullException.ThrowIfNull(signerInfo);
System\Security\Cryptography\Pkcs\Rfc3161TimestampTokenInfo.cs (2)
326ArgumentNullException.ThrowIfNull(policyId); 327ArgumentNullException.ThrowIfNull(hashAlgorithmId);
System\Security\Cryptography\Pkcs\SignedCms.cs (4)
46ArgumentNullException.ThrowIfNull(contentInfo); 158ArgumentNullException.ThrowIfNull(encodedMessage); 303ArgumentNullException.ThrowIfNull(signer); 409ArgumentNullException.ThrowIfNull(signerInfo);
System\Security\Cryptography\Pkcs\SignerInfo.cs (2)
428ArgumentNullException.ThrowIfNull(counterSignerInfo); 454ArgumentNullException.ThrowIfNull(extraStore);
System\Security\Cryptography\Pkcs\SignerInfoCollection.cs (1)
57ArgumentNullException.ThrowIfNull(array);
System.Security.Cryptography.ProtectedData (2)
System\Security\Cryptography\ProtectedData.cs (2)
20ArgumentNullException.ThrowIfNull(userData); 171ArgumentNullException.ThrowIfNull(encryptedData);
System.Security.Cryptography.Xml (80)
System\Security\Cryptography\Xml\CanonicalizationDispatcher.cs (2)
27ArgumentNullException.ThrowIfNull(node); 50ArgumentNullException.ThrowIfNull(node);
System\Security\Cryptography\Xml\CanonicalXml.cs (3)
17ArgumentNullException.ThrowIfNull(inputStream); 28ArgumentNullException.ThrowIfNull(document); 38ArgumentNullException.ThrowIfNull(nodeList);
System\Security\Cryptography\Xml\CipherData.cs (1)
101ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\CipherReference.cs (1)
73ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\DataObject.cs (2)
29ArgumentNullException.ThrowIfNull(data); 137ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\DSAKeyValue.cs (3)
28ArgumentNullException.ThrowIfNull(key); 42ArgumentNullException.ThrowIfNull(value); 150ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\EncryptedData.cs (1)
15ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
54ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\EncryptedReference.cs (1)
109ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\EncryptedXml.cs (28)
185ArgumentNullException.ThrowIfNull(cipherData); 269ArgumentNullException.ThrowIfNull(encryptedData); 306ArgumentNullException.ThrowIfNull(encryptedData); 392ArgumentNullException.ThrowIfNull(encryptedKey); 511ArgumentNullException.ThrowIfNull(keyName); 512ArgumentNullException.ThrowIfNull(keyObject); 530ArgumentNullException.ThrowIfNull(inputElement); 531ArgumentNullException.ThrowIfNull(certificate); 570ArgumentNullException.ThrowIfNull(inputElement); 571ArgumentNullException.ThrowIfNull(keyName); 671ArgumentNullException.ThrowIfNull(plaintext); 672ArgumentNullException.ThrowIfNull(symmetricAlgorithm); 712ArgumentNullException.ThrowIfNull(inputElement); 713ArgumentNullException.ThrowIfNull(symmetricAlgorithm); 722ArgumentNullException.ThrowIfNull(encryptedData); 723ArgumentNullException.ThrowIfNull(symmetricAlgorithm); 767ArgumentNullException.ThrowIfNull(inputElement); 768ArgumentNullException.ThrowIfNull(decryptedData); 835ArgumentNullException.ThrowIfNull(inputElement); 836ArgumentNullException.ThrowIfNull(encryptedData); 859ArgumentNullException.ThrowIfNull(keyData); 860ArgumentNullException.ThrowIfNull(symmetricAlgorithm); 883ArgumentNullException.ThrowIfNull(keyData); 884ArgumentNullException.ThrowIfNull(rsa); 901ArgumentNullException.ThrowIfNull(keyData); 902ArgumentNullException.ThrowIfNull(symmetricAlgorithm); 924ArgumentNullException.ThrowIfNull(keyData); 925ArgumentNullException.ThrowIfNull(rsa);
System\Security\Cryptography\Xml\EncryptionMethod.cs (1)
84ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\EncryptionProperty.cs (2)
21ArgumentNullException.ThrowIfNull(elementProperty); 81ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\ExcCanonicalXml.cs (3)
17ArgumentNullException.ThrowIfNull(inputStream); 27ArgumentNullException.ThrowIfNull(document); 37ArgumentNullException.ThrowIfNull(nodeList);
System\Security\Cryptography\Xml\KeyInfo.cs (1)
65ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\KeyInfoName.cs (1)
53ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (1)
68ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\KeyInfoX509Data.cs (3)
52ArgumentNullException.ThrowIfNull(cert); 112ArgumentNullException.ThrowIfNull(certificate); 276ArgumentNullException.ThrowIfNull(element);
System\Security\Cryptography\Xml\Reference.cs (2)
211ArgumentNullException.ThrowIfNull(value); 340ArgumentNullException.ThrowIfNull(transform);
System\Security\Cryptography\Xml\ReferenceList.cs (2)
30ArgumentNullException.ThrowIfNull(value); 56ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\RSAKeyValue.cs (3)
23ArgumentNullException.ThrowIfNull(key); 37ArgumentNullException.ThrowIfNull(value); 105ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\Signature.cs (1)
136ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\SignedInfo.cs (2)
207ArgumentNullException.ThrowIfNull(value); 283ArgumentNullException.ThrowIfNull(reference);
System\Security\Cryptography\Xml\SignedXml.cs (6)
101ArgumentNullException.ThrowIfNull(document); 110ArgumentNullException.ThrowIfNull(elem); 228ArgumentNullException.ThrowIfNull(value); 434ArgumentNullException.ThrowIfNull(macAlg); 1013ArgumentNullException.ThrowIfNull(key); 1044ArgumentNullException.ThrowIfNull(macAlg);
System\Security\Cryptography\Xml\TransformChain.cs (1)
174ArgumentNullException.ThrowIfNull(value);
System\Security\Cryptography\Xml\Utils.cs (4)
36ArgumentNullException.ThrowIfNull(element); 45ArgumentNullException.ThrowIfNull(element); 193ArgumentNullException.ThrowIfNull(document); 214ArgumentNullException.ThrowIfNull(elem);
System\Security\Cryptography\Xml\XmlDecryptionTransform.cs (2)
81ArgumentNullException.ThrowIfNull(uri); 162ArgumentNullException.ThrowIfNull(document);
System\Security\Cryptography\Xml\XmlDsigEnvelopedSignatureTransform.cs (2)
94ArgumentNullException.ThrowIfNull(nodeList); 107ArgumentNullException.ThrowIfNull(doc);
System.Security.Permissions (1)
System\Security\Permissions\PrincipalPermission.cs (1)
272ArgumentNullException.ThrowIfNull(elem);
System.ServiceModel.Syndication (139)
System\ServiceModel\Syndication\Atom10FeedFormatter.cs (9)
40ArgumentNullException.ThrowIfNull(feedTypeToCreate); 73ArgumentNullException.ThrowIfNull(reader); 82ArgumentNullException.ThrowIfNull(reader); 89ArgumentNullException.ThrowIfNull(writer); 106ArgumentNullException.ThrowIfNull(writer); 481ArgumentNullException.ThrowIfNull(reader); 482ArgumentNullException.ThrowIfNull(feed); 491ArgumentNullException.ThrowIfNull(reader); 492ArgumentNullException.ThrowIfNull(feed);
System\ServiceModel\Syndication\Atom10ItemFormatter.cs (5)
24ArgumentNullException.ThrowIfNull(itemTypeToCreate); 65ArgumentNullException.ThrowIfNull(reader); 74ArgumentNullException.ThrowIfNull(reader); 81ArgumentNullException.ThrowIfNull(writer); 98ArgumentNullException.ThrowIfNull(writer);
System\ServiceModel\Syndication\AtomPub10CategoriesDocumentFormatter.cs (7)
24ArgumentNullException.ThrowIfNull(inlineDocumentType); 29ArgumentNullException.ThrowIfNull(referencedDocumentType); 59ArgumentNullException.ThrowIfNull(reader); 68ArgumentNullException.ThrowIfNull(reader); 75ArgumentNullException.ThrowIfNull(writer); 87ArgumentNullException.ThrowIfNull(reader); 99ArgumentNullException.ThrowIfNull(writer);
System\ServiceModel\Syndication\AtomPub10ServiceDocumentFormatter.cs (6)
27ArgumentNullException.ThrowIfNull(documentTypeToCreate); 48ArgumentNullException.ThrowIfNull(reader); 57ArgumentNullException.ThrowIfNull(reader); 64ArgumentNullException.ThrowIfNull(writer); 76ArgumentNullException.ThrowIfNull(reader); 89ArgumentNullException.ThrowIfNull(writer);
System\ServiceModel\Syndication\CategoriesDocumentFormatter.cs (1)
20ArgumentNullException.ThrowIfNull(documentToWrite);
System\ServiceModel\Syndication\ExtensibleSyndicationObject.cs (3)
68ArgumentNullException.ThrowIfNull(readerOverUnparsedExtensions); 87ArgumentNullException.ThrowIfNull(writer); 101ArgumentNullException.ThrowIfNull(writer);
System\ServiceModel\Syndication\NullNotAllowedCollection.cs (2)
16ArgumentNullException.ThrowIfNull(item); 23ArgumentNullException.ThrowIfNull(item);
System\ServiceModel\Syndication\ReferencedCategoriesDocument.cs (1)
14ArgumentNullException.ThrowIfNull(link);
System\ServiceModel\Syndication\ResourceCollectionInfo.cs (2)
36ArgumentNullException.ThrowIfNull(title); 37ArgumentNullException.ThrowIfNull(link);
System\ServiceModel\Syndication\Rss20FeedFormatter.cs (9)
33ArgumentNullException.ThrowIfNull(feedTypeToCreate); 73ArgumentNullException.ThrowIfNull(reader); 82ArgumentNullException.ThrowIfNull(reader); 89ArgumentNullException.ThrowIfNull(writer); 106ArgumentNullException.ThrowIfNull(writer); 133ArgumentNullException.ThrowIfNull(reader); 134ArgumentNullException.ThrowIfNull(feed); 143ArgumentNullException.ThrowIfNull(reader); 144ArgumentNullException.ThrowIfNull(feed);
System\ServiceModel\Syndication\Rss20ItemFormatter.cs (5)
25ArgumentNullException.ThrowIfNull(itemTypeToCreate); 88ArgumentNullException.ThrowIfNull(reader); 97ArgumentNullException.ThrowIfNull(reader); 104ArgumentNullException.ThrowIfNull(writer); 121ArgumentNullException.ThrowIfNull(writer);
System\ServiceModel\Syndication\ServiceDocumentFormatter.cs (25)
21ArgumentNullException.ThrowIfNull(documentToWrite); 60ArgumentNullException.ThrowIfNull(document); 68ArgumentNullException.ThrowIfNull(inlineCategories); 75ArgumentNullException.ThrowIfNull(workspace); 92ArgumentNullException.ThrowIfNull(document); 99ArgumentNullException.ThrowIfNull(categories); 106ArgumentNullException.ThrowIfNull(collection); 113ArgumentNullException.ThrowIfNull(workspace); 120ArgumentNullException.ThrowIfNull(document); 127ArgumentNullException.ThrowIfNull(document); 134ArgumentNullException.ThrowIfNull(collection); 141ArgumentNullException.ThrowIfNull(categories); 148ArgumentNullException.ThrowIfNull(workspace); 155ArgumentNullException.ThrowIfNull(collection); 162ArgumentNullException.ThrowIfNull(document); 169ArgumentNullException.ThrowIfNull(workspace); 176ArgumentNullException.ThrowIfNull(categories); 183ArgumentNullException.ThrowIfNull(document); 190ArgumentNullException.ThrowIfNull(workspace); 197ArgumentNullException.ThrowIfNull(collection); 204ArgumentNullException.ThrowIfNull(categories); 211ArgumentNullException.ThrowIfNull(document); 218ArgumentNullException.ThrowIfNull(workspace); 225ArgumentNullException.ThrowIfNull(collection); 232ArgumentNullException.ThrowIfNull(categories);
System\ServiceModel\Syndication\SyndicationCategory.cs (1)
31ArgumentNullException.ThrowIfNull(source);
System\ServiceModel\Syndication\SyndicationContent.cs (2)
72ArgumentNullException.ThrowIfNull(writer); 99ArgumentNullException.ThrowIfNull(source);
System\ServiceModel\Syndication\SyndicationElementExtension.cs (6)
24ArgumentNullException.ThrowIfNull(xmlReader); 57ArgumentNullException.ThrowIfNull(dataContractExtension); 73ArgumentNullException.ThrowIfNull(xmlSerializerExtension); 118ArgumentNullException.ThrowIfNull(serializer); 132ArgumentNullException.ThrowIfNull(serializer); 164ArgumentNullException.ThrowIfNull(writer);
System\ServiceModel\Syndication\SyndicationElementExtensionCollection.cs (7)
66ArgumentNullException.ThrowIfNull(dataContractExtension); 74ArgumentNullException.ThrowIfNull(xmlSerializerExtension); 82ArgumentNullException.ThrowIfNull(xmlReader); 102ArgumentNullException.ThrowIfNull(serializer); 109ArgumentNullException.ThrowIfNull(serializer); 152ArgumentNullException.ThrowIfNull(item); 172ArgumentNullException.ThrowIfNull(item);
System\ServiceModel\Syndication\SyndicationFeed.cs (2)
72ArgumentNullException.ThrowIfNull(source); 411ArgumentNullException.ThrowIfNull(reader);
System\ServiceModel\Syndication\SyndicationFeedFormatter.cs (35)
27ArgumentNullException.ThrowIfNull(feedToWrite); 60ArgumentNullException.ThrowIfNull(feed); 67ArgumentNullException.ThrowIfNull(item); 74ArgumentNullException.ThrowIfNull(feed); 81ArgumentNullException.ThrowIfNull(feed); 88ArgumentNullException.ThrowIfNull(item); 95ArgumentNullException.ThrowIfNull(feed); 102ArgumentNullException.ThrowIfNull(item); 109ArgumentNullException.ThrowIfNull(feed); 116ArgumentNullException.ThrowIfNull(item); 123ArgumentNullException.ThrowIfNull(category); 130ArgumentNullException.ThrowIfNull(link); 137ArgumentNullException.ThrowIfNull(person); 144ArgumentNullException.ThrowIfNull(feed); 155ArgumentNullException.ThrowIfNull(item); 166ArgumentNullException.ThrowIfNull(category); 177ArgumentNullException.ThrowIfNull(link); 188ArgumentNullException.ThrowIfNull(person); 204ArgumentNullException.ThrowIfNull(feed); 211ArgumentNullException.ThrowIfNull(item); 218ArgumentNullException.ThrowIfNull(category); 225ArgumentNullException.ThrowIfNull(link); 232ArgumentNullException.ThrowIfNull(person); 239ArgumentNullException.ThrowIfNull(feed); 246ArgumentNullException.ThrowIfNull(item); 253ArgumentNullException.ThrowIfNull(category); 260ArgumentNullException.ThrowIfNull(link); 267ArgumentNullException.ThrowIfNull(person); 274ArgumentNullException.ThrowIfNull(feed); 281ArgumentNullException.ThrowIfNull(item); 288ArgumentNullException.ThrowIfNull(category); 295ArgumentNullException.ThrowIfNull(link); 302ArgumentNullException.ThrowIfNull(person); 309ArgumentNullException.ThrowIfNull(feed); 412ArgumentNullException.ThrowIfNull(feed);
System\ServiceModel\Syndication\SyndicationItem.cs (3)
53ArgumentNullException.ThrowIfNull(source); 157ArgumentNullException.ThrowIfNull(reader); 178ArgumentNullException.ThrowIfNull(permalink);
System\ServiceModel\Syndication\SyndicationItemFormatter.cs (2)
21ArgumentNullException.ThrowIfNull(itemToWrite); 40ArgumentNullException.ThrowIfNull(item);
System\ServiceModel\Syndication\SyndicationLink.cs (1)
40ArgumentNullException.ThrowIfNull(source);
System\ServiceModel\Syndication\SyndicationPerson.cs (1)
32ArgumentNullException.ThrowIfNull(source);
System\ServiceModel\Syndication\UrlSyndicationContent.cs (1)
16ArgumentNullException.ThrowIfNull(url);
System\ServiceModel\Syndication\XmlSyndicationContent.cs (3)
22ArgumentNullException.ThrowIfNull(reader); 67ArgumentNullException.ThrowIfNull(extension); 136ArgumentNullException.ThrowIfNull(writer);
System.Text.Encoding.CodePages (20)
System\Text\DecoderNLS.cs (5)
82ArgumentNullException.ThrowIfNull(bytes); 122ArgumentNullException.ThrowIfNull(bytes); 123ArgumentNullException.ThrowIfNull(chars); 171ArgumentNullException.ThrowIfNull(bytes); 172ArgumentNullException.ThrowIfNull(chars);
System\Text\EncoderNLS.cs (5)
80ArgumentNullException.ThrowIfNull(chars); 111ArgumentNullException.ThrowIfNull(chars); 112ArgumentNullException.ThrowIfNull(bytes); 156ArgumentNullException.ThrowIfNull(chars); 157ArgumentNullException.ThrowIfNull(bytes);
System\Text\EncodingNLS.cs (10)
51ArgumentNullException.ThrowIfNull(chars); 73ArgumentNullException.ThrowIfNull(s); 100ArgumentNullException.ThrowIfNull(s); 101ArgumentNullException.ThrowIfNull(bytes); 137ArgumentNullException.ThrowIfNull(chars); 138ArgumentNullException.ThrowIfNull(bytes); 189ArgumentNullException.ThrowIfNull(bytes); 225ArgumentNullException.ThrowIfNull(bytes); 226ArgumentNullException.ThrowIfNull(chars); 277ArgumentNullException.ThrowIfNull(bytes);
System.Text.Json (213)
src\libraries\System.Text.Json\Common\JsonSeparatorNamingPolicy.cs (1)
26ArgumentNullException.ThrowIfNull(name);
System\Text\Json\Document\JsonDocument.cs (1)
106ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\Document\JsonDocument.Parse.cs (3)
124ArgumentNullException.ThrowIfNull(utf8Json); 213ArgumentNullException.ThrowIfNull(utf8Json); 351ArgumentNullException.ThrowIfNull(json);
System\Text\Json\Document\JsonElement.cs (3)
135ArgumentNullException.ThrowIfNull(propertyName); 255ArgumentNullException.ThrowIfNull(propertyName); 1547ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\Document\JsonElement.Parse.cs (1)
115ArgumentNullException.ThrowIfNull(json);
System\Text\Json\Document\JsonProperty.cs (1)
117ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\JsonEncodedText.cs (1)
53ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Nodes\JsonArray.cs (1)
266ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\Nodes\JsonArray.IList.cs (1)
127ArgumentNullException.ThrowIfNull(match);
System\Text\Json\Nodes\JsonNode.Parse.cs (3)
75ArgumentNullException.ThrowIfNull(json); 120ArgumentNullException.ThrowIfNull(utf8Json); 146ArgumentNullException.ThrowIfNull(utf8Json);
System\Text\Json\Nodes\JsonObject.cs (4)
143ArgumentNullException.ThrowIfNull(propertyName); 163ArgumentNullException.ThrowIfNull(writer); 231ArgumentNullException.ThrowIfNull(propertyName); 265ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Nodes\JsonObject.IDictionary.cs (4)
28ArgumentNullException.ThrowIfNull(propertyName); 121ArgumentNullException.ThrowIfNull(propertyName); 143ArgumentNullException.ThrowIfNull(propertyName); 229ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Nodes\JsonObject.IList.cs (3)
26ArgumentNullException.ThrowIfNull(propertyName); 55ArgumentNullException.ThrowIfNull(propertyName); 69ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Nodes\JsonValue.cs (1)
84ArgumentNullException.ThrowIfNull(jsonTypeInfo);
System\Text\Json\Nodes\JsonValueOfElement.cs (1)
199ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\Nodes\JsonValueOfTCustomized.cs (1)
31ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\Nodes\JsonValueOfTPrimitive.cs (1)
44ArgumentNullException.ThrowIfNull(writer);
System\Text\Json\Schema\JsonSchemaExporter.cs (3)
29ArgumentNullException.ThrowIfNull(options); 30ArgumentNullException.ThrowIfNull(type); 45ArgumentNullException.ThrowIfNull(typeInfo);
System\Text\Json\Serialization\ConfigurationList.cs (3)
37ArgumentNullException.ThrowIfNull(value); 50ArgumentNullException.ThrowIfNull(item); 87ArgumentNullException.ThrowIfNull(item);
System\Text\Json\Serialization\Converters\Object\ObjectConverter.cs (1)
51ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\Converters\Value\JsonPrimitiveConverter.cs (1)
18ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\Converters\Value\StringConverter.cs (1)
38ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\Converters\Value\UriConverter.cs (1)
48ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\Converters\Value\VersionConverter.cs (1)
110ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\JsonConverterOfT.cs (1)
638ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\JsonResumableConverterOfT.cs (2)
19ArgumentNullException.ThrowIfNull(options); 33ArgumentNullException.ThrowIfNull(options);
System\Text\Json\Serialization\JsonSerializer.Helpers.cs (1)
70ArgumentNullException.ThrowIfNull(inputType);
System\Text\Json\Serialization\JsonSerializer.Read.Document.cs (10)
33ArgumentNullException.ThrowIfNull(document); 61ArgumentNullException.ThrowIfNull(document); 62ArgumentNullException.ThrowIfNull(returnType); 88ArgumentNullException.ThrowIfNull(document); 89ArgumentNullException.ThrowIfNull(jsonTypeInfo); 111ArgumentNullException.ThrowIfNull(document); 112ArgumentNullException.ThrowIfNull(jsonTypeInfo); 157ArgumentNullException.ThrowIfNull(document); 158ArgumentNullException.ThrowIfNull(returnType); 159ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Read.Element.cs (5)
56ArgumentNullException.ThrowIfNull(returnType); 82ArgumentNullException.ThrowIfNull(jsonTypeInfo); 100ArgumentNullException.ThrowIfNull(jsonTypeInfo); 141ArgumentNullException.ThrowIfNull(returnType); 142ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Read.Node.cs (5)
54ArgumentNullException.ThrowIfNull(returnType); 75ArgumentNullException.ThrowIfNull(jsonTypeInfo); 92ArgumentNullException.ThrowIfNull(jsonTypeInfo); 132ArgumentNullException.ThrowIfNull(returnType); 133ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Read.Span.cs (5)
60ArgumentNullException.ThrowIfNull(returnType); 80ArgumentNullException.ThrowIfNull(jsonTypeInfo); 98ArgumentNullException.ThrowIfNull(jsonTypeInfo); 129ArgumentNullException.ThrowIfNull(returnType); 130ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Read.Stream.cs (23)
49ArgumentNullException.ThrowIfNull(utf8Json); 81ArgumentNullException.ThrowIfNull(utf8Json); 118ArgumentNullException.ThrowIfNull(utf8Json); 119ArgumentNullException.ThrowIfNull(returnType); 152ArgumentNullException.ThrowIfNull(utf8Json); 153ArgumentNullException.ThrowIfNull(returnType); 183ArgumentNullException.ThrowIfNull(utf8Json); 184ArgumentNullException.ThrowIfNull(jsonTypeInfo); 212ArgumentNullException.ThrowIfNull(utf8Json); 213ArgumentNullException.ThrowIfNull(jsonTypeInfo); 239ArgumentNullException.ThrowIfNull(utf8Json); 240ArgumentNullException.ThrowIfNull(jsonTypeInfo); 264ArgumentNullException.ThrowIfNull(utf8Json); 265ArgumentNullException.ThrowIfNull(jsonTypeInfo); 304ArgumentNullException.ThrowIfNull(utf8Json); 305ArgumentNullException.ThrowIfNull(returnType); 306ArgumentNullException.ThrowIfNull(context); 341ArgumentNullException.ThrowIfNull(utf8Json); 342ArgumentNullException.ThrowIfNull(returnType); 343ArgumentNullException.ThrowIfNull(context); 398ArgumentNullException.ThrowIfNull(utf8Json); 449ArgumentNullException.ThrowIfNull(utf8Json); 450ArgumentNullException.ThrowIfNull(jsonTypeInfo);
System\Text\Json\Serialization\JsonSerializer.Read.String.cs (15)
49ArgumentNullException.ThrowIfNull(json); 118ArgumentNullException.ThrowIfNull(json); 119ArgumentNullException.ThrowIfNull(returnType); 156ArgumentNullException.ThrowIfNull(returnType); 193ArgumentNullException.ThrowIfNull(json); 194ArgumentNullException.ThrowIfNull(jsonTypeInfo); 229ArgumentNullException.ThrowIfNull(jsonTypeInfo); 259ArgumentNullException.ThrowIfNull(json); 260ArgumentNullException.ThrowIfNull(jsonTypeInfo); 286ArgumentNullException.ThrowIfNull(jsonTypeInfo); 329ArgumentNullException.ThrowIfNull(json); 330ArgumentNullException.ThrowIfNull(returnType); 331ArgumentNullException.ThrowIfNull(context); 374ArgumentNullException.ThrowIfNull(returnType); 375ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Read.Utf8JsonReader.cs (5)
114ArgumentNullException.ThrowIfNull(returnType); 161ArgumentNullException.ThrowIfNull(jsonTypeInfo); 207ArgumentNullException.ThrowIfNull(jsonTypeInfo); 264ArgumentNullException.ThrowIfNull(returnType); 265ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.ByteArray.cs (3)
73ArgumentNullException.ThrowIfNull(jsonTypeInfo); 93ArgumentNullException.ThrowIfNull(jsonTypeInfo); 122ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.Document.cs (3)
70ArgumentNullException.ThrowIfNull(jsonTypeInfo); 90ArgumentNullException.ThrowIfNull(jsonTypeInfo); 116ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.Element.cs (3)
70ArgumentNullException.ThrowIfNull(jsonTypeInfo); 90ArgumentNullException.ThrowIfNull(jsonTypeInfo); 116ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.Node.cs (3)
71ArgumentNullException.ThrowIfNull(jsonTypeInfo); 91ArgumentNullException.ThrowIfNull(jsonTypeInfo); 117ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.Pipe.cs (8)
33ArgumentNullException.ThrowIfNull(utf8Json); 34ArgumentNullException.ThrowIfNull(jsonTypeInfo); 64ArgumentNullException.ThrowIfNull(utf8Json); 90ArgumentNullException.ThrowIfNull(utf8Json); 91ArgumentNullException.ThrowIfNull(jsonTypeInfo); 123ArgumentNullException.ThrowIfNull(utf8Json); 124ArgumentNullException.ThrowIfNull(context); 160ArgumentNullException.ThrowIfNull(utf8Json);
System\Text\Json\Serialization\JsonSerializer.Write.Stream.cs (16)
47ArgumentNullException.ThrowIfNull(utf8Json); 74ArgumentNullException.ThrowIfNull(utf8Json); 108ArgumentNullException.ThrowIfNull(utf8Json); 140ArgumentNullException.ThrowIfNull(utf8Json); 165ArgumentNullException.ThrowIfNull(utf8Json); 166ArgumentNullException.ThrowIfNull(jsonTypeInfo); 187ArgumentNullException.ThrowIfNull(utf8Json); 188ArgumentNullException.ThrowIfNull(jsonTypeInfo); 214ArgumentNullException.ThrowIfNull(utf8Json); 215ArgumentNullException.ThrowIfNull(jsonTypeInfo); 238ArgumentNullException.ThrowIfNull(utf8Json); 239ArgumentNullException.ThrowIfNull(jsonTypeInfo); 271ArgumentNullException.ThrowIfNull(utf8Json); 272ArgumentNullException.ThrowIfNull(context); 302ArgumentNullException.ThrowIfNull(utf8Json); 303ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.String.cs (3)
85ArgumentNullException.ThrowIfNull(jsonTypeInfo); 109ArgumentNullException.ThrowIfNull(jsonTypeInfo); 139ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializer.Write.Utf8JsonWriter.cs (8)
33ArgumentNullException.ThrowIfNull(writer); 64ArgumentNullException.ThrowIfNull(writer); 83ArgumentNullException.ThrowIfNull(writer); 84ArgumentNullException.ThrowIfNull(jsonTypeInfo); 104ArgumentNullException.ThrowIfNull(writer); 105ArgumentNullException.ThrowIfNull(jsonTypeInfo); 134ArgumentNullException.ThrowIfNull(writer); 135ArgumentNullException.ThrowIfNull(context);
System\Text\Json\Serialization\JsonSerializerOptions.Caching.cs (2)
57ArgumentNullException.ThrowIfNull(type); 82ArgumentNullException.ThrowIfNull(type);
System\Text\Json\Serialization\JsonSerializerOptions.Converters.cs (1)
43ArgumentNullException.ThrowIfNull(typeToConvert);
System\Text\Json\Serialization\JsonSerializerOptions.cs (1)
124ArgumentNullException.ThrowIfNull(options);
System\Text\Json\Serialization\Metadata\DefaultJsonTypeInfoResolver.cs (2)
53ArgumentNullException.ThrowIfNull(type); 54ArgumentNullException.ThrowIfNull(options);
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Collections.cs (3)
87ArgumentNullException.ThrowIfNull(createRangeFunc); 152ArgumentNullException.ThrowIfNull(createRangeFunc); 399ArgumentNullException.ThrowIfNull(addFunc);
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Converters.cs (3)
285ArgumentNullException.ThrowIfNull(options); 299ArgumentNullException.ThrowIfNull(underlyingTypeInfo); 315ArgumentNullException.ThrowIfNull(options);
System\Text\Json\Serialization\Metadata\JsonMetadataServices.cs (6)
25ArgumentNullException.ThrowIfNull(options); 26ArgumentNullException.ThrowIfNull(propertyInfo); 59ArgumentNullException.ThrowIfNull(options); 60ArgumentNullException.ThrowIfNull(objectInfo); 73ArgumentNullException.ThrowIfNull(options); 74ArgumentNullException.ThrowIfNull(converter);
System\Text\Json\Serialization\Metadata\JsonMetadataServices.Helpers.cs (1)
78ArgumentNullException.ThrowIfNull(collectionInfo);
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
800ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (5)
911ArgumentNullException.ThrowIfNull(options); 939ArgumentNullException.ThrowIfNull(type); 940ArgumentNullException.ThrowIfNull(options); 988ArgumentNullException.ThrowIfNull(propertyType); 989ArgumentNullException.ThrowIfNull(name);
System\Text\Json\Serialization\Metadata\JsonTypeInfoResolver.cs (3)
28ArgumentNullException.ThrowIfNull(resolvers); 70ArgumentNullException.ThrowIfNull(resolver); 71ArgumentNullException.ThrowIfNull(modifier);
System\Text\Json\Writer\Utf8JsonWriter.cs (4)
219ArgumentNullException.ThrowIfNull(bufferWriter); 237ArgumentNullException.ThrowIfNull(utf8Json); 854ArgumentNullException.ThrowIfNull(propertyName); 877ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Bytes.cs (1)
50ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (1)
55ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (1)
54ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (1)
54ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (1)
56ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (1)
56ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (1)
54ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (2)
76ArgumentNullException.ThrowIfNull(propertyName); 171ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (2)
54ArgumentNullException.ThrowIfNull(propertyName); 142ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (5)
72ArgumentNullException.ThrowIfNull(propertyName); 455ArgumentNullException.ThrowIfNull(propertyName); 484ArgumentNullException.ThrowIfNull(propertyName); 635ArgumentNullException.ThrowIfNull(propertyName); 722ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (2)
56ArgumentNullException.ThrowIfNull(propertyName); 148ArgumentNullException.ThrowIfNull(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Comment.cs (1)
29ArgumentNullException.ThrowIfNull(value);
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Raw.cs (1)
41ArgumentNullException.ThrowIfNull(json);
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\CollectionDebuggerProxy.cs (1)
15ArgumentNullException.ThrowIfNull(collection);
System\Text\RegularExpressions\Regex.cs (3)
236ArgumentNullException.ThrowIfNull(assemblyname); 237ArgumentNullException.ThrowIfNull(regexinfos); 243ArgumentNullException.ThrowIfNull(regexinfos[i]);
System\Text\RegularExpressions\RegexCompilationInfo.cs (2)
61ArgumentNullException.ThrowIfNull(value, nameof(Namespace)); 74ArgumentNullException.ThrowIfNull(value, nameof(Pattern));
System.Threading.Channels (3)
System\Threading\Channels\Channel.cs (2)
21ArgumentNullException.ThrowIfNull(options); 61ArgumentNullException.ThrowIfNull(options);
System\Threading\Channels\Channel.netcoreapp.cs (1)
31ArgumentNullException.ThrowIfNull(options);
System.Threading.RateLimiting (6)
System\Threading\RateLimiting\ConcurrencyLimiter.cs (1)
42ArgumentNullException.ThrowIfNull(options);
System\Threading\RateLimiting\FixedWindowRateLimiter.cs (1)
49ArgumentNullException.ThrowIfNull(options);
System\Threading\RateLimiting\PartitionedRateLimiter.cs (1)
57ArgumentNullException.ThrowIfNull(limiters);
System\Threading\RateLimiting\RateLimiter.cs (1)
35ArgumentNullException.ThrowIfNull(limiters);
System\Threading\RateLimiting\SlidingWindowRateLimiter.cs (1)
53ArgumentNullException.ThrowIfNull(options);
System\Threading\RateLimiting\TokenBucketRateLimiter.cs (1)
51ArgumentNullException.ThrowIfNull(options);
System.Threading.Tasks.Dataflow (59)
Base\DataflowBlock.cs (30)
37ArgumentNullException.ThrowIfNull(source); 38ArgumentNullException.ThrowIfNull(target); 78ArgumentNullException.ThrowIfNull(source); 79ArgumentNullException.ThrowIfNull(target); 80ArgumentNullException.ThrowIfNull(linkOptions); 81ArgumentNullException.ThrowIfNull(predicate); 239ArgumentNullException.ThrowIfNull(target); 288ArgumentNullException.ThrowIfNull(target); 768ArgumentNullException.ThrowIfNull(source); 845ArgumentNullException.ThrowIfNull(source); 927ArgumentNullException.ThrowIfNull(source); 1476ArgumentNullException.ThrowIfNull(exception); 1509ArgumentNullException.ThrowIfNull(target); 1510ArgumentNullException.ThrowIfNull(source); 1542ArgumentNullException.ThrowIfNull(exception); 1704ArgumentNullException.ThrowIfNull(source1); 1705ArgumentNullException.ThrowIfNull(action1); 1706ArgumentNullException.ThrowIfNull(source2); 1707ArgumentNullException.ThrowIfNull(action2); 1708ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 1794ArgumentNullException.ThrowIfNull(source1); 1795ArgumentNullException.ThrowIfNull(action1); 1796ArgumentNullException.ThrowIfNull(source2); 1797ArgumentNullException.ThrowIfNull(action2); 1798ArgumentNullException.ThrowIfNull(source3); 1799ArgumentNullException.ThrowIfNull(action3); 1800ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 2156ArgumentNullException.ThrowIfNull(source); 2221ArgumentNullException.ThrowIfNull(observer); 2523ArgumentNullException.ThrowIfNull(target);
Base\DataflowBlock.IAsyncEnumerable.cs (1)
19ArgumentNullException.ThrowIfNull(source);
Blocks\ActionBlock.cs (3)
71ArgumentNullException.ThrowIfNull(action); 72ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 234ArgumentNullException.ThrowIfNull(exception);
Blocks\BatchBlock.cs (1)
104ArgumentNullException.ThrowIfNull(exception);
Blocks\BatchedJoinBlock.cs (3)
159ArgumentNullException.ThrowIfNull(exception); 413ArgumentNullException.ThrowIfNull(exception); 613ArgumentNullException.ThrowIfNull(exception);
Blocks\BroadcastBlock.cs (4)
67ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 114ArgumentNullException.ThrowIfNull(exception); 1005ArgumentNullException.ThrowIfNull(target); 1006ArgumentNullException.ThrowIfNull(linkOptions);
Blocks\BufferBlock.cs (2)
48ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 149ArgumentNullException.ThrowIfNull(exception);
Blocks\JoinBlock.cs (5)
52ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 143ArgumentNullException.ThrowIfNull(exception); 273ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 364ArgumentNullException.ThrowIfNull(exception); 927ArgumentNullException.ThrowIfNull(exception);
Blocks\TransformBlock.cs (2)
93ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 335ArgumentNullException.ThrowIfNull(exception);
Blocks\TransformManyBlock.cs (1)
550ArgumentNullException.ThrowIfNull(exception);
Blocks\TransformManyBlock.IAsyncEnumerable.cs (1)
32ArgumentNullException.ThrowIfNull(transform);
Blocks\WriteOnceBlock.cs (4)
65ArgumentNullException.ThrowIfNull(dataflowBlockOptions); 208ArgumentNullException.ThrowIfNull(exception); 299ArgumentNullException.ThrowIfNull(target); 300ArgumentNullException.ThrowIfNull(linkOptions);
Internal\SourceCore.cs (2)
126ArgumentNullException.ThrowIfNull(target); 127ArgumentNullException.ThrowIfNull(linkOptions);
System.Threading.Tasks.Parallel (118)
System\Threading\Tasks\Parallel.cs (94)
193ArgumentNullException.ThrowIfNull(parallelOptions); 194ArgumentNullException.ThrowIfNull(actions); 390ArgumentNullException.ThrowIfNull(body); 416ArgumentNullException.ThrowIfNull(body); 452ArgumentNullException.ThrowIfNull(parallelOptions); 453ArgumentNullException.ThrowIfNull(body); 489ArgumentNullException.ThrowIfNull(parallelOptions); 490ArgumentNullException.ThrowIfNull(body); 539ArgumentNullException.ThrowIfNull(body); 566ArgumentNullException.ThrowIfNull(body); 604ArgumentNullException.ThrowIfNull(parallelOptions); 605ArgumentNullException.ThrowIfNull(body); 644ArgumentNullException.ThrowIfNull(parallelOptions); 645ArgumentNullException.ThrowIfNull(body); 696ArgumentNullException.ThrowIfNull(localInit); 697ArgumentNullException.ThrowIfNull(body); 698ArgumentNullException.ThrowIfNull(localFinally); 749ArgumentNullException.ThrowIfNull(localInit); 750ArgumentNullException.ThrowIfNull(body); 751ArgumentNullException.ThrowIfNull(localFinally); 813ArgumentNullException.ThrowIfNull(parallelOptions); 814ArgumentNullException.ThrowIfNull(localInit); 815ArgumentNullException.ThrowIfNull(body); 816ArgumentNullException.ThrowIfNull(localFinally); 878ArgumentNullException.ThrowIfNull(parallelOptions); 879ArgumentNullException.ThrowIfNull(localInit); 880ArgumentNullException.ThrowIfNull(body); 881ArgumentNullException.ThrowIfNull(localFinally); 1184ArgumentNullException.ThrowIfNull(source); 1185ArgumentNullException.ThrowIfNull(body); 1223ArgumentNullException.ThrowIfNull(source); 1224ArgumentNullException.ThrowIfNull(parallelOptions); 1225ArgumentNullException.ThrowIfNull(body); 1254ArgumentNullException.ThrowIfNull(source); 1255ArgumentNullException.ThrowIfNull(body); 1295ArgumentNullException.ThrowIfNull(source); 1296ArgumentNullException.ThrowIfNull(parallelOptions); 1297ArgumentNullException.ThrowIfNull(body); 1326ArgumentNullException.ThrowIfNull(source); 1327ArgumentNullException.ThrowIfNull(body); 1367ArgumentNullException.ThrowIfNull(source); 1368ArgumentNullException.ThrowIfNull(parallelOptions); 1369ArgumentNullException.ThrowIfNull(body); 1419ArgumentNullException.ThrowIfNull(source); 1420ArgumentNullException.ThrowIfNull(localInit); 1421ArgumentNullException.ThrowIfNull(body); 1422ArgumentNullException.ThrowIfNull(localFinally); 1484ArgumentNullException.ThrowIfNull(source); 1485ArgumentNullException.ThrowIfNull(parallelOptions); 1486ArgumentNullException.ThrowIfNull(localInit); 1487ArgumentNullException.ThrowIfNull(body); 1488ArgumentNullException.ThrowIfNull(localFinally); 1538ArgumentNullException.ThrowIfNull(source); 1539ArgumentNullException.ThrowIfNull(localInit); 1540ArgumentNullException.ThrowIfNull(body); 1541ArgumentNullException.ThrowIfNull(localFinally); 1602ArgumentNullException.ThrowIfNull(source); 1603ArgumentNullException.ThrowIfNull(parallelOptions); 1604ArgumentNullException.ThrowIfNull(localInit); 1605ArgumentNullException.ThrowIfNull(body); 1606ArgumentNullException.ThrowIfNull(localFinally); 1839ArgumentNullException.ThrowIfNull(source); 1840ArgumentNullException.ThrowIfNull(body); 1892ArgumentNullException.ThrowIfNull(source); 1893ArgumentNullException.ThrowIfNull(body); 1948ArgumentNullException.ThrowIfNull(source); 1949ArgumentNullException.ThrowIfNull(body); 2026ArgumentNullException.ThrowIfNull(source); 2027ArgumentNullException.ThrowIfNull(localInit); 2028ArgumentNullException.ThrowIfNull(body); 2029ArgumentNullException.ThrowIfNull(localFinally); 2104ArgumentNullException.ThrowIfNull(source); 2105ArgumentNullException.ThrowIfNull(localInit); 2106ArgumentNullException.ThrowIfNull(body); 2107ArgumentNullException.ThrowIfNull(localFinally); 2174ArgumentNullException.ThrowIfNull(source); 2175ArgumentNullException.ThrowIfNull(parallelOptions); 2176ArgumentNullException.ThrowIfNull(body); 2240ArgumentNullException.ThrowIfNull(source); 2241ArgumentNullException.ThrowIfNull(parallelOptions); 2242ArgumentNullException.ThrowIfNull(body); 2309ArgumentNullException.ThrowIfNull(source); 2310ArgumentNullException.ThrowIfNull(parallelOptions); 2311ArgumentNullException.ThrowIfNull(body); 2400ArgumentNullException.ThrowIfNull(source); 2401ArgumentNullException.ThrowIfNull(parallelOptions); 2402ArgumentNullException.ThrowIfNull(localInit); 2403ArgumentNullException.ThrowIfNull(body); 2404ArgumentNullException.ThrowIfNull(localFinally); 2491ArgumentNullException.ThrowIfNull(source); 2492ArgumentNullException.ThrowIfNull(parallelOptions); 2493ArgumentNullException.ThrowIfNull(localInit); 2494ArgumentNullException.ThrowIfNull(body); 2495ArgumentNullException.ThrowIfNull(localFinally);
System\Threading\Tasks\Parallel.ForEachAsync.cs (24)
23ArgumentNullException.ThrowIfNull(fromInclusive); 24ArgumentNullException.ThrowIfNull(toExclusive); 25ArgumentNullException.ThrowIfNull(body); 41ArgumentNullException.ThrowIfNull(fromInclusive); 42ArgumentNullException.ThrowIfNull(toExclusive); 43ArgumentNullException.ThrowIfNull(body); 59ArgumentNullException.ThrowIfNull(fromInclusive); 60ArgumentNullException.ThrowIfNull(toExclusive); 61ArgumentNullException.ThrowIfNull(parallelOptions); 62ArgumentNullException.ThrowIfNull(body); 200ArgumentNullException.ThrowIfNull(source); 201ArgumentNullException.ThrowIfNull(body); 216ArgumentNullException.ThrowIfNull(source); 217ArgumentNullException.ThrowIfNull(body); 231ArgumentNullException.ThrowIfNull(source); 232ArgumentNullException.ThrowIfNull(parallelOptions); 233ArgumentNullException.ThrowIfNull(body); 355ArgumentNullException.ThrowIfNull(source); 356ArgumentNullException.ThrowIfNull(body); 371ArgumentNullException.ThrowIfNull(source); 372ArgumentNullException.ThrowIfNull(body); 386ArgumentNullException.ThrowIfNull(source); 387ArgumentNullException.ThrowIfNull(parallelOptions); 388ArgumentNullException.ThrowIfNull(body);
System.Transactions.Local (22)
System\Transactions\Transaction.cs (9)
289ArgumentNullException.ThrowIfNull(superior); 488ArgumentNullException.ThrowIfNull(enlistmentNotification); 536ArgumentNullException.ThrowIfNull(singlePhaseNotification); 623ArgumentNullException.ThrowIfNull(enlistmentNotification); 662ArgumentNullException.ThrowIfNull(singlePhaseNotification); 903ArgumentNullException.ThrowIfNull(promotableSinglePhaseNotification); 949ArgumentNullException.ThrowIfNull(promotableNotification); 950ArgumentNullException.ThrowIfNull(enlistmentNotification); 988ArgumentNullException.ThrowIfNull(promotableNotification);
System\Transactions\TransactionInteropNonWindows.cs (9)
13ArgumentNullException.ThrowIfNull(transaction); 47ArgumentNullException.ThrowIfNull(transaction); 48ArgumentNullException.ThrowIfNull(whereabouts); 73ArgumentNullException.ThrowIfNull(cookie); 122ArgumentNullException.ThrowIfNull(transaction); 143ArgumentNullException.ThrowIfNull(propagationToken); 187ArgumentNullException.ThrowIfNull(transaction); 208ArgumentNullException.ThrowIfNull(transactionNative); 244ArgumentNullException.ThrowIfNull(propagationToken);
System\Transactions\TransactionManager.cs (3)
122ArgumentNullException.ThrowIfNull(value); 147ArgumentNullException.ThrowIfNull(recoveryInformation); 149ArgumentNullException.ThrowIfNull(enlistmentNotification);
System\Transactions\TransactionScope.cs (1)
469ArgumentNullException.ThrowIfNull(transactionToUse);
System.Web.HttpUtility (6)
System\Web\HttpUtility.cs (2)
85ArgumentNullException.ThrowIfNull(query); 86ArgumentNullException.ThrowIfNull(encoding);
System\Web\Util\HttpEncoder.cs (4)
58ArgumentNullException.ThrowIfNull(output); 111ArgumentNullException.ThrowIfNull(output); 121ArgumentNullException.ThrowIfNull(output); 603ArgumentNullException.ThrowIfNull(bytes);
System.Windows.Controls.Ribbon (81)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
117ArgumentNullException.ThrowIfNull(value);
Microsoft\Windows\Controls\KeyTipService.cs (11)
61ArgumentNullException.ThrowIfNull(element); 70ArgumentNullException.ThrowIfNull(element); 99ArgumentNullException.ThrowIfNull(element); 105ArgumentNullException.ThrowIfNull(element); 120ArgumentNullException.ThrowIfNull(element); 126ArgumentNullException.ThrowIfNull(element); 412ArgumentNullException.ThrowIfNull(element); 418ArgumentNullException.ThrowIfNull(element); 1278ArgumentNullException.ThrowIfNull(element); 1284ArgumentNullException.ThrowIfNull(element); 1301ArgumentNullException.ThrowIfNull(visual);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (2)
51ArgumentNullException.ThrowIfNull(starLayoutInfoProvider); 66ArgumentNullException.ThrowIfNull(starLayoutInfoProvider);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
30ArgumentNullException.ThrowIfNull(starLayoutInfoProvider); 40ArgumentNullException.ThrowIfNull(starLayoutInfoProvider);
Microsoft\Windows\Controls\Ribbon\RibbonControlLengthConverter.cs (1)
117ArgumentNullException.ThrowIfNull(destinationType);
Microsoft\Windows\Controls\Ribbon\RibbonControlService.cs (54)
45ArgumentNullException.ThrowIfNull(element); 54ArgumentNullException.ThrowIfNull(element); 76ArgumentNullException.ThrowIfNull(element); 85ArgumentNullException.ThrowIfNull(element); 111ArgumentNullException.ThrowIfNull(element); 120ArgumentNullException.ThrowIfNull(element); 145ArgumentNullException.ThrowIfNull(element); 154ArgumentNullException.ThrowIfNull(element); 170ArgumentNullException.ThrowIfNull(element); 179ArgumentNullException.ThrowIfNull(element); 195ArgumentNullException.ThrowIfNull(element); 204ArgumentNullException.ThrowIfNull(element); 220ArgumentNullException.ThrowIfNull(element); 229ArgumentNullException.ThrowIfNull(element); 245ArgumentNullException.ThrowIfNull(element); 254ArgumentNullException.ThrowIfNull(element); 270ArgumentNullException.ThrowIfNull(element); 279ArgumentNullException.ThrowIfNull(element); 309ArgumentNullException.ThrowIfNull(element); 318ArgumentNullException.ThrowIfNull(element); 337ArgumentNullException.ThrowIfNull(element); 346ArgumentNullException.ThrowIfNull(element); 365ArgumentNullException.ThrowIfNull(element); 374ArgumentNullException.ThrowIfNull(element); 393ArgumentNullException.ThrowIfNull(element); 402ArgumentNullException.ThrowIfNull(element); 421ArgumentNullException.ThrowIfNull(element); 430ArgumentNullException.ThrowIfNull(element); 449ArgumentNullException.ThrowIfNull(element); 458ArgumentNullException.ThrowIfNull(element); 477ArgumentNullException.ThrowIfNull(element); 486ArgumentNullException.ThrowIfNull(element); 505ArgumentNullException.ThrowIfNull(element); 514ArgumentNullException.ThrowIfNull(element); 533ArgumentNullException.ThrowIfNull(element); 542ArgumentNullException.ThrowIfNull(element); 563ArgumentNullException.ThrowIfNull(element); 574ArgumentNullException.ThrowIfNull(element); 600ArgumentNullException.ThrowIfNull(element); 609ArgumentNullException.ThrowIfNull(element); 646ArgumentNullException.ThrowIfNull(element); 652ArgumentNullException.ThrowIfNull(element); 735ArgumentNullException.ThrowIfNull(element); 745ArgumentNullException.ThrowIfNull(element); 767ArgumentNullException.ThrowIfNull(element); 773ArgumentNullException.ThrowIfNull(element); 796ArgumentNullException.ThrowIfNull(element); 805ArgumentNullException.ThrowIfNull(element); 824ArgumentNullException.ThrowIfNull(element); 833ArgumentNullException.ThrowIfNull(element); 853ArgumentNullException.ThrowIfNull(element); 862ArgumentNullException.ThrowIfNull(element); 875ArgumentNullException.ThrowIfNull(element); 884ArgumentNullException.ThrowIfNull(element);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1498ArgumentNullException.ThrowIfNull(element);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
275ArgumentNullException.ThrowIfNull(element);
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (4)
217ArgumentNullException.ThrowIfNull(element); 223ArgumentNullException.ThrowIfNull(element); 242ArgumentNullException.ThrowIfNull(element); 248ArgumentNullException.ThrowIfNull(element);
Microsoft\Windows\Controls\Ribbon\StringCollectionConverter.cs (2)
100ArgumentNullException.ThrowIfNull(value); 101ArgumentNullException.ThrowIfNull(destinationType);
Microsoft\Windows\Controls\TextSearchInternal.cs (2)
37ArgumentNullException.ThrowIfNull(itemsControl); 776ArgumentNullException.ThrowIfNull(element);
System.Windows.Forms (406)
misc\CollectionHelper.cs (1)
16ArgumentNullException.ThrowIfNull(target);
System\Resources\ResXDataNode.cs (1)
78ArgumentNullException.ThrowIfNull(name);
System\Resources\ResXResourceWriter.cs (1)
251ArgumentNullException.ThrowIfNull(assemblyName);
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
18ArgumentNullException.ThrowIfNull(owningControl);
System\Windows\Forms\Accessibility\LabelEditNativeWindow.cs (1)
30ArgumentNullException.ThrowIfNull(owningControl);
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
31ArgumentNullException.ThrowIfNull(owner);
System\Windows\Forms\ActiveX\AxHost.AxPropertyDescriptor.cs (1)
113ArgumentNullException.ThrowIfNull(editorBaseType);
System\Windows\Forms\ActiveX\AxHost.StateConverter.cs (1)
40ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Application.cs (1)
1361ArgumentNullException.ThrowIfNull(font);
System\Windows\Forms\AutoCompleteStringCollection.cs (1)
81ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\ComponentModel\COM2Interop\Com2AboutBoxPropertyDescriptor.AboutBoxUITypeEditor.cs (1)
16ArgumentNullException.ThrowIfNull(context);
System\Windows\Forms\ComponentModel\COM2Interop\COM2EnumConverter.cs (1)
27ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\ComponentModel\COM2Interop\COM2Properties.cs (2)
40ArgumentNullException.ThrowIfNull(comObject); 41ArgumentNullException.ThrowIfNull(properties);
System\Windows\Forms\ContextMenuStrip.cs (1)
20ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\Control.ControlCollection.cs (2)
141ArgumentNullException.ThrowIfNull(controls); 421ArgumentNullException.ThrowIfNull(child);
System\Windows\Forms\Control.cs (5)
2421ArgumentNullException.ThrowIfNull(control); 4976ArgumentNullException.ThrowIfNull(bitmap); 5028ArgumentNullException.ThrowIfNull(asyncResult); 7152ArgumentNullException.ThrowIfNull(e); 8140ArgumentNullException.ThrowIfNull(e);
System\Windows\Forms\Control_InvokeAsync.cs (4)
32ArgumentNullException.ThrowIfNull(callback); 98ArgumentNullException.ThrowIfNull(callback); 163ArgumentNullException.ThrowIfNull(callback); 227ArgumentNullException.ThrowIfNull(callback);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\ButtonDarkModeRendererBase.cs (4)
23ArgumentNullException.ThrowIfNull(graphics); 43ArgumentNullException.ThrowIfNull(graphics); 44ArgumentNullException.ThrowIfNull(paintImage); 45ArgumentNullException.ThrowIfNull(paintField);
System\Windows\Forms\Controls\ComboBox\ComboBox.ObjectCollection.cs (5)
118ArgumentNullException.ThrowIfNull(item); 193ArgumentNullException.ThrowIfNull(items); 266ArgumentNullException.ThrowIfNull(destination); 281ArgumentNullException.ThrowIfNull(destination); 312ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (7)
9762ArgumentNullException.ThrowIfNull(dataGridViewCell); 10737ArgumentNullException.ThrowIfNull(dataGridViewColumn); 10999ArgumentNullException.ThrowIfNull(dataGridViewRow); 11236ArgumentNullException.ThrowIfNull(previousModes, nameof(e.PreviousModes)); 25343ArgumentNullException.ThrowIfNull(dataGridViewCurrentCell); 28161ArgumentNullException.ThrowIfNull(dataGridViewColumn); 28183ArgumentNullException.ThrowIfNull(comparer);
System\Windows\Forms\Controls\DataGridView\DataGridViewButtonCell.cs (4)
151ArgumentNullException.ThrowIfNull(cellStyle); 216ArgumentNullException.ThrowIfNull(cellStyle); 287ArgumentNullException.ThrowIfNull(cellStyle); 609ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (15)
772ArgumentNullException.ThrowIfNull(dataGridViewAdvancedBorderStyleInput); 773ArgumentNullException.ThrowIfNull(dataGridViewAdvancedBorderStylePlaceholder); 831ArgumentNullException.ThrowIfNull(advancedBorderStyle); 2541ArgumentNullException.ThrowIfNull(graphics); 2542ArgumentNullException.ThrowIfNull(font); 2565ArgumentNullException.ThrowIfNull(graphics); 2566ArgumentNullException.ThrowIfNull(font); 2610ArgumentNullException.ThrowIfNull(graphics); 2611ArgumentNullException.ThrowIfNull(font); 3127ArgumentNullException.ThrowIfNull(graphics); 3128ArgumentNullException.ThrowIfNull(cellStyle); 3129ArgumentNullException.ThrowIfNull(advancedBorderStyle); 3531ArgumentNullException.ThrowIfNull(graphics); 3548ArgumentNullException.ThrowIfNull(graphics); 3717ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellCollection.cs (1)
190ArgumentNullException.ThrowIfNull(dataGridViewCells);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellConverter.cs (1)
26ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellMouseEventArgs.cs (1)
18ArgumentNullException.ThrowIfNull(e);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyle.cs (2)
41ArgumentNullException.ThrowIfNull(dataGridViewCellStyle); 376ArgumentNullException.ThrowIfNull(dataGridViewCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewCellStyleConverter.cs (1)
36ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\DataGridView\DataGridViewCheckBoxCell.cs (4)
446ArgumentNullException.ThrowIfNull(cellStyle); 508ArgumentNullException.ThrowIfNull(cellStyle); 646ArgumentNullException.ThrowIfNull(cellStyle); 1008ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnCollection.cs (8)
90ArgumentNullException.ThrowIfNull(columnName); 176ArgumentNullException.ThrowIfNull(dataGridViewColumns); 335ArgumentNullException.ThrowIfNull(columnName); 718ArgumentNullException.ThrowIfNull(dataGridViewColumnStart); 791ArgumentNullException.ThrowIfNull(dataGridViewColumnStart); 879ArgumentNullException.ThrowIfNull(dataGridViewColumn); 989ArgumentNullException.ThrowIfNull(dataGridViewColumn); 1014ArgumentNullException.ThrowIfNull(columnName);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnConverter.cs (1)
32ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnDividerDoubleClickEventArgs.cs (1)
12ArgumentNullException.ThrowIfNull(e);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnEventArgs.cs (1)
10ArgumentNullException.ThrowIfNull(dataGridViewColumn);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnHeaderCell.cs (3)
213ArgumentNullException.ThrowIfNull(cellStyle); 489ArgumentNullException.ThrowIfNull(cellStyle); 724ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewColumnStateChangedEventArgs.cs (1)
10ArgumentNullException.ThrowIfNull(dataGridViewColumn);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (5)
730ArgumentNullException.ThrowIfNull(cellStyle); 833ArgumentNullException.ThrowIfNull(cellStyle); 1170ArgumentNullException.ThrowIfNull(cellStyle); 1405ArgumentNullException.ThrowIfNull(key); 1822ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.ObjectCollection.cs (5)
58ArgumentNullException.ThrowIfNull(item); 103ArgumentNullException.ThrowIfNull(items); 127ArgumentNullException.ThrowIfNull(items); 204ArgumentNullException.ThrowIfNull(value); 220ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Controls\DataGridView\DataGridViewHeaderCell.cs (1)
527ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewImageCell.cs (4)
227ArgumentNullException.ThrowIfNull(cellStyle); 289ArgumentNullException.ThrowIfNull(cellStyle); 406ArgumentNullException.ThrowIfNull(cellStyle); 690ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewLinkCell.cs (4)
422ArgumentNullException.ThrowIfNull(cellStyle); 489ArgumentNullException.ThrowIfNull(cellStyle); 544ArgumentNullException.ThrowIfNull(cellStyle); 845ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewRow.cs (8)
1099ArgumentNullException.ThrowIfNull(dataGridView); 1124ArgumentNullException.ThrowIfNull(values); 1188ArgumentNullException.ThrowIfNull(graphics); 1189ArgumentNullException.ThrowIfNull(cellStyle); 1423ArgumentNullException.ThrowIfNull(graphics); 1499ArgumentNullException.ThrowIfNull(graphics); 1692ArgumentNullException.ThrowIfNull(graphics); 1774ArgumentNullException.ThrowIfNull(values);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowCollection.cs (7)
275ArgumentNullException.ThrowIfNull(values); 384ArgumentNullException.ThrowIfNull(dataGridViewRow); 714ArgumentNullException.ThrowIfNull(dataGridViewRows); 1355ArgumentNullException.ThrowIfNull(values); 1460ArgumentNullException.ThrowIfNull(dataGridViewRow); 1751ArgumentNullException.ThrowIfNull(dataGridViewRows); 2144ArgumentNullException.ThrowIfNull(dataGridViewRow);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowConverter.cs (1)
25ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\DataGridView\DataGridViewRowHeaderCell.cs (4)
185ArgumentNullException.ThrowIfNull(cellStyle); 244ArgumentNullException.ThrowIfNull(cellStyle); 517ArgumentNullException.ThrowIfNull(cellStyle); 586ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxCell.cs (4)
258ArgumentNullException.ThrowIfNull(cellStyle); 325ArgumentNullException.ThrowIfNull(cellStyle); 396ArgumentNullException.ThrowIfNull(cellStyle); 608ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (1)
96ArgumentNullException.ThrowIfNull(dataGridViewCellStyle);
System\Windows\Forms\Controls\DataGridView\DataGridViewTopLeftHeaderCell.cs (4)
28ArgumentNullException.ThrowIfNull(cellStyle); 92ArgumentNullException.ThrowIfNull(cellStyle); 143ArgumentNullException.ThrowIfNull(cellStyle); 178ArgumentNullException.ThrowIfNull(cellStyle);
System\Windows\Forms\Controls\ImageList\ImageList.cs (1)
69ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\Controls\ImageList\ImageList.ImageCollection.cs (8)
138ArgumentNullException.ThrowIfNull(value); 273ArgumentNullException.ThrowIfNull(value); 284ArgumentNullException.ThrowIfNull(value); 297ArgumentNullException.ThrowIfNull(value); 305ArgumentNullException.ThrowIfNull(original); 306ArgumentNullException.ThrowIfNull(original._image, nameof(original)); 373ArgumentNullException.ThrowIfNull(images); 391ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\Labels\LinkArea.LinkAreaConverter.cs (1)
121ArgumentNullException.ThrowIfNull(propertyValues);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
2098ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\ListBoxes\ListBox.IntegerCollection.cs (2)
176ArgumentNullException.ThrowIfNull(items); 319ArgumentNullException.ThrowIfNull(destination);
System\Windows\Forms\Controls\ListBoxes\ListBox.ObjectCollection.cs (11)
34ArgumentNullException.ThrowIfNull(value); 45ArgumentNullException.ThrowIfNull(value); 95ArgumentNullException.ThrowIfNull(item); 165ArgumentNullException.ThrowIfNull(value); 173ArgumentNullException.ThrowIfNull(items); 273ArgumentNullException.ThrowIfNull(destination); 284ArgumentNullException.ThrowIfNull(destination); 300ArgumentNullException.ThrowIfNull(value); 309ArgumentNullException.ThrowIfNull(value); 329ArgumentNullException.ThrowIfNull(item); 412ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\ListView\ColumnHeaderConverter.cs (1)
36ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\ListView\DrawListViewSubItemEventArgs.cs (2)
30ArgumentNullException.ThrowIfNull(item); 34ArgumentNullException.ThrowIfNull(subItem);
System\Windows\Forms\Controls\ListView\ListView.ColumnHeaderCollection.cs (2)
261ArgumentNullException.ThrowIfNull(values); 269ArgumentNullException.ThrowIfNull(header, nameof(values));
System\Windows\Forms\Controls\ListView\ListView.cs (1)
3825ArgumentNullException.ThrowIfNull(ch);
System\Windows\Forms\Controls\ListView\ListView.ListViewItemCollection.cs (2)
218ArgumentNullException.ThrowIfNull(items); 225ArgumentNullException.ThrowIfNull(items);
System\Windows\Forms\Controls\ListView\ListView.ListViewNativeItemCollection.cs (1)
130ArgumentNullException.ThrowIfNull(values);
System\Windows\Forms\Controls\ListView\ListViewGroup.cs (1)
472ArgumentNullException.ThrowIfNull(info);
System\Windows\Forms\Controls\ListView\ListViewGroupCollection.cs (6)
41ArgumentNullException.ThrowIfNull(value); 75ArgumentNullException.ThrowIfNull(value); 114ArgumentNullException.ThrowIfNull(group); 153ArgumentNullException.ThrowIfNull(groups); 164ArgumentNullException.ThrowIfNull(groups); 239ArgumentNullException.ThrowIfNull(group);
System\Windows\Forms\Controls\ListView\ListViewGroupConverter.cs (1)
90ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\ListView\ListViewItem.cs (4)
117ArgumentNullException.ThrowIfNull(subItems); 125ArgumentNullException.ThrowIfNull(subItems[i], nameof(subItems)); 208ArgumentNullException.ThrowIfNull(subItems); 216ArgumentNullException.ThrowIfNull(subItems[i], nameof(subItems));
System\Windows\Forms\Controls\ListView\ListViewItem.ListViewSubItemCollection.cs (5)
109ArgumentNullException.ThrowIfNull(item); 134ArgumentNullException.ThrowIfNull(items); 152ArgumentNullException.ThrowIfNull(items); 169ArgumentNullException.ThrowIfNull(items); 305ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Controls\ListView\ListViewItemConverter.cs (1)
43ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\ListView\ListViewLabelEditAccessibleObject.cs (1)
18ArgumentNullException.ThrowIfNull(owningListView);
System\Windows\Forms\Controls\ListView\ListViewSubItemConverter.cs (1)
26ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\MonthCalendar\SelectionRangeConverter.cs (1)
94ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
4857ArgumentNullException.ThrowIfNull(dialog);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
15ArgumentNullException.ThrowIfNull(gridView);
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
1790ArgumentNullException.ThrowIfNull(str); 1953ArgumentNullException.ThrowIfNull(characterSet); 2321ArgumentNullException.ThrowIfNull(data);
System\Windows\Forms\Controls\TabControl\TabControl.ControlCollection.cs (1)
21ArgumentNullException.ThrowIfNull(value, nameof(value));
System\Windows\Forms\Controls\TabControl\TabControl.cs (7)
1003ArgumentNullException.ThrowIfNull(tabPage); 1014ArgumentNullException.ThrowIfNull(tabPageName); 1133ArgumentNullException.ThrowIfNull(item); 1170ArgumentNullException.ThrowIfNull(tabPage); 1663ArgumentNullException.ThrowIfNull(value); 1696ArgumentNullException.ThrowIfNull(tabPage); 1707ArgumentNullException.ThrowIfNull(tabPageName);
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (5)
83ArgumentNullException.ThrowIfNull(value); 126ArgumentNullException.ThrowIfNull(pages); 136ArgumentNullException.ThrowIfNull(page); 161ArgumentNullException.ThrowIfNull(page); 317ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (3)
121ArgumentNullException.ThrowIfNull(mask); 133ArgumentNullException.ThrowIfNull(maskedTextProvider); 346ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
4069ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Controls\ToolStrips\ToolStripControlHost.StubSite.cs (2)
66ArgumentNullException.ThrowIfNull(service); 114ArgumentNullException.ThrowIfNull(key);
System\Windows\Forms\Controls\ToolStrips\ToolStripItemCollection.cs (3)
117ArgumentNullException.ThrowIfNull(toolStripItems); 137ArgumentNullException.ThrowIfNull(toolStripItems); 219ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\ToolStrips\ToolStripItemTextRenderEventArgs.cs (2)
29ArgumentNullException.ThrowIfNull(item); 52ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (10)
606ArgumentNullException.ThrowIfNull(targetForm); 616ArgumentNullException.ThrowIfNull(targetForm); 629ArgumentNullException.ThrowIfNull(sourceForm); 639ArgumentNullException.ThrowIfNull(sourceForm); 640ArgumentNullException.ThrowIfNull(key); 1070ArgumentNullException.ThrowIfNull(sourceToolStrip); 1071ArgumentNullException.ThrowIfNull(targetToolStrip); 1242ArgumentNullException.ThrowIfNull(sourceToolStrip); 1243ArgumentNullException.ThrowIfNull(targetName); 1255ArgumentNullException.ThrowIfNull(targetToolStrip);
System\Windows\Forms\Controls\ToolStrips\ToolStripOverflow.cs (1)
16ArgumentNullException.ThrowIfNull(parentItem);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (1)
748ArgumentNullException.ThrowIfNull(toolStripToDrag);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.ToolStripPanelRowCollection.cs (4)
41ArgumentNullException.ThrowIfNull(value); 50ArgumentNullException.ThrowIfNull(value); 70ArgumentNullException.ThrowIfNull(value); 134ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelCell.cs (1)
49ArgumentNullException.ThrowIfNull(control);
System\Windows\Forms\Controls\ToolStrips\ToolStripPanelRow.ToolStripPanelRowControlCollection.cs (4)
74ArgumentNullException.ThrowIfNull(value); 90ArgumentNullException.ThrowIfNull(value); 206ArgumentNullException.ThrowIfNull(value); 284ArgumentNullException.ThrowIfNull(array);
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (7)
614ArgumentNullException.ThrowIfNull(e); 635ArgumentNullException.ThrowIfNull(e); 801ArgumentNullException.ThrowIfNull(e); 845ArgumentNullException.ThrowIfNull(e); 890ArgumentNullException.ThrowIfNull(e); 1024ArgumentNullException.ThrowIfNull(e); 1166ArgumentNullException.ThrowIfNull(normalImage);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (13)
117ArgumentNullException.ThrowIfNull(e); 171ArgumentNullException.ThrowIfNull(e); 226ArgumentNullException.ThrowIfNull(e); 272ArgumentNullException.ThrowIfNull(e); 314ArgumentNullException.ThrowIfNull(e); 358ArgumentNullException.ThrowIfNull(e); 422ArgumentNullException.ThrowIfNull(e); 514ArgumentNullException.ThrowIfNull(e); 563ArgumentNullException.ThrowIfNull(e); 579ArgumentNullException.ThrowIfNull(e); 593ArgumentNullException.ThrowIfNull(e); 616ArgumentNullException.ThrowIfNull(e); 648ArgumentNullException.ThrowIfNull(e);
System\Windows\Forms\Controls\TreeView\TreeNodeCollection.cs (4)
43ArgumentNullException.ThrowIfNull(value); 209ArgumentNullException.ThrowIfNull(nodes); 298ArgumentNullException.ThrowIfNull(node); 357ArgumentNullException.ThrowIfNull(node);
System\Windows\Forms\Controls\TreeView\TreeNodeConverter.cs (1)
41ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\TreeView\TreeViewImageIndexConverter.cs (1)
52ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\TreeView\TreeViewImageKeyConverter.cs (1)
24ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Controls\TreeView\TreeViewLabelEditAccessibleObject.cs (1)
15ArgumentNullException.ThrowIfNull(owningTreeView);
System\Windows\Forms\Controls\UpDown\NumericUpDownAccelerationCollection.cs (3)
24ArgumentNullException.ThrowIfNull(acceleration); 119ArgumentNullException.ThrowIfNull(accelerations); 124ArgumentNullException.ThrowIfNull(acceleration);
System\Windows\Forms\DataBinding\BindingContext.cs (3)
109ArgumentNullException.ThrowIfNull(dataSource); 110ArgumentNullException.ThrowIfNull(listManager); 347ArgumentNullException.ThrowIfNull(binding);
System\Windows\Forms\DataBinding\BindingContext.HashKey.cs (1)
18ArgumentNullException.ThrowIfNull(dataSource);
System\Windows\Forms\DataBinding\BindingNavigator.cs (1)
63ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\DataBinding\BindingsCollection.cs (1)
48ArgumentNullException.ThrowIfNull(dataBinding);
System\Windows\Forms\DataBinding\BindingSource.cs (1)
100ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\DataBinding\ControlBindingsCollection.cs (3)
147ArgumentNullException.ThrowIfNull(dataSource); 171ArgumentNullException.ThrowIfNull(dataBinding); 242ArgumentNullException.ThrowIfNull(dataBinding);
System\Windows\Forms\DataBinding\CurrencyManager.cs (2)
186ArgumentNullException.ThrowIfNull(tempList, nameof(dataSource)); 557ArgumentNullException.ThrowIfNull(key);
System\Windows\Forms\DataBinding\ListBindingConverter.cs (1)
66ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\DataBinding\ListManagerBindingsCollection.cs (2)
28ArgumentNullException.ThrowIfNull(dataBinding); 57ArgumentNullException.ThrowIfNull(dataBinding);
System\Windows\Forms\Dialogs\CommonDialogs\OpenFileDialog.cs (1)
98ArgumentNullException.ThrowIfNull(filename);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (2)
400ArgumentNullException.ThrowIfNull(page); 530ArgumentNullException.ThrowIfNull(page);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogButtonCollection.cs (2)
59ArgumentNullException.ThrowIfNull(item); 99ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogPage.cs (1)
620ArgumentNullException.ThrowIfNull(page);
System\Windows\Forms\Dialogs\TaskDialog\TaskDialogRadioButtonCollection.cs (2)
58ArgumentNullException.ThrowIfNull(item); 98ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\ErrorProvider\ErrorProvider.cs (3)
74ArgumentNullException.ThrowIfNull(parentControl); 84ArgumentNullException.ThrowIfNull(container); 719ArgumentNullException.ThrowIfNull(control);
System\Windows\Forms\Help\HelpProvider.cs (10)
65ArgumentNullException.ThrowIfNull(ctl); 77ArgumentNullException.ThrowIfNull(ctl); 89ArgumentNullException.ThrowIfNull(ctl); 100ArgumentNullException.ThrowIfNull(ctl); 174ArgumentNullException.ThrowIfNull(ctl); 190ArgumentNullException.ThrowIfNull(ctl); 206ArgumentNullException.ThrowIfNull(ctl); 220ArgumentNullException.ThrowIfNull(ctl); 231ArgumentNullException.ThrowIfNull(ctl); 241ArgumentNullException.ThrowIfNull(ctl);
System\Windows\Forms\ImageIndexConverter.cs (1)
70ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\ImageKeyConverter.cs (1)
85ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Input\Cursor.cs (2)
94ArgumentNullException.ThrowIfNull(stream); 250ArgumentNullException.ThrowIfNull(graphics);
System\Windows\Forms\Input\InputLanguage.cs (1)
265ArgumentNullException.ThrowIfNull(culture);
System\Windows\Forms\Input\KeysConverter.cs (1)
221ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Forms\Internal\ItemArray.cs (1)
225ArgumentNullException.ThrowIfNull(item);
System\Windows\Forms\Layout\LayoutEngine.cs (2)
27ArgumentNullException.ThrowIfNull(child); 42ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\Layout\TableLayout.cs (1)
25ArgumentNullException.ThrowIfNull(array);
System\Windows\Forms\NotifyIcon.cs (1)
69ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\OLE\Clipboard.cs (3)
43ArgumentNullException.ThrowIfNull(data); 436ArgumentNullException.ThrowIfNull(data); 445ArgumentNullException.ThrowIfNull(data);
System\Windows\Forms\OLE\DataObjectExtensions.cs (1)
13ArgumentNullException.ThrowIfNull(dataObject);
System\Windows\Forms\Panels\FlowLayoutPanel.cs (2)
59ArgumentNullException.ThrowIfNull(control); 67ArgumentNullException.ThrowIfNull(control);
System\Windows\Forms\Panels\FlowLayoutSettings.cs (2)
47ArgumentNullException.ThrowIfNull(child); 58ArgumentNullException.ThrowIfNull(child);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutPanelCellPositionTypeConverter.cs (1)
78ArgumentNullException.ThrowIfNull(propertyValues);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutSettings.cs (10)
236ArgumentNullException.ThrowIfNull(control); 251ArgumentNullException.ThrowIfNull(control); 274ArgumentNullException.ThrowIfNull(control); 289ArgumentNullException.ThrowIfNull(control); 318ArgumentNullException.ThrowIfNull(control); 339ArgumentNullException.ThrowIfNull(control); 353ArgumentNullException.ThrowIfNull(control); 366ArgumentNullException.ThrowIfNull(control); 379ArgumentNullException.ThrowIfNull(control); 400ArgumentNullException.ThrowIfNull(control);
System\Windows\Forms\Panels\TableLayoutPanel\TableLayoutStyleCollection.cs (3)
30ArgumentNullException.ThrowIfNull(style); 45ArgumentNullException.ThrowIfNull(style); 62ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Rendering\ControlPaint.cs (26)
147ArgumentNullException.ThrowIfNull(bitmap); 243ArgumentNullException.ThrowIfNull(bitmap); 302ArgumentNullException.ThrowIfNull(bitmap); 393ArgumentNullException.ThrowIfNull(graphics); 421ArgumentNullException.ThrowIfNull(g); 520ArgumentNullException.ThrowIfNull(graphics); 552ArgumentNullException.ThrowIfNull(graphics); 1022ArgumentNullException.ThrowIfNull(graphics); 1054ArgumentNullException.ThrowIfNull(graphics); 1143ArgumentNullException.ThrowIfNull(context); 1272ArgumentNullException.ThrowIfNull(graphics); 1316ArgumentNullException.ThrowIfNull(graphics); 1341ArgumentNullException.ThrowIfNull(graphics); 1411ArgumentNullException.ThrowIfNull(graphics); 1432ArgumentNullException.ThrowIfNull(graphics); 1481ArgumentNullException.ThrowIfNull(graphics); 1508ArgumentNullException.ThrowIfNull(graphics); 1557ArgumentNullException.ThrowIfNull(graphics); 1598ArgumentNullException.ThrowIfNull(graphics); 1599ArgumentNullException.ThrowIfNull(image); 1681ArgumentNullException.ThrowIfNull(graphics); 1870ArgumentNullException.ThrowIfNull(graphics); 1891ArgumentNullException.ThrowIfNull(graphics); 1948ArgumentNullException.ThrowIfNull(graphics); 1980ArgumentNullException.ThrowIfNull(dc); 2019ArgumentNullException.ThrowIfNull(graphics);
System\Windows\Forms\Rendering\TextRenderer.cs (2)
298ArgumentNullException.ThrowIfNull(dc); 533ArgumentNullException.ThrowIfNull(dc);
System\Windows\Forms\Screen.cs (1)
267ArgumentNullException.ThrowIfNull(control);
System\Windows\Forms\Scrolling\ScrollableControl.cs (1)
658ArgumentNullException.ThrowIfNull(e);
System\Windows\Forms\Timer.cs (1)
44ArgumentNullException.ThrowIfNull(container);
System\Windows\Forms\ToolTip\ToolTip.cs (10)
79ArgumentNullException.ThrowIfNull(cont); 1216ArgumentNullException.ThrowIfNull(control); 1307ArgumentNullException.ThrowIfNull(window); 1390ArgumentNullException.ThrowIfNull(window); 1404ArgumentNullException.ThrowIfNull(window); 1423ArgumentNullException.ThrowIfNull(window); 1443ArgumentNullException.ThrowIfNull(window); 1460ArgumentNullException.ThrowIfNull(window); 1476ArgumentNullException.ThrowIfNull(tool); 1722ArgumentNullException.ThrowIfNull(win);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (27)
78ArgumentNullException.ThrowIfNull(element); 136ArgumentNullException.ThrowIfNull(className); 188ArgumentNullException.ThrowIfNull(element); 213ArgumentNullException.ThrowIfNull(dc); 242ArgumentNullException.ThrowIfNull(dc); 269ArgumentNullException.ThrowIfNull(dc); 301ArgumentNullException.ThrowIfNull(g); 302ArgumentNullException.ThrowIfNull(image); 316ArgumentNullException.ThrowIfNull(g); 317ArgumentNullException.ThrowIfNull(imageList); 337ArgumentNullException.ThrowIfNull(dc); 338ArgumentNullException.ThrowIfNull(childControl); 373ArgumentNullException.ThrowIfNull(dc); 407ArgumentNullException.ThrowIfNull(dc); 429ArgumentNullException.ThrowIfNull(dc); 448ArgumentNullException.ThrowIfNull(dc); 532ArgumentNullException.ThrowIfNull(dc); 573ArgumentNullException.ThrowIfNull(dc); 600ArgumentNullException.ThrowIfNull(dc); 627ArgumentNullException.ThrowIfNull(dc); 660ArgumentNullException.ThrowIfNull(dc); 683ArgumentNullException.ThrowIfNull(dc); 706ArgumentNullException.ThrowIfNull(dc); 718ArgumentNullException.ThrowIfNull(dc); 740ArgumentNullException.ThrowIfNull(g); 741ArgumentNullException.ThrowIfNull(region); 752ArgumentNullException.ThrowIfNull(dc);
System.Windows.Forms.Design (208)
System\ComponentModel\Design\ByteViewer.cs (1)
611ArgumentNullException.ThrowIfNull(bytes);
System\ComponentModel\Design\CollectionEditor.CollectionForm.cs (1)
184ArgumentNullException.ThrowIfNull(edSvc);
System\ComponentModel\Design\CollectionEditor.cs (1)
93ArgumentNullException.ThrowIfNull(itemType);
System\ComponentModel\Design\ComponentDesigner.cs (1)
377ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\Design\ComponentDesigner.ShadowPropertyCollection.cs (2)
27ArgumentNullException.ThrowIfNull(propertyName); 78ArgumentNullException.ThrowIfNull(propertyName);
System\ComponentModel\Design\DesignerActionListCollection.cs (2)
29ArgumentNullException.ThrowIfNull(value); 39ArgumentNullException.ThrowIfNull(value);
System\ComponentModel\Design\DesignerActionService.cs (12)
65ArgumentNullException.ThrowIfNull(comp); 66ArgumentNullException.ThrowIfNull(designerActionListCollection); 117ArgumentNullException.ThrowIfNull(comp); 150ArgumentNullException.ThrowIfNull(component); 172ArgumentNullException.ThrowIfNull(component); 173ArgumentNullException.ThrowIfNull(actionLists); 266ArgumentNullException.ThrowIfNull(component); 267ArgumentNullException.ThrowIfNull(actionLists); 308ArgumentNullException.ThrowIfNull(comp); 322ArgumentNullException.ThrowIfNull(actionList); 341ArgumentNullException.ThrowIfNull(comp); 342ArgumentNullException.ThrowIfNull(actionList);
System\ComponentModel\Design\DesignerHost.cs (6)
182ArgumentNullException.ThrowIfNull(component); 500ArgumentNullException.ThrowIfNull(service); 930ArgumentNullException.ThrowIfNull(componentType); 996ArgumentNullException.ThrowIfNull(component); 1031ArgumentNullException.ThrowIfNull(component); 1038ArgumentNullException.ThrowIfNull(typeName);
System\ComponentModel\Design\DesignerHost.Site.cs (1)
150ArgumentNullException.ThrowIfNull(service);
System\ComponentModel\Design\DesignSurface.cs (6)
63ArgumentNullException.ThrowIfNull(rootComponentType); 225ArgumentNullException.ThrowIfNull(loader); 240ArgumentNullException.ThrowIfNull(rootComponentType); 259ArgumentNullException.ThrowIfNull(component); 273ArgumentNullException.ThrowIfNull(type); 320ArgumentNullException.ThrowIfNull(owningComponent);
System\ComponentModel\Design\DesignSurfaceManager.cs (2)
254ArgumentNullException.ThrowIfNull(parentProvider); 406ArgumentNullException.ThrowIfNull(serviceType);
System\ComponentModel\Design\EventBindingService.cs (7)
110ArgumentNullException.ThrowIfNull(component); 111ArgumentNullException.ThrowIfNull(e); 122ArgumentNullException.ThrowIfNull(e); 174ArgumentNullException.ThrowIfNull(events); 199ArgumentNullException.ThrowIfNull(e); 230ArgumentNullException.ThrowIfNull(component); 231ArgumentNullException.ThrowIfNull(e);
System\ComponentModel\Design\EventBindingService.EventPropertyDescriptor.cs (1)
79ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\Design\ExtenderProviderService.cs (2)
30ArgumentNullException.ThrowIfNull(provider); 47ArgumentNullException.ThrowIfNull(provider);
System\ComponentModel\Design\MenuCommandService.cs (5)
75ArgumentNullException.ThrowIfNull(command); 118ArgumentNullException.ThrowIfNull(verb); 394ArgumentNullException.ThrowIfNull(serviceType); 485ArgumentNullException.ThrowIfNull(command); 514ArgumentNullException.ThrowIfNull(verb);
System\ComponentModel\Design\ObjectSelectorEditor.cs (1)
62ArgumentNullException.ThrowIfNull(treeView);
System\ComponentModel\Design\ReferenceService.cs (4)
211ArgumentNullException.ThrowIfNull(reference); 230ArgumentNullException.ThrowIfNull(reference); 249ArgumentNullException.ThrowIfNull(name); 284ArgumentNullException.ThrowIfNull(baseType);
System\ComponentModel\Design\SelectionService.cs (5)
57ArgumentNullException.ThrowIfNull(selection, nameof(selection)); 332ArgumentNullException.ThrowIfNull(component, nameof(component)); 393ArgumentNullException.ThrowIfNull(component, nameof(components)); 424ArgumentNullException.ThrowIfNull(comp, nameof(components)); 445ArgumentNullException.ThrowIfNull(comp, nameof(components));
System\ComponentModel\Design\Serialization\BasicDesignerLoader.cs (2)
140ArgumentNullException.ThrowIfNull(host); 876ArgumentNullException.ThrowIfNull(name);
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (1)
328ArgumentNullException.ThrowIfNull(info);
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.LocalServices.cs (1)
37ArgumentNullException.ThrowIfNull(serviceType);
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.cs (15)
60ArgumentNullException.ThrowIfNull(store); 61ArgumentNullException.ThrowIfNull(value); 77ArgumentNullException.ThrowIfNull(store); 78ArgumentNullException.ThrowIfNull(value); 95ArgumentNullException.ThrowIfNull(store); 96ArgumentNullException.ThrowIfNull(owningObject); 97ArgumentNullException.ThrowIfNull(member); 119ArgumentNullException.ThrowIfNull(store); 120ArgumentNullException.ThrowIfNull(owningObject); 121ArgumentNullException.ThrowIfNull(member); 137ArgumentNullException.ThrowIfNull(store); 153ArgumentNullException.ThrowIfNull(store); 154ArgumentNullException.ThrowIfNull(container); 174ArgumentNullException.ThrowIfNull(store); 175ArgumentNullException.ThrowIfNull(container);
System\ComponentModel\Design\Serialization\CodeDomDesignerLoader.cs (3)
1011ArgumentNullException.ThrowIfNull(dataType); 1106ArgumentNullException.ThrowIfNull(name); 1178ArgumentNullException.ThrowIfNull(name);
System\ComponentModel\Design\Serialization\CodeDomLocalizationProvider.cs (3)
33ArgumentNullException.ThrowIfNull(provider); 48ArgumentNullException.ThrowIfNull(provider); 49ArgumentNullException.ThrowIfNull(supportedCultures);
System\ComponentModel\Design\Serialization\CodeDomSerializer.cs (10)
47ArgumentNullException.ThrowIfNull(manager); 48ArgumentNullException.ThrowIfNull(codeObject); 137ArgumentNullException.ThrowIfNull(manager); 138ArgumentNullException.ThrowIfNull(value); 229ArgumentNullException.ThrowIfNull(manager); 230ArgumentNullException.ThrowIfNull(owningObject); 231ArgumentNullException.ThrowIfNull(member); 265ArgumentNullException.ThrowIfNull(manager); 266ArgumentNullException.ThrowIfNull(owningObject); 267ArgumentNullException.ThrowIfNull(member);
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (24)
35ArgumentNullException.ThrowIfNull(manager); 36ArgumentNullException.ThrowIfNull(type); 165ArgumentNullException.ThrowIfNull(manager); 166ArgumentNullException.ThrowIfNull(exceptionText); 1656ArgumentNullException.ThrowIfNull(manager); 1657ArgumentNullException.ThrowIfNull(value); 1752ArgumentNullException.ThrowIfNull(manager); 1856ArgumentNullException.ThrowIfNull(manager); 1857ArgumentNullException.ThrowIfNull(value); 1876ArgumentNullException.ThrowIfNull(manager); 1877ArgumentNullException.ThrowIfNull(value); 2056ArgumentNullException.ThrowIfNull(manager); 2057ArgumentNullException.ThrowIfNull(value); 2099ArgumentNullException.ThrowIfNull(manager); 2100ArgumentNullException.ThrowIfNull(statements); 2101ArgumentNullException.ThrowIfNull(value); 2102ArgumentNullException.ThrowIfNull(descriptor); 2245ArgumentNullException.ThrowIfNull(manager); 2246ArgumentNullException.ThrowIfNull(value); 2247ArgumentNullException.ThrowIfNull(propertyToSerialize); 2248ArgumentNullException.ThrowIfNull(statements); 2586ArgumentNullException.ThrowIfNull(manager); 2587ArgumentNullException.ThrowIfNull(value); 2588ArgumentNullException.ThrowIfNull(expression);
System\ComponentModel\Design\Serialization\CodeDomSerializerException.cs (2)
26ArgumentNullException.ThrowIfNull(manager); 31ArgumentNullException.ThrowIfNull(manager);
System\ComponentModel\Design\Serialization\CollectionCodeDomSerializer.cs (7)
111ArgumentNullException.ThrowIfNull(method); 131ArgumentNullException.ThrowIfNull(manager); 132ArgumentNullException.ThrowIfNull(value); 298ArgumentNullException.ThrowIfNull(manager); 299ArgumentNullException.ThrowIfNull(targetType); 300ArgumentNullException.ThrowIfNull(originalCollection); 301ArgumentNullException.ThrowIfNull(valuesToSerialize);
System\ComponentModel\Design\Serialization\ComponentCache.cs (1)
50ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\Design\Serialization\ComponentCodeDomSerializer.cs (2)
107ArgumentNullException.ThrowIfNull(manager); 108ArgumentNullException.ThrowIfNull(value);
System\ComponentModel\Design\Serialization\ComponentTypeCodeDomSerializer.cs (5)
25ArgumentNullException.ThrowIfNull(manager); 26ArgumentNullException.ThrowIfNull(typeDecl); 27ArgumentNullException.ThrowIfNull(value); 54ArgumentNullException.ThrowIfNull(manager); 55ArgumentNullException.ThrowIfNull(typeDecl);
System\ComponentModel\Design\Serialization\DesignerSerializationManager.cs (6)
426ArgumentNullException.ThrowIfNull(serializerType); 629ArgumentNullException.ThrowIfNull(property); 795ArgumentNullException.ThrowIfNull(name); 825ArgumentNullException.ThrowIfNull(value); 920ArgumentNullException.ThrowIfNull(instance); 921ArgumentNullException.ThrowIfNull(name);
System\ComponentModel\Design\Serialization\EventMemberCodeDomSerializer.cs (3)
25ArgumentNullException.ThrowIfNull(manager); 26ArgumentNullException.ThrowIfNull(value); 33ArgumentNullException.ThrowIfNull(statements);
System\ComponentModel\Design\Serialization\PropertyMemberCodeDomSerializer.cs (5)
85ArgumentNullException.ThrowIfNull(manager); 86ArgumentNullException.ThrowIfNull(value); 87ArgumentNullException.ThrowIfNull(statements); 362ArgumentNullException.ThrowIfNull(manager); 363ArgumentNullException.ThrowIfNull(value);
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.cs (4)
72ArgumentNullException.ThrowIfNull(manager); 73ArgumentNullException.ThrowIfNull(codeObject); 137ArgumentNullException.ThrowIfNull(manager); 138ArgumentNullException.ThrowIfNull(type);
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (1)
426ArgumentNullException.ThrowIfNull(culture);
System\ComponentModel\Design\Serialization\StatementContext.cs (4)
92ArgumentNullException.ThrowIfNull(statementOwner); 127ArgumentNullException.ThrowIfNull(statementOwner); 153ArgumentNullException.ThrowIfNull(statementOwners); 168ArgumentNullException.ThrowIfNull(owner);
System\ComponentModel\Design\Serialization\TypeCodeDomSerializer.cs (9)
40ArgumentNullException.ThrowIfNull(manager); 41ArgumentNullException.ThrowIfNull(declaration); 336ArgumentNullException.ThrowIfNull(manager); 337ArgumentNullException.ThrowIfNull(declaration); 338ArgumentNullException.ThrowIfNull(value); 355ArgumentNullException.ThrowIfNull(manager); 356ArgumentNullException.ThrowIfNull(declaration); 410ArgumentNullException.ThrowIfNull(manager); 411ArgumentNullException.ThrowIfNull(root);
System\ComponentModel\Design\SiteNestedContainer.cs (1)
73ArgumentNullException.ThrowIfNull(component);
System\ComponentModel\Design\TypeDescriptorFilterService.cs (6)
40ArgumentNullException.ThrowIfNull(component); 41ArgumentNullException.ThrowIfNull(attributes); 59ArgumentNullException.ThrowIfNull(component); 60ArgumentNullException.ThrowIfNull(events); 78ArgumentNullException.ThrowIfNull(component); 79ArgumentNullException.ThrowIfNull(properties);
System\ComponentModel\Design\UndoEngine.cs (1)
305ArgumentNullException.ThrowIfNull(serviceType);
System\Drawing\Design\ImageEditor.cs (2)
54ArgumentNullException.ThrowIfNull(e); 162ArgumentNullException.ThrowIfNull(stream);
System\Drawing\Design\ToolboxItem.cs (3)
450ArgumentNullException.ThrowIfNull(typeName); 747ArgumentNullException.ThrowIfNull(value); 851ArgumentNullException.ThrowIfNull(key);
System\Resources\Tools\StronglyTypedResourceBuilder.cs (6)
163ArgumentNullException.ThrowIfNull(resourceList); 268ArgumentNullException.ThrowIfNull(resxFile); 313ArgumentNullException.ThrowIfNull(baseName); 314ArgumentNullException.ThrowIfNull(codeProvider); 830ArgumentNullException.ThrowIfNull(key); 831ArgumentNullException.ThrowIfNull(provider);
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
429ArgumentNullException.ThrowIfNull(behavior);
System\Windows\Forms\Design\ControlCodeDomSerializer.cs (4)
25ArgumentNullException.ThrowIfNull(manager); 26ArgumentNullException.ThrowIfNull(codeObject); 148ArgumentNullException.ThrowIfNull(manager); 149ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Design\ControlDesigner.cs (2)
581ArgumentNullException.ThrowIfNull(child); 582ArgumentNullException.ThrowIfNull(name);
System\Windows\Forms\Design\DataGridViewCellStyleEditor.cs (1)
16ArgumentNullException.ThrowIfNull(provider);
System\Windows\Forms\Design\DataGridViewColumnDataPropertyNameEditor.cs (1)
41ArgumentNullException.ThrowIfNull(value);
System\Windows\Forms\Design\DesignerUtils.cs (4)
350ArgumentNullException.ThrowIfNull(provider); 626ArgumentNullException.ThrowIfNull(host); 830ArgumentNullException.ThrowIfNull(treeView); 847ArgumentNullException.ThrowIfNull(listView);
System\Windows\Forms\Design\EventHandlerService.cs (3)
43ArgumentNullException.ThrowIfNull(handlerType); 73ArgumentNullException.ThrowIfNull(handler); 88ArgumentNullException.ThrowIfNull(handler);
System\Windows\Forms\Design\FileNameEditor.cs (1)
53ArgumentNullException.ThrowIfNull(openFileDialog);
System\Windows\Forms\Design\ImageCollectionCodeDomSerializer.cs (2)
23ArgumentNullException.ThrowIfNull(manager); 24ArgumentNullException.ThrowIfNull(codeObject);
System\Windows\Forms\Design\ImageListDesigner.OriginalImageCollection.cs (2)
61ArgumentNullException.ThrowIfNull(value); 101ArgumentNullException.ThrowIfNull(values);
System.Windows.Forms.IntegrationTests.Common (1)
TestHelpers.cs (1)
383ArgumentNullException.ThrowIfNull(form);
System.Windows.Forms.Primitives (4)
System\Collections\Generic\WeakRefCollection.cs (1)
28ArgumentNullException.ThrowIfNull(value, nameof(value));
System\Windows\Forms\PaddingConverter.cs (1)
71ArgumentNullException.ThrowIfNull(propertyValues);
System\Windows\Forms\RefCountedCache.cs (1)
72ArgumentNullException.ThrowIfNull(key);
Windows\Win32\System\Ole\ClassPropertyDispatchAdapter.cs (1)
36ArgumentNullException.ThrowIfNull(instance);
System.Windows.Forms.Primitives.TestUtilities (4)
Metafiles\DataHelpers.cs (1)
14ArgumentNullException.ThrowIfNull(values);
Metafiles\EmfValidateHelper.cs (1)
22ArgumentNullException.ThrowIfNull(emf, nameof(emf));
Metafiles\Validators\EmfValidator.cs (2)
17ArgumentNullException.ThrowIfNull(state); 18ArgumentNullException.ThrowIfNull(validationSteps);
System.Windows.Forms.UI.IntegrationTests (2)
Infra\ScreenRecordService.cs (1)
564ArgumentNullException.ThrowIfNull(form);
Infra\SendInput.cs (1)
72ArgumentNullException.ThrowIfNull(actions);
System.Windows.Input.Manipulations (2)
System\Windows\Input\Manipulations\InertiaProcessor2D.cs (1)
328ArgumentNullException.ThrowIfNull(parameters);
System\Windows\Input\Manipulations\ManipulationProcessor2D.cs (1)
313ArgumentNullException.ThrowIfNull(parameters);
System.Xaml (135)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\ReflectionUtils.cs (4)
29ArgumentNullException.ThrowIfNull(assembly, nameof(assembly)); 31ArgumentNullException.ThrowIfNull(fullName, nameof(Assembly.FullName)); 48ArgumentNullException.ThrowIfNull(assembly, nameof(assembly)); 97ArgumentNullException.ThrowIfNull(assembly, nameof(assembly));
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\Replacements\TypeUriConverter.cs (1)
20ArgumentNullException.ThrowIfNull(sourceType);
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\TypeConverterHelper.cs (1)
442ArgumentNullException.ThrowIfNull(type);
System\Windows\Markup\ArrayExtension.cs (1)
43ArgumentNullException.ThrowIfNull(elements);
System\Windows\Markup\NameReferenceConverter.cs (2)
26ArgumentNullException.ThrowIfNull(context); 67ArgumentNullException.ThrowIfNull(context);
System\Windows\Markup\Reference.cs (1)
27ArgumentNullException.ThrowIfNull(serviceProvider);
System\Windows\Markup\StaticExtension.cs (1)
80ArgumentNullException.ThrowIfNull(serviceProvider);
System\Windows\Markup\TypeExtension.cs (1)
67ArgumentNullException.ThrowIfNull(serviceProvider);
System\Windows\Markup\ValueSerializer.cs (3)
105ArgumentNullException.ThrowIfNull(type); 165ArgumentNullException.ThrowIfNull(descriptor); 235ArgumentNullException.ThrowIfNull(destinationType);
System\Windows\Markup\XamlDeferLoadAttribute.cs (2)
11ArgumentNullException.ThrowIfNull(loaderType); 12ArgumentNullException.ThrowIfNull(contentType);
System\Xaml\AttachablePropertyServices.cs (1)
69ArgumentNullException.ThrowIfNull(name);
System\Xaml\Context\ServiceProviderContext.cs (5)
132ArgumentNullException.ThrowIfNull(properties); 148ArgumentNullException.ThrowIfNull(types); 166ArgumentNullException.ThrowIfNull(properties); 182ArgumentNullException.ThrowIfNull(types); 202ArgumentNullException.ThrowIfNull(properties);
System\Xaml\InfosetObjects\XamlObjectWriter.cs (7)
47ArgumentNullException.ThrowIfNull(schemaContext); 53ArgumentNullException.ThrowIfNull(schemaContext); 59ArgumentNullException.ThrowIfNull(savedContext); 73ArgumentNullException.ThrowIfNull(schemaContext); 314ArgumentNullException.ThrowIfNull(xamlType); 573ArgumentNullException.ThrowIfNull(property); 895ArgumentNullException.ThrowIfNull(namespaceDeclaration);
System\Xaml\InfosetObjects\XamlObjectWriterSettings.cs (1)
19ArgumentNullException.ThrowIfNull(settings);
System\Xaml\InfosetObjects\XamlXmlReader.cs (24)
29ArgumentNullException.ThrowIfNull(xmlReader); 36ArgumentNullException.ThrowIfNull(xmlReader); 43ArgumentNullException.ThrowIfNull(schemaContext); 44ArgumentNullException.ThrowIfNull(xmlReader); 51ArgumentNullException.ThrowIfNull(schemaContext); 52ArgumentNullException.ThrowIfNull(xmlReader); 59ArgumentNullException.ThrowIfNull(fileName); 65ArgumentNullException.ThrowIfNull(fileName); 72ArgumentNullException.ThrowIfNull(fileName); 73ArgumentNullException.ThrowIfNull(schemaContext); 80ArgumentNullException.ThrowIfNull(fileName); 81ArgumentNullException.ThrowIfNull(schemaContext); 94ArgumentNullException.ThrowIfNull(stream); 100ArgumentNullException.ThrowIfNull(stream); 106ArgumentNullException.ThrowIfNull(stream); 107ArgumentNullException.ThrowIfNull(schemaContext); 114ArgumentNullException.ThrowIfNull(stream); 115ArgumentNullException.ThrowIfNull(schemaContext); 128ArgumentNullException.ThrowIfNull(textReader); 134ArgumentNullException.ThrowIfNull(textReader); 140ArgumentNullException.ThrowIfNull(textReader); 141ArgumentNullException.ThrowIfNull(schemaContext); 148ArgumentNullException.ThrowIfNull(textReader); 149ArgumentNullException.ThrowIfNull(schemaContext);
System\Xaml\NameScope.cs (8)
28ArgumentNullException.ThrowIfNull(name); 29ArgumentNullException.ThrowIfNull(scopedElement); 67ArgumentNullException.ThrowIfNull(name); 170ArgumentNullException.ThrowIfNull(key); 175ArgumentNullException.ThrowIfNull(key); 176ArgumentNullException.ThrowIfNull(value); 184ArgumentNullException.ThrowIfNull(key); 191ArgumentNullException.ThrowIfNull(key);
System\Xaml\NameScopeDictionary.cs (4)
38ArgumentNullException.ThrowIfNull(name); 40ArgumentNullException.ThrowIfNull(scopedElement); 80ArgumentNullException.ThrowIfNull(name); 105ArgumentNullException.ThrowIfNull(name);
System\Xaml\Schema\XamlDirective.cs (3)
36ArgumentNullException.ThrowIfNull(xamlType); 37ArgumentNullException.ThrowIfNull(xamlNamespaces); 55ArgumentNullException.ThrowIfNull(xamlNamespace);
System\Xaml\Schema\XamlMemberInvoker.cs (2)
53ArgumentNullException.ThrowIfNull(instance); 72ArgumentNullException.ThrowIfNull(instance);
System\Xaml\Schema\XamlTypeInvoker.cs (4)
59ArgumentNullException.ThrowIfNull(instance); 93ArgumentNullException.ThrowIfNull(instance); 142ArgumentNullException.ThrowIfNull(contentType); 212ArgumentNullException.ThrowIfNull(instance);
System\Xaml\XamlBackgroundReader.cs (1)
38ArgumentNullException.ThrowIfNull(wrappedReader);
System\Xaml\XamlException.cs (4)
69ArgumentNullException.ThrowIfNull(info); 79ArgumentNullException.ThrowIfNull(info); 161ArgumentNullException.ThrowIfNull(info); 170ArgumentNullException.ThrowIfNull(info);
System\Xaml\XamlMember.cs (7)
54ArgumentNullException.ThrowIfNull(propertyInfo); 55ArgumentNullException.ThrowIfNull(schemaContext); 77ArgumentNullException.ThrowIfNull(eventInfo); 78ArgumentNullException.ThrowIfNull(schemaContext); 103ArgumentNullException.ThrowIfNull(schemaContext); 137ArgumentNullException.ThrowIfNull(adder); 138ArgumentNullException.ThrowIfNull(schemaContext);
System\Xaml\XamlNodeList.cs (2)
23ArgumentNullException.ThrowIfNull(schemaContext); 29ArgumentNullException.ThrowIfNull(schemaContext);
System\Xaml\XamlNodeQueue.cs (1)
24ArgumentNullException.ThrowIfNull(schemaContext);
System\Xaml\XamlObjectReader.cs (1)
2871ArgumentNullException.ThrowIfNull(value);
System\Xaml\XamlSchemaContext.cs (10)
140ArgumentNullException.ThrowIfNull(xmlns); 259ArgumentNullException.ThrowIfNull(xamlNamespace); 260ArgumentNullException.ThrowIfNull(name); 276ArgumentNullException.ThrowIfNull(xamlTypeName); 311ArgumentNullException.ThrowIfNull(xamlNamespace); 312ArgumentNullException.ThrowIfNull(name); 382ArgumentNullException.ThrowIfNull(xamlNamespace); 543ArgumentNullException.ThrowIfNull(type); 550ArgumentNullException.ThrowIfNull(type); 568ArgumentNullException.ThrowIfNull(type);
System\Xaml\XamlServices.cs (13)
22ArgumentNullException.ThrowIfNull(xaml); 34ArgumentNullException.ThrowIfNull(fileName); 45ArgumentNullException.ThrowIfNull(stream); 56ArgumentNullException.ThrowIfNull(textReader); 67ArgumentNullException.ThrowIfNull(xmlReader); 79ArgumentNullException.ThrowIfNull(xamlReader); 96ArgumentNullException.ThrowIfNull(xamlReader); 98ArgumentNullException.ThrowIfNull(xamlWriter); 141ArgumentNullException.ThrowIfNull(fileName); 158ArgumentNullException.ThrowIfNull(stream); 168ArgumentNullException.ThrowIfNull(writer); 178ArgumentNullException.ThrowIfNull(writer); 187ArgumentNullException.ThrowIfNull(writer);
System\Xaml\XamlType.cs (2)
47ArgumentNullException.ThrowIfNull(unknownTypeNamespace); 68ArgumentNullException.ThrowIfNull(underlyingType);
System\Xaml\XamlTypeName.cs (11)
41ArgumentNullException.ThrowIfNull(xamlType); 87ArgumentNullException.ThrowIfNull(typeNameList); 88ArgumentNullException.ThrowIfNull(prefixLookup); 94ArgumentNullException.ThrowIfNull(typeName); 95ArgumentNullException.ThrowIfNull(namespaceResolver); 109ArgumentNullException.ThrowIfNull(typeNameList); 110ArgumentNullException.ThrowIfNull(namespaceResolver); 125ArgumentNullException.ThrowIfNull(typeName); 126ArgumentNullException.ThrowIfNull(namespaceResolver); 135ArgumentNullException.ThrowIfNull(typeNameList); 136ArgumentNullException.ThrowIfNull(namespaceResolver);
System\Xaml\XamlWriter.cs (1)
23ArgumentNullException.ThrowIfNull(reader);
System\Xaml\XamlXmlWriter.cs (6)
51ArgumentNullException.ThrowIfNull(stream); 70ArgumentNullException.ThrowIfNull(textWriter); 89ArgumentNullException.ThrowIfNull(xmlWriter); 162ArgumentNullException.ThrowIfNull(type); 187ArgumentNullException.ThrowIfNull(property); 226ArgumentNullException.ThrowIfNull(namespaceDeclaration);
Templates.Blazor.WebAssembly.Auth.Tests (1)
src\Shared\E2ETesting\WebDriverExtensions.cs (1)
14ArgumentNullException.ThrowIfNull(driver);
Templates.Blazor.WebAssembly.Tests (1)
src\Shared\E2ETesting\WebDriverExtensions.cs (1)
14ArgumentNullException.ThrowIfNull(driver);
Templates.Mvc.Tests (1)
src\Shared\E2ETesting\WebDriverExtensions.cs (1)
14ArgumentNullException.ThrowIfNull(driver);
Templates.Tests (1)
src\Shared\E2ETesting\WebDriverExtensions.cs (1)
14ArgumentNullException.ThrowIfNull(driver);
Test.Utilities (1)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (1)
62ArgumentNullException.ThrowIfNull(source);
UIAutomationClient (67)
MS\Internal\Automation\Misc.cs (4)
38ArgumentNullException.ThrowIfNull(a1); 39ArgumentNullException.ThrowIfNull(a2); 60ArgumentNullException.ThrowIfNull(el1); 61ArgumentNullException.ThrowIfNull(el2);
System\Windows\Automation\AndCondition.cs (2)
31ArgumentNullException.ThrowIfNull(conditions); 35ArgumentNullException.ThrowIfNull(condition, nameof(conditions));
System\Windows\Automation\Automation.cs (18)
90ArgumentNullException.ThrowIfNull(property); 103ArgumentNullException.ThrowIfNull(pattern); 125ArgumentNullException.ThrowIfNull(element); 126ArgumentNullException.ThrowIfNull(eventHandler); 193ArgumentNullException.ThrowIfNull(element); 194ArgumentNullException.ThrowIfNull(eventHandler); 217ArgumentNullException.ThrowIfNull(element); 218ArgumentNullException.ThrowIfNull(eventHandler); 219ArgumentNullException.ThrowIfNull(properties); 230ArgumentNullException.ThrowIfNull(property, nameof(properties)); 248ArgumentNullException.ThrowIfNull(element); 249ArgumentNullException.ThrowIfNull(eventHandler); 263ArgumentNullException.ThrowIfNull(element); 264ArgumentNullException.ThrowIfNull(eventHandler); 279ArgumentNullException.ThrowIfNull(element); 280ArgumentNullException.ThrowIfNull(eventHandler); 294ArgumentNullException.ThrowIfNull(eventHandler); 312ArgumentNullException.ThrowIfNull(eventHandler);
System\Windows\Automation\AutomationElement.cs (9)
452ArgumentNullException.ThrowIfNull(localImpl); 495ArgumentNullException.ThrowIfNull(property); 575ArgumentNullException.ThrowIfNull(pattern); 642ArgumentNullException.ThrowIfNull(property); 694ArgumentNullException.ThrowIfNull(pattern); 728ArgumentNullException.ThrowIfNull(request); 748ArgumentNullException.ThrowIfNull(condition); 771ArgumentNullException.ThrowIfNull(condition); 1283ArgumentNullException.ThrowIfNull(condition);
System\Windows\Automation\CacheRequest.cs (3)
242ArgumentNullException.ThrowIfNull(property); 260ArgumentNullException.ThrowIfNull(pattern); 337ArgumentNullException.ThrowIfNull(value, nameof(TreeFilter));
System\Windows\Automation\ClientSettings.cs (2)
42ArgumentNullException.ThrowIfNull(assemblyName); 53ArgumentNullException.ThrowIfNull(clientSideProviderDescription);
System\Windows\Automation\NotCondition.cs (1)
32ArgumentNullException.ThrowIfNull(condition);
System\Windows\Automation\OrCondition.cs (2)
31ArgumentNullException.ThrowIfNull(conditions); 35ArgumentNullException.ThrowIfNull(condition, nameof(conditions));
System\Windows\Automation\PropertyCondition.cs (1)
122ArgumentNullException.ThrowIfNull(property);
System\Windows\Automation\Text\TextRange.cs (4)
173ArgumentNullException.ThrowIfNull(attribute); 174ArgumentNullException.ThrowIfNull(value); // no text attributes can have null as a valid value 215ArgumentNullException.ThrowIfNull(text); 231ArgumentNullException.ThrowIfNull(attribute);
System\Windows\Automation\TextPattern.cs (1)
200ArgumentNullException.ThrowIfNull(childElement);
System\Windows\Automation\TreeWalker.cs (19)
35ArgumentNullException.ThrowIfNull(condition); 87ArgumentNullException.ThrowIfNull(element); 102ArgumentNullException.ThrowIfNull(element); 117ArgumentNullException.ThrowIfNull(element); 132ArgumentNullException.ThrowIfNull(element); 147ArgumentNullException.ThrowIfNull(element); 172ArgumentNullException.ThrowIfNull(element); 190ArgumentNullException.ThrowIfNull(element); 191ArgumentNullException.ThrowIfNull(request); 208ArgumentNullException.ThrowIfNull(element); 209ArgumentNullException.ThrowIfNull(request); 226ArgumentNullException.ThrowIfNull(element); 227ArgumentNullException.ThrowIfNull(request); 244ArgumentNullException.ThrowIfNull(element); 245ArgumentNullException.ThrowIfNull(request); 262ArgumentNullException.ThrowIfNull(element); 263ArgumentNullException.ThrowIfNull(request); 290ArgumentNullException.ThrowIfNull(element); 291ArgumentNullException.ThrowIfNull(request);
System\Windows\Automation\ValuePattern.cs (1)
72ArgumentNullException.ThrowIfNull(value);
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
747ArgumentNullException.ThrowIfNull(val);
UIAutomationProvider (8)
System\Windows\Automation\Provider\AutomationInteropProvider.cs (8)
73ArgumentNullException.ThrowIfNull(el); 96ArgumentNullException.ThrowIfNull(element); 97ArgumentNullException.ThrowIfNull(e); 111ArgumentNullException.ThrowIfNull(eventId); 112ArgumentNullException.ThrowIfNull(provider); 113ArgumentNullException.ThrowIfNull(e); 163ArgumentNullException.ThrowIfNull(provider); 164ArgumentNullException.ThrowIfNull(e);
UIAutomationTypes (4)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Win32\NativeMethodsCLR.cs (1)
1687ArgumentNullException.ThrowIfNull(lf);
System\Windows\Automation\AutomationIdentifier.cs (1)
125ArgumentNullException.ThrowIfNull(obj);
System\Windows\Automation\StructureChangedEventArgs.cs (1)
75ArgumentNullException.ThrowIfNull(runtimeId);
System\Windows\Automation\WindowClosedEventArgs.cs (1)
31ArgumentNullException.ThrowIfNull(runtimeId);
xunit.assert (5)
Sdk\ArgumentFormatter.cs (1)
150 ArgumentNullException.ThrowIfNull(s);
Sdk\AssertEqualityComparer.cs (1)
399 ArgumentNullException.ThrowIfNull(comparer);
Sdk\AssertEqualityComparerAdapter.cs (1)
33 ArgumentNullException.ThrowIfNull(innerComparer);
Sdk\CollectionTracker.cs (2)
61 ArgumentNullException.ThrowIfNull(innerEnumerable); 492 ArgumentNullException.ThrowIfNull(castCollection);