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