2 writes to xmlns
System.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
607
this.
xmlns
= mapping.xmlns;
683
set {
xmlns
= value; }
5 references to xmlns
System.Xml (5)
System\Xml\Serialization\Mappings.cs (5)
607
this.xmlns = mapping.
xmlns
;
682
get { return
xmlns
; }
693
if (
xmlns
!= null) return
xmlns
;
715
if (
xmlns
!= null) return false;