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