2 overrides of WriteXmlAttribute
System.IdentityModel (1)
System\IdentityModel\SamlDelegatingWriter.cs (1)
466public override void WriteXmlAttribute(XmlDictionaryString localName, XmlDictionaryString value)
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1264public override void WriteXmlAttribute(XmlDictionaryString localName, XmlDictionaryString value)
1 reference to WriteXmlAttribute
System.IdentityModel (1)
System\IdentityModel\SamlDelegatingWriter.cs (1)
468this.effectiveWriter.WriteXmlAttribute(localName, value);