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