140 references to VerifyThrowInternalNull
Microsoft.Build (138)
BackEnd\BuildManager\BuildManager.cs (1)
3166ErrorUtilities.VerifyThrowInternalNull(inputCacheFiles);
BackEnd\BuildManager\BuildParameters.cs (2)
268ErrorUtilities.VerifyThrowInternalNull(other); 713ErrorUtilities.VerifyThrowInternalNull(value, "EnvironmentPropertiesInternal");
BackEnd\BuildManager\CacheAggregator.cs (2)
32ErrorUtilities.VerifyThrowInternalNull(configCache); 33ErrorUtilities.VerifyThrowInternalNull(resultsCache);
BackEnd\BuildManager\CacheSerialization.cs (3)
22ErrorUtilities.VerifyThrowInternalNull(outputCacheFile); 130ErrorUtilities.VerifyThrowInternalNull(configCache); 131ErrorUtilities.VerifyThrowInternalNull(resultsCache);
BackEnd\Components\Communications\DetouredNodeLauncher.cs (1)
63ErrorUtilities.VerifyThrowInternalNull(_fileAccessManager, nameof(_fileAccessManager));
BackEnd\Components\Communications\NodeEndpointInProc.cs (2)
165ErrorUtilities.VerifyThrowInternalNull(factory); 183ErrorUtilities.VerifyThrowInternalNull(factory);
BackEnd\Components\ProjectCache\ProjectCacheService.cs (3)
503ErrorUtilities.VerifyThrowInternalNull(buildRequest.ProjectInstance, nameof(buildRequest.ProjectInstance)); 671ErrorUtilities.VerifyThrowInternalNull(projectConfiguration.Attributes, nameof(projectConfiguration.Attributes)); 711ErrorUtilities.VerifyThrowInternalNull(requestConfiguration.Project, nameof(requestConfiguration.Project));
BackEnd\Components\RequestBuilder\Lookup.cs (3)
94ErrorUtilities.VerifyThrowInternalNull(projectItems); 95ErrorUtilities.VerifyThrowInternalNull(properties); 1182ErrorUtilities.VerifyThrowInternalNull(value, "value");
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
552ErrorUtilities.VerifyThrowInternalNull(targetResult, "targetResult");
BackEnd\Components\RequestBuilder\TaskBuilder.cs (1)
522ErrorUtilities.VerifyThrowInternalNull(_taskNode, "taskNode"); // taskNode should never be null when we're calling this method.
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
119ErrorUtilities.VerifyThrowInternalNull(taskLocation);
BackEnd\Components\Scheduler\Scheduler.cs (1)
2036ErrorUtilities.VerifyThrowInternalNull(parentRequest);
BackEnd\Components\SdkResolution\MainNodeSdkResolverService.cs (3)
101ErrorUtilities.VerifyThrowInternalNull(sdk); 102ErrorUtilities.VerifyThrowInternalNull(loggingContext); 103ErrorUtilities.VerifyThrowInternalNull(sdkReferenceLocation);
BackEnd\Node\ServerNodeBuildCommand.cs (1)
93ErrorUtilities.VerifyThrowInternalNull(consoleConfiguration);
BackEnd\Shared\BuildRequestConfiguration.cs (1)
811ErrorUtilities.VerifyThrowInternalNull(Project);
BackEnd\Shared\EventsCreatorHelper.cs (8)
18ErrorUtilities.VerifyThrowInternalNull(buildEventContext); 19ErrorUtilities.VerifyThrowInternalNull(message); 35ErrorUtilities.VerifyThrowInternalNull(buildEventContext); 36ErrorUtilities.VerifyThrowInternalNull(file); 37ErrorUtilities.VerifyThrowInternalNull(message); 66ErrorUtilities.VerifyThrowInternalNull(buildEventContext); 67ErrorUtilities.VerifyThrowInternalNull(file); 68ErrorUtilities.VerifyThrowInternalNull(message);
BuildCheck\Infrastructure\CheckContext\CheckDispatchingContext.cs (1)
37ErrorUtilities.VerifyThrowInternalNull(buildEvent);
Collections\CopyOnWritePropertyDictionary.cs (2)
106ErrorUtilities.VerifyThrowInternalNull(value, "Properties can't have null value"); 250ErrorUtilities.VerifyThrowInternalNull(value, "Properties can't have null value");
Collections\PropertyDictionary.cs (1)
202ErrorUtilities.VerifyThrowInternalNull(value, "Properties can't have null value");
CommunicationsUtilities.cs (1)
291ErrorUtilities.VerifyThrowInternalNull(DebugUtils.ProcessInfoString, nameof(DebugUtils.DebugPath));
Construction\ProjectElement.cs (1)
620ErrorUtilities.VerifyThrowInternalNull(containingProject);
Definition\Project.cs (5)
1808ErrorUtilities.VerifyThrowInternalNull(otherXml); 3584ErrorUtilities.VerifyThrowInternalNull(otherXml); 4388ErrorUtilities.VerifyThrowInternalNull(property); 4400ErrorUtilities.VerifyThrowInternalNull(itemDefinitionMetadatum); 4412ErrorUtilities.VerifyThrowInternalNull(item);
Definition\ProjectItem.cs (3)
130ErrorUtilities.VerifyThrowInternalNull(project); 1020ErrorUtilities.VerifyThrowInternalNull(_xml, "xml"); 1044ErrorUtilities.VerifyThrowInternalNull(_xml, "xml");
Definition\ProjectItemDefinition.cs (1)
58ErrorUtilities.VerifyThrowInternalNull(project);
Definition\ResolvedImport.cs (2)
26ErrorUtilities.VerifyThrowInternalNull(importedProject, "child"); 40ErrorUtilities.VerifyThrowInternalNull(importedProject, "child");
Definition\Toolset.cs (2)
352ErrorUtilities.VerifyThrowInternalNull(getFiles); 353ErrorUtilities.VerifyThrowInternalNull(loadXmlFromPath);
Definition\ToolsetPropertyDefinition.cs (1)
75ErrorUtilities.VerifyThrowInternalNull(value, "Value");
ErrorUtilities.cs (2)
152VerifyThrowInternalNull(parameterValue, parameterName); 162VerifyThrowInternalNull(parameterValue, parameterName);
Evaluation\Conditionals\Token.cs (1)
102ErrorUtilities.VerifyThrowInternalNull(tokenString);
Evaluation\Evaluator.cs (5)
216ErrorUtilities.VerifyThrowInternalNull(data); 217ErrorUtilities.VerifyThrowInternalNull(projectRootElementCache); 218ErrorUtilities.VerifyThrowInternalNull(evaluationContext); 219ErrorUtilities.VerifyThrowInternalNull(loggingService); 220ErrorUtilities.VerifyThrowInternalNull(buildEventContext);
Evaluation\Expander.cs (5)
496ErrorUtilities.VerifyThrowInternalNull(elementLocation); 517ErrorUtilities.VerifyThrowInternalNull(elementLocation); 565ErrorUtilities.VerifyThrowInternalNull(elementLocation); 639ErrorUtilities.VerifyThrowInternalNull(elementLocation); 5063ErrorUtilities.VerifyThrowInternalNull(receiverType, $"Type information for {typeName} was present in the allowlist cache as {assemblyQualifiedTypeName} but the type could not be loaded.");
Evaluation\ProjectParser.cs (2)
99ErrorUtilities.VerifyThrowInternalNull(project); 100ErrorUtilities.VerifyThrowInternalNull(document);
Evaluation\ProjectRootElementCache.cs (2)
350ErrorUtilities.VerifyThrowInternalNull(projectRootElement, "projectRootElement"); 539ErrorUtilities.VerifyThrowInternalNull(projectRootElement.FullPath, "FullPath");
Evaluation\PropertyTrackingEvaluatorDataWrapper.cs (2)
46ErrorUtilities.VerifyThrowInternalNull(dataToWrap); 47ErrorUtilities.VerifyThrowInternalNull(evaluationLoggingContext);
Evaluation\SimpleProjectRootElementCache.cs (1)
65ErrorUtilities.VerifyThrowInternalNull(rootElement, "projectRootElement");
Graph\ProjectGraphNode.cs (1)
30ErrorUtilities.VerifyThrowInternalNull(projectInstance);
Graph\ProjectInterpretation.cs (1)
385ErrorUtilities.VerifyThrowInternalNull(projectReference);
Instance\ProjectInstance.cs (3)
371ErrorUtilities.VerifyThrowInternalNull(project); 428ErrorUtilities.VerifyThrowInternalNull(linkedProject); 643ErrorUtilities.VerifyThrowInternalNull(data);
Instance\ProjectItemGroupTaskInstance.cs (3)
53ErrorUtilities.VerifyThrowInternalNull(condition); 54ErrorUtilities.VerifyThrowInternalNull(location); 55ErrorUtilities.VerifyThrowInternalNull(items);
Instance\ProjectItemGroupTaskItemInstance.cs (9)
162ErrorUtilities.VerifyThrowInternalNull(itemType); 163ErrorUtilities.VerifyThrowInternalNull(include); 164ErrorUtilities.VerifyThrowInternalNull(exclude); 165ErrorUtilities.VerifyThrowInternalNull(remove); 166ErrorUtilities.VerifyThrowInternalNull(keepMetadata); 167ErrorUtilities.VerifyThrowInternalNull(removeMetadata); 168ErrorUtilities.VerifyThrowInternalNull(keepDuplicates); 169ErrorUtilities.VerifyThrowInternalNull(condition); 170ErrorUtilities.VerifyThrowInternalNull(location);
Instance\ProjectItemGroupTaskMetadataInstance.cs (4)
50ErrorUtilities.VerifyThrowInternalNull(name); 51ErrorUtilities.VerifyThrowInternalNull(value); 52ErrorUtilities.VerifyThrowInternalNull(condition); 53ErrorUtilities.VerifyThrowInternalNull(location);
Instance\ProjectItemInstance.cs (1)
2078ErrorUtilities.VerifyThrowInternalNull(source);
Instance\ProjectOnErrorInstance.cs (2)
59ErrorUtilities.VerifyThrowInternalNull(condition); 60ErrorUtilities.VerifyThrowInternalNull(location);
Instance\ProjectPropertyGroupTaskInstance.cs (3)
53ErrorUtilities.VerifyThrowInternalNull(condition); 54ErrorUtilities.VerifyThrowInternalNull(location); 55ErrorUtilities.VerifyThrowInternalNull(properties);
Instance\ProjectPropertyGroupTaskPropertyInstance.cs (4)
50ErrorUtilities.VerifyThrowInternalNull(name); 51ErrorUtilities.VerifyThrowInternalNull(value); 52ErrorUtilities.VerifyThrowInternalNull(condition); 53ErrorUtilities.VerifyThrowInternalNull(location);
Instance\ProjectTargetInstance.cs (10)
166ErrorUtilities.VerifyThrowInternalNull(condition); 167ErrorUtilities.VerifyThrowInternalNull(inputs); 168ErrorUtilities.VerifyThrowInternalNull(outputs); 169ErrorUtilities.VerifyThrowInternalNull(keepDuplicateOutputs); 170ErrorUtilities.VerifyThrowInternalNull(dependsOnTargets); 171ErrorUtilities.VerifyThrowInternalNull(beforeTargets); 172ErrorUtilities.VerifyThrowInternalNull(afterTargets); 173ErrorUtilities.VerifyThrowInternalNull(location); 174ErrorUtilities.VerifyThrowInternalNull(children); 175ErrorUtilities.VerifyThrowInternalNull(onErrorChildren);
Instance\ProjectTaskInstance.cs (2)
101ErrorUtilities.VerifyThrowInternalNull(element); 102ErrorUtilities.VerifyThrowInternalNull(outputs);
Instance\ProjectTaskOutputItemInstance.cs (3)
62ErrorUtilities.VerifyThrowInternalNull(location); 63ErrorUtilities.VerifyThrowInternalNull(itemTypeLocation); 64ErrorUtilities.VerifyThrowInternalNull(taskParameterLocation);
Instance\ProjectTaskOutputPropertyInstance.cs (3)
62ErrorUtilities.VerifyThrowInternalNull(location); 63ErrorUtilities.VerifyThrowInternalNull(propertyNameLocation); 64ErrorUtilities.VerifyThrowInternalNull(taskParameterLocation);
Instance\TaskFactories\AssemblyTaskFactory.cs (1)
347ErrorUtilities.VerifyThrowInternalNull(buildComponentHost);
Instance\TaskFactories\TaskHostTask.cs (2)
142ErrorUtilities.VerifyThrowInternalNull(taskType); 262ErrorUtilities.VerifyThrowInternalNull(_taskHostProvider, "taskHostProvider");
Instance\TaskFactoryLoggingHost.cs (1)
64ErrorUtilities.VerifyThrowInternalNull(elementLocation);
Instance\TaskRegistry.cs (5)
185ErrorUtilities.VerifyThrowInternalNull(projectRootElementCache); 205ErrorUtilities.VerifyThrowInternalNull(projectRootElementCache); 206ErrorUtilities.VerifyThrowInternalNull(toolset); 296ErrorUtilities.VerifyThrowInternalNull(directoryOfImportingFile); 692ErrorUtilities.VerifyThrowInternalNull(assemblyLoadInfo);
OutOfProcTaskHostTaskResult.cs (1)
65ErrorUtilities.VerifyThrowInternalNull(taskException);
PrintLineDebugger.cs (1)
30ErrorUtilities.VerifyThrowInternalNull(propertyInfo);
ProjectErrorUtilities.cs (1)
255ErrorUtilities.VerifyThrowInternalNull(elementLocation);
ResourceUtilities.cs (1)
42ErrorUtilities.VerifyThrowInternalNull(message);
TaskHostTaskComplete.cs (1)
108ErrorUtilities.VerifyThrowInternalNull(result);
TaskParameter.cs (1)
757ErrorUtilities.VerifyThrowInternalNull(escapedItemSpec);
Microsoft.Build.Framework.UnitTests (1)
ResourceUtilities.cs (1)
42ErrorUtilities.VerifyThrowInternalNull(message);
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
318ErrorUtilities.VerifyThrowInternalNull(Output);