9 references to Create
Microsoft.Build (9)
Construction\ProjectRootElement.cs (2)
436
_projectFileLocation = ElementLocation.
Create
(newFullPath);
2101
_projectFileLocation = ElementLocation.
Create
(fullPath);
Definition\ProjectCollection.cs (1)
383
ProjectErrorUtilities.ThrowInvalidProject(ElementLocation.
Create
("MSBUILD"), "InvalidProperty", ex.Message);
Evaluation\ProjectParser.cs (1)
134
ProjectErrorUtilities.ThrowInvalidProject(ElementLocation.
Create
(_document.FullPath), "NoRootProjectElement", XMakeElements.project);
Graph\ProjectGraph.cs (1)
679
ElementLocation.
Create
(Solution.FullPath),
Instance\ProjectInstance.cs (4)
382
_projectFileLocation = ElementLocation.
Create
(projectPath);
435
_projectFileLocation = ElementLocation.
Create
(projectPath);
565
_projectFileLocation = ElementLocation.
Create
(projectFile);
680
_projectFileLocation = ElementLocation.
Create
(fullPath);