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