2 writes to attribute
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
602
this.
attribute
= mapping.attribute;
630
set {
attribute
= value; }
6 references to attribute
System.Xml (6)
System\Xml\Serialization\Mappings.cs (6)
602
this.attribute = mapping.
attribute
;
612
get { return
attribute
!= null; }
629
get { return
attribute
; }
694
if (
attribute
!= null) return
attribute
;
716
if (
attribute
!= null) return false;