1 write to _defaultValue
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaElement.cs (1)
62
set {
_defaultValue
= value; }
3 references to _defaultValue
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaElement.cs (3)
61
get { return
_defaultValue
; }
229
get { return
_defaultValue
!= null &&
_defaultValue
.Length > 0; }