31 references to CreateAttribute
ILLink.Tasks (9)
CreateRuntimeRootDescriptorFile.cs (9)
358XmlAttribute featureAssemblyFullName = doc.CreateAttribute("fullname"); 362XmlAttribute featureName = doc.CreateAttribute("feature"); 366XmlAttribute featureValue = doc.CreateAttribute("featurevalue"); 370XmlAttribute featureDefault = doc.CreateAttribute("featuredefault"); 394XmlAttribute typeFullName = doc.CreateAttribute("fullname"); 405XmlAttribute preserve = doc.CreateAttribute("preserve"); 411XmlAttribute preserve = doc.CreateAttribute("preserve"); 421XmlAttribute fieldName = doc.CreateAttribute("name"); 433XmlAttribute methodName = doc.CreateAttribute("name");
Microsoft.Web.Xdt.Extensions (1)
InsertOrAppendAttribute.cs (1)
134var attribute = targetNode.OwnerDocument.CreateAttribute(AttributeName);
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (5)
721XmlAttribute attrInclude = xmlProjectDoc.CreateAttribute(INCLUDE_ATTR_NAME); 871XmlAttribute projectAttribute = xmlProjectDoc.CreateAttribute("Project"); 873XmlAttribute sdkAttributeProps = xmlProjectDoc.CreateAttribute("Sdk"); 880XmlAttribute sdkVersionAttributeProps = xmlProjectDoc.CreateAttribute("Version"); 887XmlAttribute sdkVersionAttributeProps = xmlProjectDoc.CreateAttribute("MinimumVersion");
ReachFramework (1)
PrintConfig\PrintSchemaShim.cs (1)
129XmlAttribute nameAttr = ticket.XmlDoc.CreateAttribute("name");
System.Private.DataContractSerialization (7)
System\Runtime\Serialization\SchemaExporter.cs (7)
222XmlAttribute emitDefaultValueAttribute = XmlDoc.CreateAttribute(Globals.EmitDefaultValueAttribute); 237XmlAttribute nameAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNameAttribute); 241XmlAttribute nsAttribute = xmlDoc.CreateAttribute(Globals.ActualTypeNamespaceAttribute); 296XmlAttribute nameAttribute = XmlDoc.CreateAttribute(Globals.GenericNameAttribute); 301XmlAttribute nsAttribute = XmlDoc.CreateAttribute(Globals.GenericNamespaceAttribute); 317XmlAttribute nestedLevelAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute); 327XmlAttribute typeNestedLevelsAttribute = XmlDoc.CreateAttribute(Globals.GenericParameterNestedLevelAttribute);
System.Private.Xml (1)
System\Xml\Dom\XmlElement.cs (1)
284attr = OwnerDocument.CreateAttribute(name);
System.Security.Cryptography.Xml (7)
System\Security\Cryptography\Xml\CanonicalXmlElement.cs (2)
59XmlAttribute nsattrib = (XmlAttribute)OwnerDocument.CreateAttribute(name); 131XmlAttribute nsattrib = (XmlAttribute)OwnerDocument.CreateAttribute(name);
System\Security\Cryptography\Xml\Utils.cs (5)
467XmlAttribute nsattrib = (XmlAttribute)elem.OwnerDocument.CreateAttribute(name); 481XmlAttribute nsattrib = (XmlAttribute)elem.OwnerDocument.CreateAttribute(key); 512XmlAttribute nsattrib = elem.OwnerDocument.CreateAttribute(name); 525XmlAttribute nsattrib = elem.OwnerDocument.CreateAttribute("xmlns"); 545XmlAttribute nsattrib = elem.OwnerDocument.CreateAttribute(name);