55 references to CreateAttribute
ILLink.Tasks (9)
CreateRuntimeRootDescriptorFile.cs (9)
318 XmlAttribute featureAssemblyFullName = doc.CreateAttribute ("fullname"); 322 XmlAttribute featureName = doc.CreateAttribute ("feature"); 326 XmlAttribute featureValue = doc.CreateAttribute ("featurevalue"); 330 XmlAttribute featureDefault = doc.CreateAttribute ("featuredefault"); 352 XmlAttribute typeFullName = doc.CreateAttribute ("fullname"); 361 XmlAttribute preserve = doc.CreateAttribute ("preserve"); 365 XmlAttribute preserve = doc.CreateAttribute ("preserve"); 373 XmlAttribute fieldName = doc.CreateAttribute ("name"); 383 XmlAttribute methodName = doc.CreateAttribute ("name");
Microsoft.Build.BuildCheck.UnitTests (1)
EndToEndTests.cs (1)
608var attribute = doc.CreateAttribute(attributeName);
Microsoft.Build.Engine.UnitTests (8)
BackEnd\BatchingEngine_Tests.cs (1)
67XmlAttribute tempXmlAttribute = (new XmlDocument()).CreateAttribute("attrib");
ConsoleLogger_Tests.cs (2)
151System.Xml.XmlAttribute attribute = task.XmlDocument.CreateAttribute("Text"); 154attribute = task.XmlDocument.CreateAttribute("MessageImportance");
Evaluation\Expander_Tests.cs (5)
1507XmlAttribute xmlattribute = (new XmlDocument()).CreateAttribute("dummy"); 1533XmlAttribute xmlattribute = (new XmlDocument()).CreateAttribute("dummy"); 1555XmlAttribute xmlattribute = (new XmlDocument()).CreateAttribute("dummy"); 1604XmlAttribute xmlattribute = (new XmlDocument()).CreateAttribute("dummy"); 1636XmlAttribute xmlattribute = (new XmlDocument()).CreateAttribute("dummy");
Microsoft.Build.Tasks.Core (15)
BootstrapperUtil\BootstrapperBuilder.cs (6)
1143XmlAttribute attribute = targetNode.OwnerDocument.CreateAttribute(attributeName); 1171XmlAttribute sourcePathAttribute = packageFilesNode.OwnerDocument.CreateAttribute("SourcePath"); 1175XmlAttribute targetPathAttribute = packageFilesNode.OwnerDocument.CreateAttribute("TargetPath"); 1181XmlAttribute oldNameAttribute = packageFilesNode.OwnerDocument.CreateAttribute("OldName"); 1513XmlAttribute sizeAttribute = packageFileNode.OwnerDocument.CreateAttribute("Size"); 1942XmlAttribute attrib = node.OwnerDocument.CreateAttribute(attributeName);
ManifestUtil\SecurityUtil.cs (1)
381XmlAttribute a = document.CreateAttribute("class");
ManifestUtil\TrustInfo.cs (7)
44sameSiteAttribute = permissionSetElement.OwnerDocument.CreateAttribute(XmlUtil.TrimPrefix(XPaths.sameSiteAttribute)); 76unrestrictedAttribute = document.CreateAttribute(XmlUtil.TrimPrefix(XPaths.unrestrictedAttribute)); 96unrestrictedAttribute = document.CreateAttribute(XmlUtil.TrimPrefix(XPaths.unrestrictedAttribute)); 111idAttribute = document.CreateAttribute(XmlUtil.TrimPrefix(XPaths.idAttribute)); 137idrefAttribute = document.CreateAttribute(XmlUtil.TrimPrefix(XPaths.permissionSetReferenceAttribute)); 300XmlAttribute levelAttribute = document.CreateAttribute("level"); 306XmlAttribute uiAccessAttribute = document.CreateAttribute("uiAccess");
ManifestUtil\XmlUtil.cs (1)
43XmlAttribute newAttribute = document.CreateAttribute(attribute.Name);
Microsoft.Web.Xdt.Extensions (1)
InsertOrAppendAttribute.cs (1)
134var attribute = targetNode.OwnerDocument.CreateAttribute(AttributeName);
PresentationBuildTasks (5)
Microsoft\Build\Tasks\Windows\GenerateTemporaryTargetAssembly.cs (5)
737XmlAttribute attrInclude = xmlProjectDoc.CreateAttribute(INCLUDE_ATTR_NAME); 887XmlAttribute projectAttribute = xmlProjectDoc.CreateAttribute("Project"); 889XmlAttribute sdkAttributeProps = xmlProjectDoc.CreateAttribute("Sdk"); 896XmlAttribute sdkVersionAttributeProps = xmlProjectDoc.CreateAttribute("Version"); 903XmlAttribute sdkVersionAttributeProps = xmlProjectDoc.CreateAttribute("MinimumVersion");
ReachFramework (1)
PrintConfig\PrintSchemaShim.cs (1)
134XmlAttribute 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)
479XmlAttribute nsattrib = (XmlAttribute)elem.OwnerDocument.CreateAttribute(name); 493XmlAttribute nsattrib = (XmlAttribute)elem.OwnerDocument.CreateAttribute(key); 524XmlAttribute nsattrib = elem.OwnerDocument.CreateAttribute(name); 537XmlAttribute nsattrib = elem.OwnerDocument.CreateAttribute("xmlns"); 557XmlAttribute nsattrib = elem.OwnerDocument.CreateAttribute(name);