1 instantiation of SoapIdrefs
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1815
return new
SoapIdrefs
(value);
5 references to SoapIdrefs
mscorlib (3)
system\runtime\remoting\message.cs (1)
735
ret =
SoapIdrefs
.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
134
internal static Type typeofSoapIdrefs = typeof(
SoapIdrefs
);
1813
public static
SoapIdrefs
Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
109
internal static Type typeofSoapIdrefs = typeof(
SoapIdrefs
);
237
typeName =
SoapIdrefs
.XsdType;