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