3 references to Property
System.Data.Entity (3)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (1)
239result = DbExpressionBuilder.Property(newInstance, navProp);
System\Data\Objects\ELinq\Translator.cs (1)
356propertyExpression = instance.Property(navProp);
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
228DbExpression columnDef = expression.Property(nextInfo.Key);