4 references to ApplyTreat
System.Data.Linq (4)
SqlClient\Query\SqlBinder.cs (4)
482return ApplyTreat(optValue.Value, type); 485return ApplyTreat(unary.Operand, type); 499when.TypeBinding = (SqlExpression)ApplyTreat(when.TypeBinding, type); 655return ApplyTreat(VisitExpression(uo.Operand), uo.ClrType);