2 references to StartAttribute
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (2)
300
StartAttribute
(ref prefix, localName, namespaceUri, null);
309
StartAttribute
(ref prefix, (localName != null ? localName.Value : null), (namespaceUri != null ? namespaceUri.Value : null), namespaceUri);