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