2 writes to _attribute
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
700_attribute = mapping._attribute; 733set { _attribute = value; }
5 references to _attribute
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
700_attribute = mapping._attribute; 711get { return _attribute != null; } 732get { return _attribute; } 809if (_attribute != null) return _attribute;