2 references to IsValidNamespaceName
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
857
else if (!SchemaManager.
IsValidNamespaceName
(namespaceName))
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
103
if (!_definingSchema.SchemaManager.
IsValidNamespaceName
(usingElement.NamespaceName))