3 overrides of WriteXmlAttribute
System.IdentityModel (2)
System\IdentityModel\DelegatingXmlDictionaryWriter.cs (1)
389
public override void
WriteXmlAttribute
(string localName, string value)
System\IdentityModel\SamlDelegatingWriter.cs (1)
461
public override void
WriteXmlAttribute
(string localName, string value)
System.Runtime.Serialization (1)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1259
public 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)
463
this.effectiveWriter.
WriteXmlAttribute
(localName, value);
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
166
WriteXmlAttribute
(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(value));