3 references to EdmBinaryTypeName
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (1)
1795
return this.ParseTypedLiteral(typeof(byte[]), XmlConstants.
EdmBinaryTypeName
, l);
System\Data\Services\WebUtil.cs (2)
92
new KeyValuePair<Type, string>(typeof(byte[]), XmlConstants.
EdmBinaryTypeName
),
96
new KeyValuePair<Type, string>(typeof(Binary), XmlConstants.
EdmBinaryTypeName
),