48 references to ThrowInvalidProject
Microsoft.Build (48)
BackEnd\Components\RequestBuilder\BatchingEngine.cs (1)
430
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation,
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
347
ProjectErrorUtilities.
ThrowInvalidProject
(_target.ConditionLocation, "TargetConditionHasInvalidMetadataReference", _target.Name, _target.Condition);
BackEnd\Components\RequestBuilder\TaskBuilder.cs (2)
745
ProjectErrorUtilities.
ThrowInvalidProject
(_taskNode.ContinueOnErrorLocation, "InvalidContinueOnErrorAttribute", _taskNode.Name, e.Message);
776
ProjectErrorUtilities.
ThrowInvalidProject
(_targetChildInstance.Location, "TaskParametersError", _taskNode.Name, String.Empty);
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1216
ProjectErrorUtilities.
ThrowInvalidProject
(
Construction\ProjectMetadataElement.cs (1)
152
ProjectErrorUtilities.
ThrowInvalidProject
(parentLocation, "InvalidMetadataAsAttribute", name, parentName);
Definition\Project.cs (1)
4336
ProjectErrorUtilities.
ThrowInvalidProject
(toolsVersionLocation, "UnrecognizedToolsVersion", toolsVersionToUse, toolsVersionList);
Evaluation\Conditionals\FunctionCallExpressionNode.cs (1)
96
ProjectErrorUtilities.
ThrowInvalidProject
(
Evaluation\Conditionals\GenericExpressionNode.cs (1)
65
ProjectErrorUtilities.
ThrowInvalidProject
(
Evaluation\Conditionals\Parser.cs (2)
289
ProjectErrorUtilities.
ThrowInvalidProject
(_elementLocation, "UnexpectedTokenInCondition", _lexer.IsNextString(), errorPosition);
395
ProjectErrorUtilities.
ThrowInvalidProject
(_elementLocation, _lexer.GetErrorResource(), expression, errorPosition);
Evaluation\Evaluator.cs (2)
2157
ProjectErrorUtilities.
ThrowInvalidProject
(importLocationInProject, "ImportIntroducesCircularity", importFileUnescaped, importedBy);
2345
ProjectErrorUtilities.
ThrowInvalidProject
(importLocationInProject, "InvalidImportedProjectFile",
Evaluation\Expander.cs (26)
884
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.GetString("InvalidFunctionPropertyExpressionDetailMismatchedParenthesis"));
899
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.GetString("InvalidFunctionPropertyExpressionDetailMismatchedQuote"));
1087
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotExpandItemMetadata", expression, ex.Message);
1481
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", propertyBody, String.Empty);
1492
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", propertyBody, AssemblyResources.GetString("InvalidFunctionPropertyExpressionDetailMismatchedSquareBrackets"));
1514
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", propertyBody, String.Empty);
1819
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidRegistryPropertyExpression", $"$({registryExpression})", ex.Message);
2827
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotEvaluateItemMetadata", metadataName, ex.Message);
3179
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotEvaluateItemMetadata", metadataName, ex.Message);
3214
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotEvaluateItemMetadata", metadataName, ex.Message);
3247
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotEvaluateItemMetadata", metadataName, ex.Message);
3283
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotEvaluateItemMetadata", metadataName, ex.Message);
3340
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CannotEvaluateItemMetadata", match.Name, ex.Message);
3865
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionStaticMethodSyntax", expressionFunction, String.Empty);
3879
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionStaticMethodSyntax", expressionFunction, String.Empty);
3890
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionTypeUnavailable", expressionFunction, typeName);
3901
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.GetString("InvalidFunctionPropertyExpressionDetailMismatchedSquareBrackets"));
3932
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, String.Empty);
3996
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionMethodUnavailable", _methodMethodName, _receiverType.FullName);
4013
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionMethodUnavailable", _methodMethodName, _receiverType.FullName);
4149
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", partiallyEvaluated, ex.Message.Replace("\r\n", " "));
4220
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", partiallyEvaluated, ex.InnerException.Message.Replace("\r\n", " "));
4231
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionStaticMethodSyntax", _expression, ex.Message.Replace("Microsoft.Build.Evaluation.IntrinsicFunctions.", "[MSBuild]::"));
4237
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", partiallyEvaluated, ex.Message);
4535
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, AssemblyResources.GetString("InvalidFunctionPropertyExpressionDetailMismatchedParenthesis"));
4606
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "InvalidFunctionPropertyExpression", expressionFunction, String.Empty);
Evaluation\ProjectParser.cs (2)
583
ProjectErrorUtilities.
ThrowInvalidProject
(element.GetAttributeLocation(XMakeAttributes.name), "NameInvalid", targetName, targetName[indexOfSpecialCharacter]);
635
ProjectErrorUtilities.
ThrowInvalidProject
(childElement.Location, "PropertyOutsidePropertyGroupInTarget", childElement.Name, childElement.ParentNode.Name);
Instance\ProjectInstance.cs (1)
3249
ProjectErrorUtilities.
ThrowInvalidProject
(toolsVersionLocation, "UnrecognizedToolsVersion", toolsVersionToUse, toolsVersionList);
Instance\TaskRegistry.cs (1)
1472
ProjectErrorUtilities.
ThrowInvalidProject
(elementLocation, "CouldNotFindFactory", TaskFactoryAttributeName, taskFactoryLoadInfo.AssemblyLocation);
Utilities\XmlUtilities.cs (2)
96
ProjectErrorUtilities.
ThrowInvalidProject
(location, "NameInvalid", name, name[firstInvalidCharLocation]);
114
ProjectErrorUtilities.
ThrowInvalidProject
(element.Location, "NameInvalid", name, name[firstInvalidCharLocation]);
Xml\ProjectXmlUtilities.cs (3)
72
ProjectErrorUtilities.
ThrowInvalidProject
(child.Location, "InvalidChildElementDueToDuplication", child.Name, child.ParentNode.Name);
80
ProjectErrorUtilities.
ThrowInvalidProject
(location, "UnrecognizedChildElement", name, parentName);
195
ProjectErrorUtilities.
ThrowInvalidProject
(attribute.Location, "UnrecognizedAttribute", attribute.Name, attribute.OwnerElement.Name);