4 writes to _typeSubElement
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (4)
121
_typeSubElement
= subElement;
130
_typeSubElement
= subElement;
139
_typeSubElement
= subElement;
148
_typeSubElement
= subElement;
13 references to _typeSubElement
System.Data.Entity (13)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (13)
41
if (
_typeSubElement
!= null)
43
_typeSubElement
.ResolveTopLevelNames();
172
_typeSubElement
.WriteIdentity(builder);
184
Debug.Assert(
_typeSubElement
!= null, "For attributes typeusage should have been resolved");
186
if (
_typeSubElement
!= null)
188
_typeUsage =
_typeSubElement
.GetTypeUsage();
197
if (
_typeSubElement
!= null) //Has sub-elements
199
return
_typeSubElement
.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems);
250
else if (
_typeSubElement
!= null)
252
if (
_typeSubElement
.Type is ScalarType == false)
265
ValidationHelper.ValidateTypeDeclaration(this, _type,
_typeSubElement
);
272
if (
_typeSubElement
!= null)
274
_typeSubElement
.Validate();