3 references to EdmDecimalTypeName
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1776
return this.ParseTypedLiteral(typeof(decimal), XmlConstants.
EdmDecimalTypeName
, l);
System\Data\Services\WebUtil.cs (2)
76
new KeyValuePair<Type, string>(typeof(Decimal), XmlConstants.
EdmDecimalTypeName
),
77
new KeyValuePair<Type, string>(typeof(Decimal?), XmlConstants.
EdmDecimalTypeName
),