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