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