2 writes to attribute
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
602this.attribute = mapping.attribute; 630set { attribute = value; }
6 references to attribute
System.Xml (6)
System\Xml\Serialization\Mappings.cs (6)
602this.attribute = mapping.attribute; 612get { return attribute != null; } 629get { return attribute; } 694if (attribute != null) return attribute; 716if (attribute != null) return false;