10 references to ProjectFileLocation
Microsoft.Build (6)
BackEnd\BuildManager\BuildManager.cs (1)
1971ProjectErrorUtilities.VerifyThrowInvalidProject(entryPointNode.ProjectInstance.Targets.Count > 0, entryPointNode.ProjectInstance.ProjectFileLocation, "NoTargetSpecified");
BackEnd\Components\RequestBuilder\RequestBuilder.cs (1)
1184_requestEntry.RequestConfiguration.Project.ProjectFileLocation, "NoTargetSpecified");
BackEnd\Components\RequestBuilder\TargetBuilder.cs (1)
156targets.Add(new TargetSpecification(targetName, targetExists ? targetInstance.Location : _projectInstance.ProjectFileLocation));
BackEnd\Components\RequestBuilder\TargetEntry.cs (1)
934_targetSpecification.ReferenceLocation ?? _requestEntry.RequestConfiguration.Project.ProjectFileLocation,
Instance\ProjectInstance.cs (2)
2094string result = expander.ExpandIntoStringAndUnescape(unexpandedValue, ExpanderOptions.ExpandPropertiesAndItems, ProjectFileLocation); 2118ProjectFileLocation,
Microsoft.Build.Engine.UnitTests (4)
Construction\SolutionFilter_Tests.cs (1)
131graphFromSolution.ProjectNodes.Single().ProjectInstance.ProjectFileLocation.LocationString.ShouldBe(simpleProject.Path);
Instance\ProjectInstance_Internal_Tests.cs (1)
789targetInstance.Location.ShouldBe(projectInstance.ProjectFileLocation);
TestComparers\ProjectInstanceModelTestComparers.cs (2)
54Assert.Equal(x.ProjectFileLocation, y.ProjectFileLocation, new Helpers.ElementLocationComparerIgnoringType());