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