11 references to CreatePropertyOp
System.Data.Entity (11)
System\Data\Query\InternalTrees\OpCopier.cs (1)
364
return CopyDefault(m_destCmd.
CreatePropertyOp
(op.PropertyInfo), n);
System\Data\Query\PlanCompiler\AggregatePushdown.cs (1)
556
computationTemplate = this._command.CreateNode(this._command.
CreatePropertyOp
(localProperty), computationTemplate);
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
1297
Op op = _iqtCommand.
CreatePropertyOp
(e.Property);
2777
FlattenProperties(_iqtCommand.CreateNode(_iqtCommand.
CreatePropertyOp
(properties[i]), newInput), flattenedProperties);
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
316
PropertyOp newPropertyOp = m_command.
CreatePropertyOp
(property);
System\Data\Query\PlanCompiler\PreProcessor.cs (6)
535
Node targetEnd = m_command.CreateNode(m_command.
CreatePropertyOp
(navigateOp.ToEnd),
537
Node sourceEnd = m_command.CreateNode(m_command.
CreatePropertyOp
(navigateOp.FromEnd),
725
m_command.CreateNode(m_command.
CreatePropertyOp
(end), m_command.CreateNode(m_command.CreateVarRefOp(rsVar)))
937
Node rsSourceRefNode = m_command.CreateNode(m_command.
CreatePropertyOp
(relProperty.FromEnd),
1669
m_command.
CreatePropertyOp
(relProperty.FromEnd),
1687
m_command.
CreatePropertyOp
(relProperty.ToEnd),