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