5 references to XmlLang
System.ServiceModel (5)
System\ServiceModel\Channels\MessageFault.cs (3)
311
writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, text.
XmlLang
);
389
if (translation.
XmlLang
.Length > 0)
390
writer.WriteAttributeString("xml", "lang", XmlUtil.XmlNs, translation.
XmlLang
);
System\ServiceModel\FaultException.cs (1)
369
array[i].xmlLang = translations[i].
XmlLang
;
System\ServiceModel\FaultReason.cs (1)
110
if (translations[i].
XmlLang
== localLang)