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