1 write to defaultValueRaw
System.Private.Xml (1)
System\Xml\Schema\SchemaDeclBase.cs (1)
113
set {
defaultValueRaw
= value; }
1 reference to defaultValueRaw
System.Private.Xml (1)
System\Xml\Schema\SchemaDeclBase.cs (1)
112
get { return
defaultValueRaw
?? string.Empty; }