44 references to _builtInTypes
System.Data.Entity (44)
System\Data\Metadata\Edm\MetadataItem_Static.cs (44)
35
_builtInTypes
[(int)BuiltInTypeKind.AssociationEndMember] = new ComplexType();
36
_builtInTypes
[(int)BuiltInTypeKind.AssociationSet] = new ComplexType();
37
_builtInTypes
[(int)BuiltInTypeKind.AssociationSetEnd] = new ComplexType();
38
_builtInTypes
[(int)BuiltInTypeKind.AssociationType] = new ComplexType();
39
_builtInTypes
[(int)BuiltInTypeKind.AssociationType] = new ComplexType();
40
_builtInTypes
[(int)BuiltInTypeKind.CollectionKind] = new EnumType();
41
_builtInTypes
[(int)BuiltInTypeKind.CollectionType] = new ComplexType();
42
_builtInTypes
[(int)BuiltInTypeKind.ComplexType] = new ComplexType();
43
_builtInTypes
[(int)BuiltInTypeKind.Documentation] = new ComplexType();
44
_builtInTypes
[(int)BuiltInTypeKind.OperationAction] = new EnumType();
45
_builtInTypes
[(int)BuiltInTypeKind.EdmType] = new ComplexType();
46
_builtInTypes
[(int)BuiltInTypeKind.EntityContainer] = new ComplexType();
47
_builtInTypes
[(int)BuiltInTypeKind.EntitySet] = new ComplexType();
48
_builtInTypes
[(int)BuiltInTypeKind.EntityType] = new ComplexType();
49
_builtInTypes
[(int)BuiltInTypeKind.EntitySetBase] = new ComplexType();
50
_builtInTypes
[(int)BuiltInTypeKind.EntityTypeBase] = new ComplexType();
51
_builtInTypes
[(int)BuiltInTypeKind.EnumType] = new ComplexType();
52
_builtInTypes
[(int)BuiltInTypeKind.EnumMember] = new ComplexType();
53
_builtInTypes
[(int)BuiltInTypeKind.Facet] = new ComplexType();
54
_builtInTypes
[(int)BuiltInTypeKind.EdmFunction] = new ComplexType();
55
_builtInTypes
[(int)BuiltInTypeKind.FunctionParameter] = new ComplexType();
56
_builtInTypes
[(int)BuiltInTypeKind.GlobalItem] = new ComplexType();
57
_builtInTypes
[(int)BuiltInTypeKind.MetadataProperty] = new ComplexType();
58
_builtInTypes
[(int)BuiltInTypeKind.NavigationProperty] = new ComplexType();
59
_builtInTypes
[(int)BuiltInTypeKind.MetadataItem] = new ComplexType();
60
_builtInTypes
[(int)BuiltInTypeKind.EdmMember] = new ComplexType();
61
_builtInTypes
[(int)BuiltInTypeKind.ParameterMode] = new EnumType();
62
_builtInTypes
[(int)BuiltInTypeKind.PrimitiveType] = new ComplexType();
63
_builtInTypes
[(int)BuiltInTypeKind.PrimitiveTypeKind] = new EnumType();
64
_builtInTypes
[(int)BuiltInTypeKind.EdmProperty] = new ComplexType();
65
_builtInTypes
[(int)BuiltInTypeKind.ProviderManifest] = new ComplexType();
66
_builtInTypes
[(int)BuiltInTypeKind.ReferentialConstraint] = new ComplexType();
67
_builtInTypes
[(int)BuiltInTypeKind.RefType] = new ComplexType();
68
_builtInTypes
[(int)BuiltInTypeKind.RelationshipEndMember] = new ComplexType();
69
_builtInTypes
[(int)BuiltInTypeKind.RelationshipMultiplicity] = new EnumType();
70
_builtInTypes
[(int)BuiltInTypeKind.RelationshipSet] = new ComplexType();
71
_builtInTypes
[(int)BuiltInTypeKind.RelationshipType] = new ComplexType();
72
_builtInTypes
[(int)BuiltInTypeKind.RowType] = new ComplexType();
73
_builtInTypes
[(int)BuiltInTypeKind.SimpleType] = new ComplexType();
74
_builtInTypes
[(int)BuiltInTypeKind.StructuralType] = new ComplexType();
75
_builtInTypes
[(int)BuiltInTypeKind.TypeUsage] = new ComplexType();
423
for (int i = 0; i <
_builtInTypes
.Length; i++)
425
_builtInTypes
[i].SetReadOnly();
471
return
_builtInTypes
[(int)builtInTypeKind];