1 instantiation of SoapIdref
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
2070return new SoapIdref(value);
5 references to SoapIdref
mscorlib (3)
system\runtime\remoting\message.cs (1)
747ret = SoapIdref.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
140internal static Type typeofSoapIdref = typeof(SoapIdref); 2068public static SoapIdref Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
115internal static Type typeofSoapIdref = typeof(SoapIdref); 249typeName = SoapIdref.XsdType;