2 writes to _xmlns
System.Private.Xml (2)
System\Xml\Serialization\Mappings.cs (2)
706
_xmlns
= mapping._xmlns;
796
set {
_xmlns
= value; }
4 references to _xmlns
System.Private.Xml (4)
System\Xml\Serialization\Mappings.cs (4)
706
_xmlns = mapping.
_xmlns
;
795
get { return
_xmlns
; }
809
if (
_xmlns
!= null) return
_xmlns
;