4 references to Property
System.Data.Entity (4)
System\Data\Query\PlanCompiler\NominalTypeEliminator.cs (1)
723int columnIndex = originalRowType.Members.IndexOf(simplePropRef.Property);
System\Data\Query\PlanCompiler\StructuredTypeInfo.cs (3)
972fieldName = simpleP.Property.Name; 1086md.TypeUsage innerType = ((SimplePropertyRef)innerProperty).Property.TypeUsage; 1108result = md.Helper.GetModelTypeUsage(simpleP.Property);