1 instantiation of SoapNcName
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1986return new SoapNcName(value);
5 references to SoapNcName
mscorlib (3)
system\runtime\remoting\message.cs (1)
743ret = SoapNcName.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
138internal static Type typeofSoapNcName = typeof(SoapNcName); 1984public static SoapNcName Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
113internal static Type typeofSoapNcName = typeof(SoapNcName); 245typeName = SoapNcName.XsdType;