6 references to GetDottedName
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
199if (!Utils.GetDottedName(this.Schema, reader, out association))
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (1)
200if (!Utils.GetDottedName(this.Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (1)
437if ( !Utils.GetDottedName(Schema,reader,out value) )
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
142Utils.GetDottedName(Schema, reader, out _unresolvedUnderlyingTypeName);
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
270if (!Utils.GetDottedName(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (1)
374if (!Utils.GetDottedName(this.Schema, reader, out baseType))