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