10 references to SetElementValue
Microsoft.Maui.Resizetizer (2)
GeneratePackageAppxManifest.cs (2)
138 properties.SetElementValue(xname, ApplicationTitle); 150 properties.SetElementValue(xname, path);
Microsoft.NET.Build.Tests (2)
GivenThatWeWantToBuildASolutionWithNonDefaultConfiguration.cs (1)
30propertyGroup.SetElementValue(ns + "Configurations", configuration);
GivenThatWeWantToBuildASolutionWithNonDefaultConfigurationVB.cs (1)
30propertyGroup.SetElementValue(ns + "Configurations", configuration);
Microsoft.NET.ToolPack.Tests (3)
GivenThatWeWantToPackAToolProject.cs (3)
86conditionPropertyGroup.SetElementValue("TargetFrameworkIdentifier", ".NETCoreApp"); 87conditionPropertyGroup.SetElementValue("TargetFrameworkVersion", "v3.1"); 88conditionPropertyGroup.SetElementValue("TargetFrameworkMoniker", ".NETCoreApp,Version=v3.1");
System.Private.Xml.Linq (3)
System\Xml\Linq\XAttribute.cs (1)
190/// <seealso cref="XElement.SetElementValue"/>
System\Xml\Linq\XElement.cs (2)
1201/// <seealso cref="XElement.SetElementValue"/> 1279/// <seealso cref="XElement.SetElementValue"/>