2 writes to _attribute
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
701_attribute = mapping._attribute; 734set { _attribute = value; }
5 references to _attribute
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
701_attribute = mapping._attribute; 712get { return _attribute != null; } 733get { return _attribute; } 810if (_attribute != null) return _attribute;