3 references to IsCompatibleWith
System.Data.Services (3)
System\Data\Services\Parsing\RequestQueryParser.cs (3)
835
bool compatibleT1AndT2 =
IsCompatibleWith
(targetA, targetB);
836
bool compatibleT2AndT1 =
IsCompatibleWith
(targetB, targetA);
2542
if (
IsCompatibleWith
(expr.Type, type))