1 instantiation of SoapLanguage
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1731return new SoapLanguage(value);
5 references to SoapLanguage
mscorlib (3)
system\runtime\remoting\message.cs (1)
731ret = SoapLanguage.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
132internal static Type typeofSoapLanguage = typeof(SoapLanguage); 1729public static SoapLanguage Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
107internal static Type typeofSoapLanguage = typeof(SoapLanguage); 233typeName = SoapLanguage.XsdType;