1 write to _content
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaSimpleType.cs (1)
24set { _content = value; }
6 references to _content
System.Private.Xml (6)
System\Xml\Schema\XmlSchemaSimpleType.cs (6)
23get { return _content; } 31if (_content == null) 36if (_content is XmlSchemaSimpleTypeRestriction) 38return ((XmlSchemaSimpleTypeRestriction)_content).BaseTypeName; 47if (_content != null) 49newSimpleType.Content = (XmlSchemaSimpleTypeContent)_content.Clone();