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