3 overrides of WriteStartAttribute
System.Runtime.Serialization (3)
System\Xml\XmlNodeWriter.cs (1)
121
public override void
WriteStartAttribute
(byte[] prefixBuffer, int prefixOffset, int prefixLength, byte[] localNameBuffer, int localNameOffset, int localNameLength) { }
System\Xml\XmlSigningNodeWriter.cs (1)
138
public override void
WriteStartAttribute
(byte[] prefixBuffer, int prefixOffset, int prefixLength,
System\Xml\XmlUTF8TextWriter.cs (1)
361
public override void
WriteStartAttribute
(byte[] prefixBuffer, int prefixOffset, int prefixLength, byte[] localNameBuffer, int localNameOffset, int localNameLength)
1 reference to WriteStartAttribute
System.Runtime.Serialization (1)
System\Xml\XmlSigningNodeWriter.cs (1)
141
writer.
WriteStartAttribute
(prefixBuffer, prefixOffset, prefixLength, localNameBuffer, localNameOffset, localNameLength);