3 references to EdmInt32TypeName
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1787return this.ParseTypedLiteral(typeof(Int32), XmlConstants.EdmInt32TypeName, l);
System\Data\Services\WebUtil.cs (2)
84new KeyValuePair<Type, string>(typeof(Int32), XmlConstants.EdmInt32TypeName), 85new KeyValuePair<Type, string>(typeof(Int32?), XmlConstants.EdmInt32TypeName),