8 references to ValidateDottedName
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
68
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
710
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
204
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
57
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
175
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
83
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
58
if (!Utils.
ValidateDottedName
(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\Utils.cs (1)
135
return
ValidateDottedName
(schema, reader, name);