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