4 overrides of WriteXmlnsAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1085public override void WriteXmlnsAttribute(string? prefix, XmlDictionaryString namespaceUri)
System\Xml\XmlBaseWriter.cs (1)
171public override void WriteXmlnsAttribute(string? prefix, XmlDictionaryString ns)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
487public override void WriteXmlnsAttribute(string? prefix, XmlDictionaryString namespaceUri)
System.ServiceModel.Primitives (1)
Internals\System\Xml\XmlMtomWriter.cs (1)
1022public override void WriteXmlnsAttribute(string prefix, XmlDictionaryString ns)
7 references to WriteXmlnsAttribute
System.Private.DataContractSerialization (3)
System\Runtime\Serialization\XmlWriterDelegator.cs (2)
68dictionaryWriter.WriteXmlnsAttribute(null, ns); 102dictionaryWriter.WriteXmlnsAttribute(prefix, ns);
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
490CoreWriter.WriteXmlnsAttribute(prefix, namespaceUri);
System.ServiceModel.Primitives (4)
Internals\System\Xml\XmlMtomWriter.cs (1)
1024Writer.WriteXmlnsAttribute(prefix, ns);
System\ServiceModel\Channels\Message.cs (1)
865writer.WriteXmlnsAttribute(prefixString, headerWithSharedNamespace.SharedNamespace);
System\ServiceModel\Security\XmlHelper.cs (2)
18writer.WriteXmlnsAttribute(prefix, ns); 27writer.WriteXmlnsAttribute(defaultPrefix, ns);