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