1 instantiation of SoapName
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1773return new SoapName(value);
5 references to SoapName
mscorlib (3)
system\runtime\remoting\message.cs (1)
733ret = SoapName.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
133internal static Type typeofSoapName = typeof(SoapName); 1771public static SoapName Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
108internal static Type typeofSoapName = typeof(SoapName); 235typeName = SoapName.XsdType;