8 references to HandleUndottedNameAttribute
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
212
_unresolvedExtendedEntityContainerName =
HandleUndottedNameAttribute
(reader, _unresolvedExtendedEntityContainerName);
System\Data\EntityModel\SchemaObjectModel\EntityContainerAssociationSetEnd.cs (1)
74
_unresolvedRelationshipEndRole =
HandleUndottedNameAttribute
( reader, _unresolvedRelationshipEndRole );
System\Data\EntityModel\SchemaObjectModel\EntityContainerRelationshipSetEnd.cs (1)
92
_unresolvedEntitySetName =
HandleUndottedNameAttribute
(reader, _unresolvedEntitySetName);
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (2)
180
_unresolvedToEndRole =
HandleUndottedNameAttribute
(reader, _unresolvedToEndRole);
188
_unresolvedFromEndRole =
HandleUndottedNameAttribute
(reader, _unresolvedFromEndRole);
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
145
Alias =
HandleUndottedNameAttribute
(reader, Alias);
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
955
Alias =
HandleUndottedNameAttribute
(reader, Alias);
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
554
Name =
HandleUndottedNameAttribute
(reader, Name);