3 overrides of WriteXmlAttribute
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
389public override void WriteXmlAttribute(string localName, string value)
System\IdentityModel\SamlDelegatingWriter.cs (1)
461public override void WriteXmlAttribute(string localName, string value)
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1259public override void WriteXmlAttribute(string localName, string value)
3 references to WriteXmlAttribute
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
391_innerWriter.WriteXmlAttribute(localName, value);
System\IdentityModel\SamlDelegatingWriter.cs (1)
463this.effectiveWriter.WriteXmlAttribute(localName, value);
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
166WriteXmlAttribute(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(value));