1 instantiation of SoapNegativeInteger
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1352return new SoapNegativeInteger(Decimal.Parse(value, NumberStyles.Integer, CultureInfo.InvariantCulture));
5 references to SoapNegativeInteger
mscorlib (3)
system\runtime\remoting\message.cs (1)
712ret = SoapNegativeInteger.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
126internal static Type typeofSoapNegativeInteger = typeof(SoapNegativeInteger); 1350public static SoapNegativeInteger Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
101internal static Type typeofSoapNegativeInteger = typeof(SoapNegativeInteger); 221typeName = SoapNegativeInteger.XsdType;