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)
42get { return _typeSubElement; } 139if (_typeSubElement != null) 141_typeSubElement.ResolveTopLevelNames(); 163_typeSubElement.WriteIdentity(builder); 174Debug.Assert(_typeSubElement != null, "For attributes typeusage should have been resolved"); 176if (_typeSubElement != null) 178CollectionType collectionType = new CollectionType(_typeSubElement.GetTypeUsage()); 190if (_typeSubElement != null) //Has sub-elements 192return _typeSubElement.ResolveNameAndSetTypeUsage(convertedItemCache, newGlobalItems); 223ValidationHelper.ValidateTypeDeclaration(this, _type, _typeSubElement); 225if (_typeSubElement != null) 227_typeSubElement.Validate();