5 references to XmlLang
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageFault.cs (3)
306writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.XmlLang); 384if (translation.XmlLang.Length > 0) 385writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.XmlLang);
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultException.cs (1)
317array[i]._xmlLang = translations[i].XmlLang;
FrameworkFork\System.ServiceModel\System\ServiceModel\FaultReason.cs (1)
111if (_translations[i].XmlLang == localLang)