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)
383ProjectErrorUtilities.ThrowInvalidProject(ElementLocation.Create("MSBUILD"), "InvalidProperty", ex.Message);
Evaluation\ProjectParser.cs (1)
134ProjectErrorUtilities.ThrowInvalidProject(ElementLocation.Create(_document.FullPath), "NoRootProjectElement", XMakeElements.project);
Graph\ProjectGraph.cs (1)
679ElementLocation.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);