3 references to CreateAttribute
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1065return CreateAttribute(name, namespaceURI);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (2)
1983XmlAttribute attr = Document.CreateAttribute(elemName, elemNs); 2020XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);