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