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