1 write to defaultValueRaw
System.Xml (1)
System\Xml\Schema\SchemaDeclBase.cs (1)
109
set {
defaultValueRaw
= value;}
2 references to defaultValueRaw
System.Xml (2)
System\Xml\Schema\SchemaDeclBase.cs (2)
108
get { return(
defaultValueRaw
!= null) ?
defaultValueRaw
: string.Empty;}