4 overrides of WriteEndAttribute
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
298public override void WriteEndAttribute()
System\Xml\XmlNodeWriter.cs (1)
120public override void WriteEndAttribute() { }
System\Xml\XmlSigningNodeWriter.cs (1)
157public override void WriteEndAttribute()
System\Xml\XmlUTF8TextWriter.cs (1)
332public override void WriteEndAttribute()
2 references to WriteEndAttribute
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
355_writer.WriteEndAttribute();
System\Xml\XmlSigningNodeWriter.cs (1)
159_writer.WriteEndAttribute();