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