2 instantiations of SoftCastOp
System.Data.Entity (2)
System\Data\Query\InternalTrees\Command.cs (1)
754return new SoftCastOp(type);
System\Data\Query\InternalTrees\ScalarOps.cs (1)
641internal static readonly SoftCastOp Pattern = new SoftCastOp();
12 references to SoftCastOp
System.Data.Entity (12)
System\Data\Query\InternalTrees\Command.cs (1)
752internal SoftCastOp CreateSoftCastOp(TypeUsage type)
System\Data\Query\InternalTrees\OpCopier.cs (1)
567public override Node Visit(SoftCastOp op, Node n)
System\Data\Query\InternalTrees\ScalarOps.cs (1)
641internal static readonly SoftCastOp Pattern = new SoftCastOp();
System\Data\Query\InternalTrees\Visitors.cs (2)
389public virtual void Visit(SoftCastOp op, Node n) 1355public virtual TResultType Visit(SoftCastOp op, Node n)
System\Data\Query\PlanCompiler\AggregatePushdown.cs (3)
333SoftCastOp softCastOp = null; 337softCastOp = (SoftCastOp)inputNode.Op; 361SoftCastOp newSoftCastOp;
System\Data\Query\PlanCompiler\CTreeGenerator.cs (1)
1048public override DbExpression Visit(SoftCastOp op, Node n)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1169SoftCastOp castOp = _iqtCommand.CreateSoftCastOp(targetType);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
1721public override Node Visit(SoftCastOp op, Node n)
System\Data\Query\PlanCompiler\PropertyPushdownHelper.cs (1)
274public override void Visit(SoftCastOp op, Node n)