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