10 references to SoftCast
System.Data.Entity (10)
System\Data\Query\InternalTrees\Dump.cs (1)
987case OpType.SoftCast:
System\Data\Query\InternalTrees\ScalarOps.cs (2)
633internal SoftCastOp(TypeUsage type) : base(OpType.SoftCast, type) { } 634private SoftCastOp() : base(OpType.SoftCast) { }
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
335if (inputNode.Op.OpType == OpType.SoftCast)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
375while (node.Op.OpType == OpType.SoftCast)
System\Data\Query\PlanCompiler\Normalizer.cs (2)
171if (OpType.SoftCast == argNode.Op.OpType) 176while (OpType.SoftCast == argNode.Op.OpType)
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1314if (currentNode.Op.OpType == OpType.SoftCast)
System\Data\Query\PlanCompiler\TransformationRules.cs (2)
930if (OpType.SoftCast == caseOpNode.Children[i].Op.OpType) 945if (OpType.SoftCast == caseOpNode.Children[i + 1].Op.OpType)