3 writes to xmlDefaultValue
System.Xml (3)
System\Xml\Serialization\XmlAttributes.cs (3)
120
this.
xmlDefaultValue
= ((DefaultValueAttribute)attrs[i]).Value;
154
this.
xmlDefaultValue
= null;
235
set {
xmlDefaultValue
= value; }
1 reference to xmlDefaultValue
System.Xml (1)
System\Xml\Serialization\XmlAttributes.cs (1)
234
get { return
xmlDefaultValue
; }