8 references to Namespace
System.Data.Entity (8)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
878Debug.Assert(type.Namespace != this.Namespace, "Using element is not allowed in the schema of ssdl and provider manifest");
System\Data\EntityModel\SchemaObjectModel\SchemaType.cs (2)
44return Namespace + "." + Name; 55return Namespace + "." + Name;
System\Data\Metadata\Converter.cs (5)
345element.Namespace, 404element.Namespace, 453element.Namespace, 961functionNamespace = somFunction.Namespace; 1053somEnumType.Namespace,