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