1 write to NamespaceName
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\TypeElement.cs (1)
31_primitiveType.NamespaceName = Schema.Namespace;
62 references to NamespaceName
System.Data.Entity (36)
System\Data\Common\CommandTrees\Internal\ExpressionCopier.cs (3)
79function.NamespaceName, 93if (_perspective.TryGetFunctionByName(function.NamespaceName, function.Name, /*ignoreCase:*/ false, out candidateFunctions)) 160if (!_metadata.TryGetType(type.Name, type.NamespaceName, type.DataSpace, out retType) ||
System\Data\Common\CommandTrees\Internal\ExpressionDumper.cs (3)
213"Namespace", type.NamespaceName, 238"Namespace", type.NamespaceName, 251Begin("Function", "Name", function.Name, "Namespace", function.NamespaceName);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (4)
349if (!string.IsNullOrEmpty(type.EdmType.NamespaceName)) 351text.Append(type.EdmType.NamespaceName); 362if (!string.IsNullOrEmpty(type.NamespaceName)) 364text.Append(type.NamespaceName);
System\Data\Common\EntitySql\CqlErrorHelper.cs (1)
53formatString(functionType.NamespaceName, functionType.Name, sb.ToString()),
System\Data\Common\Internal\Materialization\ColumnMapKeyBuilder.cs (1)
93Append(prefix, type.NamespaceName);
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
672this.AddObjectContentToHashBuilder(primitiveType.NamespaceName);
System\Data\Mapping\ViewGeneration\CqlGeneration\CqlWriter.cs (1)
39AppendEscapedName(builder, GetQualifiedName(type.NamespaceName, type.Name));
System\Data\Metadata\Edm\EdmFunction.cs (1)
30_fullName = this.NamespaceName + "." + this.Name;
System\Data\Metadata\Edm\EdmType.cs (1)
222builder.Append(CreateEdmTypeIdentity(NamespaceName, Name));
System\Data\Metadata\EdmValidator.cs (2)
279if (null == item.NamespaceName || 280item.DataSpace != DataSpace.OSpace && string.Empty == item.NamespaceName)
System\Data\Metadata\ObjectLayer\ObjectItemConventionAssemblyLoader.cs (4)
163ospaceType = new ClrEntityType(type, cspaceType.NamespaceName, cspaceType.Name); 168ospaceType = new ClrComplexType(type, cspaceType.NamespaceName, cspaceType.Name); 232newOSpaceType = new ClrEnumType(enumType, cspaceEnumType.NamespaceName, cspaceEnumType.Name); 698AssociationType ospaceAssociation = new AssociationType(cspaceAssociation.Name, cspaceAssociation.NamespaceName, cspaceAssociation.IsForeignKey, DataSpace.OSpace);
System\Data\Metadata\StoreItemCollection.cs (1)
402sTypeFunction.NamespaceName,
System\Data\Metadata\TypeHelpers.cs (2)
672return GetFullName(type.NamespaceName, type.Name); 841bool isCanonicalFunction = (function.DataSpace == DataSpace.CSpace && function.NamespaceName == EdmConstants.EdmNamespace);
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
651if (targetEntityType.NamespaceName != string.Empty) 653sourceBuilder.Append(targetEntityType.NamespaceName);
System\Data\Objects\Internal\EntitySqlQueryBuilder.cs (4)
413newType.NamespaceName.Length + 414(newType.NamespaceName != string.Empty ? _ofTypeInfix2.Length : 0) + 422if (newType.NamespaceName != string.Empty) 424builder.Append(newType.NamespaceName);
System\Data\SqlClient\SqlGen\SqlFunctionCallHandler.cs (4)
908throw EntityUtil.InvalidOperation(System.Data.Entity.Strings.SqlGen_InvalidDatePartArgumentExpression(e.Function.NamespaceName, e.Function.Name)); 914throw EntityUtil.InvalidOperation(System.Data.Entity.Strings.SqlGen_InvalidDatePartArgumentExpression(e.Function.NamespaceName, e.Function.Name)); 924throw EntityUtil.InvalidOperation(System.Data.Entity.Strings.SqlGen_InvalidDatePartArgumentValue(datepart, e.Function.NamespaceName, e.Function.Name)); 1724result.Append(SqlGenerator.QuoteIdentifier(function.NamespaceName));
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
455function.NamespaceName : function.Schema;
System.Data.Entity.Design (12)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (3)
74if (type.NamespaceName == namespaceToWrite) 629while (edmType != null && edmType.NamespaceName != EdmNamespace) 795namespaceName = type.NamespaceName;
System\Data\Entity\Design\EntityModelSchemaGenerator.cs (1)
692targetSchemaNamespace = type.ElementType.NamespaceName;
System\Data\Entity\Design\EntityStoreSchemaGenerator\EntityStoreSchemaGenerator.LoadMethodSessionState.cs (1)
169_storeNamespace = type.NamespaceName;
System\Data\EntityModel\Emitters\AssociationTypeEmitter.cs (1)
41Item.NamespaceName, //it is ok to use the c namespace because relationships aren't backed by clr objects
System\Data\EntityModel\Emitters\AttributeEmitter.cs (2)
141"NamespaceName", type.NamespaceName, 160targetRelationshipEnd.DeclaringType.NamespaceName,
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (4)
432string fullObjectName = CreateFullName(GetObjectNamespace(type.NamespaceName), type.Name); 438string fullObjectName = CreateFullName(GetObjectNamespace(type.NamespaceName), type.Name); 462if (type.NamespaceName == SourceEdmNamespaceName) 469typeRef = CreateFullName(GetObjectNamespace(type.NamespaceName), type.Name);
System.Data.Services (4)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (4)
1349ResourceType resourceType = new ResourceType(clrType, resourceTypeKind, baseResourceType, cspaceType.NamespaceName, cspaceType.Name, clrType.IsAbstract); 2597string typeNamespace = targetType.NamespaceName; 2621string typeNamespace = endType.NamespaceName; 2712string typeNamespace = edmType.NamespaceName;
System.Data.Services.Design (7)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (3)
539namespaceName = baseEntitySet.ElementType.NamespaceName; 548string clientNamespace = GetClientTypeNamespace(type.NamespaceName); 577return edm.NamespaceName;
System\Data\EntityModel\Emitters\NamespaceEmitter.cs (4)
76if ((null != edmType) && (edmType.NamespaceName == namespaceName)) 97foreach (string namespaceName in (from x in this.Generator.EdmItemCollection.GetItems<EdmType>() select x.NamespaceName).Distinct()) 105if ((null != edmType) && (edmType.NamespaceName == namespaceName)) 259.Select(et => et.NamespaceName)
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceUtil.cs (2)
886return (String.IsNullOrEmpty(type.NamespaceName) ? String.Empty : (QuoteEntitySqlIdentifier(type.NamespaceName) + "."))
System\Data\WebControls\EntityDataSourceView.cs (1)
1482cSpaceType = (EntityType)Context.MetadataWorkspace.GetType(_owner.EntityTypeFilter, EntitySet.ElementType.NamespaceName, DataSpace.CSpace);