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