4 overrides of WriteStartAttribute
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
238public override void WriteStartAttribute(string prefix, string localName)
System\Xml\XmlNodeWriter.cs (1)
117public override void WriteStartAttribute(string prefix, string localName) { }
System\Xml\XmlSigningNodeWriter.cs (1)
138public override void WriteStartAttribute(string prefix, string localName)
System\Xml\XmlUTF8TextWriter.cs (1)
301public override void WriteStartAttribute(string prefix, string localName)
3 references to WriteStartAttribute
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (1)
292_writer.WriteStartAttribute(prefix, localName);
System\Xml\XmlNodeWriter.cs (1)
63WriteStartAttribute(Encoding.UTF8.GetString(prefixBuffer, prefixOffset, prefixLength), Encoding.UTF8.GetString(localNameBuffer, localNameOffset, localNameLength));
System\Xml\XmlSigningNodeWriter.cs (1)
140_writer.WriteStartAttribute(prefix, localName);