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