1 instantiation of EntityDataSourceMemberPath
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceUtil.cs (1)
985EntityDataSourceMemberPath prefix = new EntityDataSourceMemberPath(ocWorkspace, parent, property, isLocallyInteresting);
7 references to EntityDataSourceMemberPath
System.Web.Entity (7)
System\Data\WebControls\EntityDataSourceColumn.cs (2)
114private readonly EntityDataSourceMemberPath memberPath; 116internal EntityDataSourcePropertyColumn(EntityDataSourceMemberPath memberPath)
System\Data\WebControls\EntityDataSourceMemberPath.cs (2)
32private readonly EntityDataSourceMemberPath parent; 37internal EntityDataSourceMemberPath(MetadataWorkspace ocWorkspace, EntityDataSourceMemberPath parent, EdmProperty property, bool isLocallyInteresting)
System\Data\WebControls\EntityDataSourceUtil.cs (3)
963EntityDataSourceMemberPath parent = null; // top-level properties are not qualified 977private static Dictionary<EdmProperty, EntityDataSourcePropertyColumn> AddPropertyColumns(List<EntityDataSourceColumn> columns, MetadataWorkspace ocWorkspace, EntityDataSourceMemberPath parent, IEnumerable<EdmProperty> properties, ReadOnlyCollection<EdmMember> interestingMembers) 985EntityDataSourceMemberPath prefix = new EntityDataSourceMemberPath(ocWorkspace, parent, property, isLocallyInteresting);