1 write to _hasNonCDataAttribute
System.Private.Xml (1)
System\Xml\Schema\SchemaElementDecl.cs (1)
120set { _hasNonCDataAttribute = value; }
2 references to _hasNonCDataAttribute
System.Private.Xml (2)
System\Xml\Schema\SchemaElementDecl.cs (2)
76get { return _hasNonCDataAttribute; } 119get { return _hasNonCDataAttribute; }