7 references to AddXElement
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (7)
SolutionGeneration.cs (7)
270AddXElement(propertyGroup, "ProjectGuid", Guid.ToString("B"));
271AddXElement(propertyGroup, "OutputType", OutputType);
272AddXElement(propertyGroup, "OutputPath", OutputPath);
273AddXElement(propertyGroup, "AssemblyName", Name);
279AddXElement(propertyGroup, property.Name, property.Value);
296AddXElement(xmlElement, "Project", projectReference.Guid.ToString("B"));
299AddXElement(xmlElement, "Name", Path.GetFileNameWithoutExtension(projectReference.ProjectName));