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