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