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