1 instantiation of SoapInteger
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1103return new SoapInteger(Decimal.Parse(value, NumberStyles.Integer, CultureInfo.InvariantCulture));
5 references to SoapInteger
mscorlib (3)
system\runtime\remoting\message.cs (1)
704ret = SoapInteger.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
122internal static Type typeofSoapInteger = typeof(SoapInteger); 1101public static SoapInteger Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
97internal static Type typeofSoapInteger = typeof(SoapInteger); 213typeName = SoapInteger.XsdType;