4 overrides of WriteStartAttribute
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
238
public override void
WriteStartAttribute
(string prefix, string localName)
System\Xml\XmlNodeWriter.cs (1)
117
public override void
WriteStartAttribute
(string prefix, string localName) { }
System\Xml\XmlSigningNodeWriter.cs (1)
138
public override void
WriteStartAttribute
(string prefix, string localName)
System\Xml\XmlUTF8TextWriter.cs (1)
301
public 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)
63
WriteStartAttribute
(Encoding.UTF8.GetString(prefixBuffer, prefixOffset, prefixLength), Encoding.UTF8.GetString(localNameBuffer, localNameOffset, localNameLength));
System\Xml\XmlSigningNodeWriter.cs (1)
140
_writer.
WriteStartAttribute
(prefix, localName);