4 overrides of WriteStartAttribute
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
264public override void WriteStartAttribute(string prefix, XmlDictionaryString localName)
System\Xml\XmlNodeWriter.cs (1)
119public override void WriteStartAttribute(string prefix, XmlDictionaryString localName) { }
System\Xml\XmlSigningNodeWriter.cs (1)
151public override void WriteStartAttribute(string prefix, XmlDictionaryString localName)
System\Xml\XmlUTF8TextWriter.cs (1)
314public override void WriteStartAttribute(string prefix, XmlDictionaryString localName)
2 references to WriteStartAttribute
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
301_writer.WriteStartAttribute(prefix, localName!);
System\Xml\XmlSigningNodeWriter.cs (1)
153_writer.WriteStartAttribute(prefix, localName);