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