1 instantiation of SoapAnyUri
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1401
return new
SoapAnyUri
(value);
5 references to SoapAnyUri
mscorlib (3)
system\runtime\remoting\message.cs (1)
714
ret =
SoapAnyUri
.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
127
internal static Type typeofSoapAnyUri = typeof(
SoapAnyUri
);
1399
public static
SoapAnyUri
Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
102
internal static Type typeofSoapAnyUri = typeof(
SoapAnyUri
);
223
typeName =
SoapAnyUri
.XsdType;