1 override of Namespace
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\PrimitiveSchema.cs (1)
68
internal override string
Namespace
1 write to Namespace
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
943
Namespace
= 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)
439
if (String.IsNullOrEmpty(
Namespace
))
455
EdmItemCollection.IsSystemNamespace(ProviderManifest,
Namespace
))
457
AddError(ErrorCode.SystemNamespace, EdmSchemaErrorSeverity.Error, System.Data.Entity.Strings.SystemNamespaceEncountered(
Namespace
));
607
return
Namespace
;
878
Debug.Assert(type.Namespace != this.
Namespace
, "Using element is not allowed in the schema of ssdl and provider manifest");
939
ReturnValue<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)
33
return Schema.
Namespace
;
System\Data\EntityModel\SchemaObjectModel\TypeElement.cs (1)
31
_primitiveType.NamespaceName = Schema.
Namespace
;