3 references to EdmInt64TypeName
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1785
return this.ParseTypedLiteral(typeof(Int64), XmlConstants.
EdmInt64TypeName
, l);
System\Data\Services\WebUtil.cs (2)
86
new KeyValuePair<Type, string>(typeof(Int64), XmlConstants.
EdmInt64TypeName
),
87
new KeyValuePair<Type, string>(typeof(Int64?), XmlConstants.
EdmInt64TypeName
),