1 write to content
System.Xml (1)
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
35set { content = value; }
6 references to content
System.Xml (6)
System\Xml\Schema\XmlSchemaSimpleType.cs (6)
34get { return content; } 40if (content == null) { 44if (content is XmlSchemaSimpleTypeRestriction) { 45return ((XmlSchemaSimpleTypeRestriction)content).BaseTypeName; 53if (content != null) { 54newSimpleType.Content = (XmlSchemaSimpleTypeContent)content.Clone();