4 overrides of WriteXmlnsAttribute
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
308public override void WriteXmlnsAttribute(string? prefix, string ns)
System\Xml\XmlNodeWriter.cs (1)
114public override void WriteXmlnsAttribute(string? prefix, string ns) { }
System\Xml\XmlSigningNodeWriter.cs (1)
117public override void WriteXmlnsAttribute(string? prefix, string ns)
System\Xml\XmlUTF8TextWriter.cs (1)
270public override void WriteXmlnsAttribute(string? prefix, string ns)
3 references to WriteXmlnsAttribute
System.Private.DataContractSerialization (3)
System\Xml\XmlBaseWriter.cs (1)
2027writer.WriteXmlnsAttribute(nameSpace.Prefix, nameSpace.Uri!);
System\Xml\XmlNodeWriter.cs (1)
57WriteXmlnsAttribute(Encoding.UTF8.GetString(prefixBuffer, prefixOffset, prefixLength), Encoding.UTF8.GetString(nsBuffer, nsOffset, nsLength));
System\Xml\XmlSigningNodeWriter.cs (1)
120_writer.WriteXmlnsAttribute(prefix, ns);