1 write to _namespaceName
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
539
_namespaceName
= value;
2 references to _namespaceName
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
535
return
_namespaceName
;
837
definingQualification = this.ProviderManifest == null ? this.
_namespaceName
: this.ProviderManifest.NamespaceName;