8 references to ProjectFileLocation
Microsoft.Build (8)
BackEnd\BuildManager\BuildManager.cs (1)
2214
ProjectErrorUtilities.VerifyThrowInvalidProject(entryPointNode.ProjectInstance.Targets.Count > 0, entryPointNode.ProjectInstance.
ProjectFileLocation
, "NoTargetSpecified");
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1226
_requestEntry.RequestConfiguration.Project.
ProjectFileLocation
, "NoTargetSpecified");
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
161
targets.Add(new TargetSpecification(targetName.name, targetExists ? targetInstance.Location : _projectInstance.
ProjectFileLocation
, targetName.reason));
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
930
_targetSpecification.ReferenceLocation ?? _requestEntry.RequestConfiguration.Project.
ProjectFileLocation
,
BackEnd\Components\RequestBuilder\TargetUpToDateChecker.cs (2)
1129
ProjectErrorUtilities.VerifyThrowInvalidProject(input.AsSpan().IndexOfAny(MSBuildConstants.InvalidPathChars) < 0, _project.
ProjectFileLocation
, "IllegalCharactersInFileOrDirectory", input, inputItemName);
1130
ProjectErrorUtilities.VerifyThrowInvalidProject(output.AsSpan().IndexOfAny(MSBuildConstants.InvalidPathChars) < 0, _project.
ProjectFileLocation
, "IllegalCharactersInFileOrDirectory", output, outputItemName);
Instance\ProjectInstance.cs (2)
2333
string result = expander.ExpandIntoStringAndUnescape(unexpandedValue, ExpanderOptions.ExpandPropertiesAndItems,
ProjectFileLocation
);
2357
ProjectFileLocation
,