1 write to NamespaceName
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
135
NamespaceName
= returnValue.Value;
5 references to NamespaceName
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (2)
132
Debug.Assert(String.IsNullOrEmpty(
NamespaceName
), "Alias must be set only once");
133
ReturnValue<string> returnValue = HandleDottedNameAttribute(reader,
NamespaceName
, null);
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (3)
52
string newNamespace = usingElement.
NamespaceName
;
103
if (!_definingSchema.SchemaManager.IsValidNamespaceName(usingElement.
NamespaceName
))
106
System.Data.Entity.Strings.InvalidNamespaceInUsing(usingElement.
NamespaceName
));