1 override of Namespace
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
68internal override string Namespace
1 write to Namespace
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
943Namespace = returnValue.Value;
11 references to Namespace
System.Data.Entity (11)
System\Data\Common\DbXmlEnabledProviderManifest.cs (1)
108_namespaceName = schema.Namespace;
System\Data\EntityModel\SchemaObjectModel\Schema.cs (6)
439if (String.IsNullOrEmpty(Namespace)) 455EdmItemCollection.IsSystemNamespace(ProviderManifest, Namespace)) 457AddError(ErrorCode.SystemNamespace, EdmSchemaErrorSeverity.Error, System.Data.Entity.Strings.SystemNamespaceEncountered(Namespace)); 607return Namespace; 878Debug.Assert(type.Namespace != this.Namespace, "Using element is not allowed in the schema of ssdl and provider manifest"); 939ReturnValue<string> returnValue = HandleDottedNameAttribute(reader, Namespace, null);
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
40_aliasToNamespaceMap.Add(schema.Alias, schema.Namespace);
System\Data\EntityModel\SchemaObjectModel\SchemaManager.cs (1)
310_namespaceLookUpTable.Add(schema.Namespace);
System\Data\EntityModel\SchemaObjectModel\SchemaType.cs (1)
33return Schema.Namespace;
System\Data\EntityModel\SchemaObjectModel\TypeElement.cs (1)
31_primitiveType.NamespaceName = Schema.Namespace;