1 write to contentModel
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
182set { contentModel = value; }
10 references to contentModel
System.Xml (10)
System\Xml\Schema\XmlSchemaComplexType.cs (10)
181get { return contentModel; } 316if (contentModel == null) { 320if (contentModel.Content is XmlSchemaComplexContentRestriction) 321return ((XmlSchemaComplexContentRestriction)contentModel.Content).BaseTypeName; 322else if (contentModel.Content is XmlSchemaComplexContentExtension) 323return ((XmlSchemaComplexContentExtension)contentModel.Content).BaseTypeName; 324else if (contentModel.Content is XmlSchemaSimpleContentRestriction) 325return ((XmlSchemaSimpleContentRestriction)contentModel.Content).BaseTypeName; 326else if (contentModel.Content is XmlSchemaSimpleContentExtension) 327return ((XmlSchemaSimpleContentExtension)contentModel.Content).BaseTypeName;