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