1 write to hasNonCDataAttribute
System.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
114set { hasNonCDataAttribute = value; }
2 references to hasNonCDataAttribute
System.Xml (2)
System\Xml\Schema\SchemaElementDecl.cs (2)
78get { return hasNonCDataAttribute; } 113get { return hasNonCDataAttribute; }