3 references to IsBinaryValue
System.Data.Services.Client (3)
parent\Server\System\Data\Services\Parsing\WebConvert.cs (1)
683
else if (ClientConvert.
IsBinaryValue
(value))
System\Data\Services\Client\ClientConvert.cs (2)
228
Debug.Assert(
IsBinaryValue
(binaryValue), "IsBinaryValue(binaryValue) - otherwise TryKeyBinaryToString shouldn't have been called.");
247
if (
IsBinaryValue
(value))