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