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