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