1 override of WriteXmlAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
333public override void WriteXmlAttribute(string localName, string value)
2 references to WriteXmlAttribute
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
336CoreWriter.WriteXmlAttribute(localName, value);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
128WriteXmlAttribute(XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(value));