1 instantiation of SoapNonNegativeInteger
mscorlib (1)
system\runtime\remoting\soapinteroptypes.cs (1)
1290return new SoapNonNegativeInteger(Decimal.Parse(value, NumberStyles.Integer, CultureInfo.InvariantCulture));
5 references to SoapNonNegativeInteger
mscorlib (3)
system\runtime\remoting\message.cs (1)
710ret = SoapNonNegativeInteger.Parse(strValue);
system\runtime\remoting\soapinteroptypes.cs (2)
125internal static Type typeofSoapNonNegativeInteger = typeof(SoapNonNegativeInteger); 1288public static SoapNonNegativeInteger Parse(String value)
System.Runtime.Remoting (2)
metadata\sudscommon.cs (2)
100internal static Type typeofSoapNonNegativeInteger = typeof(SoapNonNegativeInteger); 219typeName = SoapNonNegativeInteger.XsdType;