1 instantiation of NavigationProperty
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
228NavigationProperty navigationProperty = new NavigationProperty(this);
6 references to NavigationProperty
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (4)
25private ISchemaElementLookUpTable<NavigationProperty> _navigationProperties = null; 156public ISchemaElementLookUpTable<NavigationProperty> NavigationProperties 162_navigationProperties = new FilteredSchemaElementLookUpTable<NavigationProperty, SchemaElement>(NamedMembers); 228NavigationProperty navigationProperty = new NavigationProperty(this);
System\Data\Metadata\Converter.cs (2)
380foreach (Som.NavigationProperty somNavigationProperty in element.NavigationProperties) 783Som.NavigationProperty somNavigationProperty,