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