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