2 overrides of WriteXmlAttribute
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1067public override void WriteXmlAttribute(string localName, string? value)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
493public override void WriteXmlAttribute(string localName, string? value)
2 references to WriteXmlAttribute
System.Private.DataContractSerialization (2)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
496CoreWriter.WriteXmlAttribute(localName, value);
System\Xml\XmlDictionaryWriter.cs (1)
133WriteXmlAttribute(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(value));