4 writes to _typeSubElement
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (4)
107
_typeSubElement
= subElement;
116
_typeSubElement
= subElement;
125
_typeSubElement
= subElement;
134
_typeSubElement
= subElement;
12 references to _typeSubElement
System.Data.Entity (12)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (12)
42
get { return
_typeSubElement
; }
139
if (
_typeSubElement
!= null)
141
_typeSubElement
.ResolveTopLevelNames();
163
_typeSubElement
.WriteIdentity(builder);
174
Debug.Assert(
_typeSubElement
!= null, "For attributes typeusage should have been resolved");
176
if (
_typeSubElement
!= null)
178
CollectionType collectionType = new CollectionType(
_typeSubElement
.GetTypeUsage());
190
if (
_typeSubElement
!= null) //Has sub-elements
192
return
_typeSubElement
.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems);
223
ValidationHelper.ValidateTypeDeclaration(this, _type,
_typeSubElement
);
225
if (
_typeSubElement
!= null)
227
_typeSubElement
.Validate();