4 references to Lang
System.Web.Services (4)
System\Web\Services\Protocols\Soap11ServerProtocol.cs (3)
114if (soapException.Lang != null && soapException.Lang.Length != 0) { 115writer.WriteAttributeString("xml", Soap.Attribute.Lang, Soap.XmlNamespace, soapException.Lang);
System\Web\Services\Protocols\SoapException.cs (1)
288list["lang"] = Lang;