8 references to Binary
System.Data.Linq (4)
DbConvert.cs (3)
36
return new
Binary
((byte[])value);
39
return new
Binary
(((Guid)value).ToByteArray());
48
return new
Binary
(streamArray);
Types.cs (1)
791
return new
Binary
(value);
System.Data.Services (4)
System\Data\Services\Parsing\WebConvert.cs (2)
358
(object)new System.Data.Linq.
Binary
(byteArrayValue) : (object)byteArrayValue;
524
targetValue = new System.Data.Linq.
Binary
(Convert.FromBase64String(text));
System\Data\Services\Serializers\Deserializer.cs (1)
272
requestValue = new System.Data.Linq.
Binary
(propertyValue);
System\Data\Services\Serializers\JsonDeserializer.cs (1)
95
return new System.Data.Linq.
Binary
(Convert.FromBase64String(stringValue));