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