2 writes to _attribute
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
715_attribute = mapping._attribute; 748set { _attribute = value; }
5 references to _attribute
System.Private.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
715_attribute = mapping._attribute; 726get { return _attribute != null; } 747get { return _attribute; } 824if (_attribute != null) return _attribute;