3 writes to xmlLang
System.ServiceModel (3)
System\ServiceModel\FaultReasonText.cs (3)
19this.xmlLang = CultureInfo.CurrentCulture.Name; 29this.xmlLang = xmlLang; 39this.xmlLang = cultureInfo.Name;
2 references to xmlLang
System.ServiceModel (2)
System\ServiceModel\FaultReasonText.cs (2)
47return xmlLang == cultureInfo.Name; 52get { return xmlLang; }