1 override of
System.Data.Entity (1)
System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs (1)
74public override TDerived this[string identity]
67 references to
System.Data.Entity (62)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (2)
319newSource = mappedType.RelationshipEndMembers[source.Name]; 320newTarget = mappedType.RelationshipEndMembers[target.Name];
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (2)
157var dependentSetEnd = relSet.AssociationSetEnds[fkConstraint.ToRole.Name]; 162var principalSetEnd = relSet.AssociationSetEnds[fkConstraint.FromRole.Name];
System\Data\Common\Internal\Materialization\Shaper.cs (2)
471if (((AssociationSet)entitySetBase).AssociationSetEnds[sourceEndName].EntitySet == entitySet) 710Debug.Assert(associationSet.AssociationSetEnds[sourceMember.Name].EntitySet == sourceEntitySet);
System\Data\Common\Utils\MetadataHelper.cs (3)
236return associationSet.AssociationSetEnds[endMember.Name].EntitySet; 631EntitySet es = assocSet.AssociationSetEnds[endName].EntitySet; 901return (T)type.Facets[facetName].Value;
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (2)
292EntitySet dependentSet = aSet.AssociationSetEnds[rc.ToRole.Name].EntitySet; 293EntitySet principalSet = aSet.AssociationSetEnds[rc.FromRole.Name].EntitySet;
System\Data\Mapping\StorageMappingItemLoader.cs (2)
2391var cTypeColumn = cTypeTvfElementType.Properties[column.Name]; 2486var cTypeColumn = cTypeTvfElementType.Properties[columnName];
System\Data\Mapping\StorageModificationFunctionMapping.cs (3)
215if ((assocationSet.AssociationSetEnds[constraint.ToRole.Name].EntitySet == entitySet) && 218ends.Add(assocationSet.AssociationSetEnds[constraint.FromRole.Name]); 306this.AssociationSetEnd = associationSetNavigation.AssociationSetEnds[this.Members[1].Name];
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (2)
113source = associationSet.AssociationSetEnds[constraint.ToRole.Name]; 114target = associationSet.AssociationSetEnds[constraint.FromRole.Name];
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (1)
260EntitySet principalSet = associationSet.AssociationSetEnds[constraint.FromRole.Name].EntitySet;
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (1)
195AssociationSetEnd setEnd = ((AssociationSet)RightExtent).AssociationSetEnds[ends.First().Name];
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (1)
438RoleBoolean endRoleBoolean = new RoleBoolean(assocSet.AssociationSetEnds[endMember.Name]);
System\Data\Metadata\Converter.cs (7)
506AssociationEndMember fromMember = (AssociationEndMember)associationType.Members[constraint.PrincipalRole.Name]; 507AssociationEndMember toMember = (AssociationEndMember)associationType.Members[constraint.DependentRole.Name]; 583result[i] = (EdmProperty)entityType.Members[properties[i].Name]; 672AssociationEndMember endMember = (AssociationEndMember)associationType.Members[end.Name]; 833navigationProperty.ToEndMember = (RelationshipEndMember)relationshipType.Members[somNavigationProperty.ToEnd.Name]; 834navigationProperty.FromEndMember = (RelationshipEndMember)relationshipType.Members[somNavigationProperty.FromEnd.Name]; 1377Facet maxLengthFacet = typeUsage.Facets[EdmProviderManifest.MaxLengthFacetName];
System\Data\Metadata\Edm\EdmProperty.cs (2)
109return (bool)TypeUsage.Facets[DbProviderManifest.NullableFacetName].Value; 121return TypeUsage.Facets[DbProviderManifest.DefaultValueFacetName].Value;
System\Data\Metadata\Edm\FilteredReadOnlyMetadataCollection.cs (1)
78TBase item = _source[identity];
System\Data\Objects\DataClasses\EntityCollection.cs (1)
198singleEntitySet = ((AssociationSet)this.RelationshipSet).AssociationSetEnds[this.ToEndMember.Name].EntitySet;
System\Data\Objects\DataClasses\EntityReference.cs (4)
477EntitySet principalEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[ToEndMember.Name].EntitySet; 480EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[FromEndProperty.Name].EntitySet; 578EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[FromEndProperty.Name].EntitySet; 660EntitySet dependentEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[FromEndProperty.Name].EntitySet;
System\Data\Objects\DataClasses\RelatedEnd.cs (9)
393EntitySet ownerEntitySet = ((AssociationSet)_relationshipSet).AssociationSetEnds[_fromEndProperty.Name].EntitySet; 394EntitySet targetEntitySet = ((AssociationSet)_relationshipSet).AssociationSetEnds[_toEndProperty.Name].EntitySet; 777EntitySet targetEntitySet = ((AssociationSet)RelationshipSet).AssociationSetEnds[TargetRoleName].EntitySet; 1106if ((((AssociationSet)_relationshipSet).AssociationSetEnds[_navigation.To] != null) && 1107(((AssociationSet)_relationshipSet).AssociationSetEnds[_navigation.To].EntitySet != set)) 2141entitySet = associationSet.AssociationSetEnds[associationEndMember.Name].EntitySet; 2350associationset.AssociationSetEnds[_navigation.From].EntitySet != entitySet && 2351associationset.AssociationSetEnds[_navigation.From].EntitySet.ElementType == entitySet.ElementType) 2435if (((AssociationSet)entitySetBase).AssociationSetEnds[_navigation.From].EntitySet == entitySet)
System\Data\Objects\DataClasses\RelationshipManager.cs (1)
848Debug.Assert(association.AssociationSetEnds[sourceEndName].EntitySet == entitySet, "AssociationSetEnd does have the matching EntitySet");
System\Data\Objects\Internal\ObjectFullSpanRewriter.cs (1)
202return relationship.AssociationEndMembers[property.ToEndMember.Name];
System\Data\Query\PlanCompiler\PreProcessor.cs (1)
1555rs.AssociationSetEnds[relProperty.FromEnd.Identity].EntitySet.EdmEquals(entitySet))
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (1)
466EdmProperty prop = rowExprType.Properties[column.Key];
System\Data\SqlClient\SqlProviderManifest.cs (11)
591bool isFixedLength = null != facets[DbProviderManifest.FixedLengthFacetName].Value && (bool)facets[DbProviderManifest.FixedLengthFacetName].Value; 592Facet f = facets[DbProviderManifest.MaxLengthFacetName]; 609Debug.Assert(tu.Facets[DbProviderManifest.MaxLengthFacetName].Description.IsConstant, "varbinary(max) is not constant!"); 627bool isUnicode = null == facets[DbProviderManifest.UnicodeFacetName].Value || (bool)facets[DbProviderManifest.UnicodeFacetName].Value; 628bool isFixedLength = null != facets[DbProviderManifest.FixedLengthFacetName].Value && (bool)facets[DbProviderManifest.FixedLengthFacetName].Value; 629Facet f = facets[DbProviderManifest.MaxLengthFacetName]; 651Debug.Assert(tu.Facets[DbProviderManifest.MaxLengthFacetName].Description.IsConstant, "NVarchar(max) is not constant!"); 680Debug.Assert(tu.Facets[DbProviderManifest.MaxLengthFacetName].Description.IsConstant, "varchar(max) is not constant!");
System\Data\SqlClient\SqlProviderUtilities.cs (2)
197var principalEnd = associationSet.AssociationSetEnds[constraint.FromRole.Name]; 198var dependentEnd = associationSet.AssociationSetEnds[constraint.ToRole.Name];
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (2)
440member.MetadataProperties[DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.StoreGeneratedPattern].Value)); 683container.MetadataProperties[DesignXmlConstants.EdmAnnotationNamespace + ":" + DesignXmlConstants.LazyLoadingEnabled].Value));
System.Data.Services (3)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (3)
132AssociationSetEnd setEnd = associationSet.AssociationSetEnds[sourceNavigationProperty.FromEndMember.Name]; 139setEnd = associationSet.AssociationSetEnds[sourceNavigationProperty.ToEndMember.Name]; 2400NavigationProperty navProperty = cspaceEntityType.NavigationProperties[propertyName];