6 references to TryAddType
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
48
TryAddType
(new ScalarType(this, entry.Name, entry), false /*doNotAddErrorForEmptyName*/);
System\Data\EntityModel\SchemaObjectModel\Schema.cs (5)
1018
TryAddType
(enumType, doNotAddErrorForEmptyName: true);
1053
TryAddType
(itemType, true/*doNotAddErrorForEmptyName*/);
1068
TryAddType
(type, true/*doNotAddErrorForEmptyName*/);
1110
TryAddType
(relationship, true/*doNotAddErrorForEmptyName*/);
1124
TryAddType
(complexType, true/*doNotAddErrorForEmptyName*/);