9 references to xmlns
System.Runtime.Serialization (9)
System\Xml\XmlBaseReader.cs (9)
560if (name == xmlns) 562prefix = xmlns; 706if (prefix == xmlns) 782XmlExceptionHelper.ThrowDuplicateAttribute(this, xmlns, xmlns, attributeNode1.Namespace.Prefix.GetString(), xmlnsNamespace); 928nameTable.Add(xmlns); 965prefix = xmlns; 1009return xmlns; 2411return prefix == xmlns && this.Namespace.Prefix == localName;