7 references to AddXElement
Microsoft.CodeAnalysis.Workspaces.MSBuild.UnitTests (7)
SolutionGeneration.cs (7)
266AddXElement(propertyGroup, "ProjectGuid", Guid.ToString("B"));
267AddXElement(propertyGroup, "OutputType", OutputType);
268AddXElement(propertyGroup, "OutputPath", OutputPath);
269AddXElement(propertyGroup, "AssemblyName", Name);
275AddXElement(propertyGroup, property.Name, property.Value);
292AddXElement(xmlElement, "Project", projectReference.Guid.ToString("B"));
295AddXElement(xmlElement, "Name", Path.GetFileNameWithoutExtension(projectReference.ProjectName));