19 references to NavigationProperty
System.Data.Entity (15)
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (2)
557else if (BuiltInTypeKind.NavigationProperty == edmMember.BuiltInTypeKind && 648Debug.Assert(edmMember.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty, "Unexpected Property type encountered");
System\Data\Metadata\Edm\MetadataItem_Static.cs (3)
58_builtInTypes[(int)BuiltInTypeKind.NavigationProperty] = new ComplexType(); 144InitializeBuiltInTypes((ComplexType)GetBuiltInType(BuiltInTypeKind.NavigationProperty), 360AddBuiltInTypeProperties(BuiltInTypeKind.NavigationProperty,
System\Data\Metadata\Edm\NavigationProperty.cs (1)
61public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.NavigationProperty; } }
System\Data\Metadata\EdmValidator.cs (1)
185case BuiltInTypeKind.NavigationProperty:
System\Data\Metadata\Helper.cs (1)
293return (BuiltInTypeKind.NavigationProperty == member.BuiltInTypeKind);
System\Data\Objects\ELinq\Translator.cs (1)
312if (member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty)
System\Data\Objects\Internal\EntityProxyFactory.cs (2)
1097else if (member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty) 1208Debug.Assert(member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty);
System\Data\Objects\Internal\LazyLoadBehavior.cs (3)
58Debug.Assert(member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty, "member should represent a navigation property"); 59if (member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty) 121if (member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1242BuiltInTypeKind.NavigationProperty != e.Property.BuiltInTypeKind)
System.Data.Services (2)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
1739BuiltInTypeKind.NavigationProperty == member.BuiltInTypeKind, 2593if (member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty)
System.Data.Services.Design (1)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
815eventArgs.PropertySource.BuiltInTypeKind != BuiltInTypeKind.NavigationProperty)
System.Web.Entity.Design (1)
System\Data\WebControls\Design\EntityDataSourceDataSelection.cs (1)
614else if (member.BuiltInTypeKind == BuiltInTypeKind.NavigationProperty)