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