14 references to OtherContent
System.Data.Entity (14)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
180collectionType.AddMetadataProperties(this.OtherContent);
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
49OtherContent.Add(Schema.SchemaSource);
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (1)
28OtherContent.Add(Schema.SchemaSource);
System\Data\EntityModel\SchemaObjectModel\ItemType.cs (1)
39OtherContent.Add(Schema.SchemaSource);
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
86refType.AddMetadataProperties(this.OtherContent);
System\Data\EntityModel\SchemaObjectModel\Relationship.cs (1)
41OtherContent.Add(Schema.SchemaSource);
System\Data\EntityModel\SchemaObjectModel\RowTypeElement.cs (2)
100edmProperty.AddMetadataProperties(property.OtherContent); 116rowType.AddMetadataProperties(this.OtherContent);
System\Data\EntityModel\SchemaObjectModel\SchemaComplexType.cs (1)
28OtherContent.Add(Schema.SchemaSource);
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (2)
710if (!OtherContent.Exists(mp => mp.Identity == property.Identity)) 712OtherContent.Add(property);
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
54OtherContent.Add(Schema.SchemaSource);
System\Data\Metadata\Converter.cs (2)
592if (element.OtherContent.Count > 0) 594item.AddMetadataProperties(element.OtherContent);