21 references to AssociationType
System.Data.Entity (16)
System\Data\Mapping\BaseMetadataMappingVisitor.cs (3)
202
case BuiltInTypeKind.
AssociationType
:
225
case BuiltInTypeKind.
AssociationType
:
319
case BuiltInTypeKind.
AssociationType
:
System\Data\Mapping\DefaultObjectMappingItemCollection.cs (1)
751
Debug.Assert(edmType.BuiltInTypeKind == BuiltInTypeKind.
AssociationType
, "Expected Type Encountered in LoadAssociationTypeMapping");
System\Data\Mapping\ViewValidator.cs (1)
379
if (expression.ResultType.EdmType.BuiltInTypeKind == BuiltInTypeKind.
AssociationType
)
System\Data\Metadata\Edm\AssociationType.cs (1)
53
public override BuiltInTypeKind BuiltInTypeKind { get { return BuiltInTypeKind.
AssociationType
; } }
System\Data\Metadata\Edm\MetadataItem_Static.cs (3)
38
_builtInTypes[(int)BuiltInTypeKind.
AssociationType
] = new ComplexType();
39
_builtInTypes[(int)BuiltInTypeKind.
AssociationType
] = new ComplexType();
205
InitializeBuiltInTypes((ComplexType)GetBuiltInType(BuiltInTypeKind.
AssociationType
),
System\Data\Metadata\Helper.cs (3)
140
case BuiltInTypeKind.
AssociationType
:
268
return (BuiltInTypeKind.
AssociationType
== type.BuiltInTypeKind);
273
return (BuiltInTypeKind.
AssociationType
== type.BuiltInTypeKind);
System\Data\Metadata\ObjectLayer\ObjectItemLoadingSessionData.cs (1)
82
if ((edmType is StructuralType && edmType.BuiltInTypeKind != BuiltInTypeKind.
AssociationType
) || Helper.IsEnumType(edmType))
System\Data\Metadata\TypeHelpers.cs (2)
499
case BuiltInTypeKind.
AssociationType
:
531
case BuiltInTypeKind.
AssociationType
:
System\Data\Metadata\TypeSemantics.cs (1)
369
return (BuiltInTypeKind.
AssociationType
== type.EdmType.BuiltInTypeKind);
System.Data.Entity.Design (2)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
135
case BuiltInTypeKind.
AssociationType
:
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
133
element.BuiltInTypeKind == BuiltInTypeKind.
AssociationType
)
System.Data.Services (1)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
1820
case BuiltInTypeKind.
AssociationType
:
System.Data.Services.Design (2)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
501
case BuiltInTypeKind.
AssociationType
:
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (1)
183
element.BuiltInTypeKind == BuiltInTypeKind.
AssociationType
)