2 instantiations of LikeOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
773return new LikeOp(this.BooleanType);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
725internal static readonly LikeOp Pattern = new LikeOp();
8 references to LikeOp
System.Data.Entity (8)
System\Data\Query\InternalTrees\Command.cs (1)
771internal LikeOp CreateLikeOp()
System\Data\Query\InternalTrees\OpCopier.cs (1)
406public override Node Visit(LikeOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
725internal static readonly LikeOp Pattern = new LikeOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
260public virtual void Visit(LikeOp op, Node n) 1498public virtual TResultType Visit(LikeOp op, Node n)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
960public override DbExpression Visit(LikeOp op, Node n)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
3007LikeOp likeOp = m_command.CreateLikeOp();
System\Data\Query\PlanCompiler\TransformationRules.cs (1)
1124new PatternMatchRule(new Node(LikeOp.Pattern,